issues
search
mfajnberg
/
tensorevo
0
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make the `TensorBase` trait generic in its dimensionality
#29
daniil-berg
opened
6 months ago
0
Add our first reference implementations for crossover and mutation functions
#28
daniil-berg
closed
7 months ago
0
finish mutate_add_layer function
#27
jsf116
closed
8 months ago
0
Implement `Index` (and maybe `IndexMut`) for `Individual`
#26
daniil-berg
closed
10 months ago
2
Implement `Fn` traits for `Activation`, `CostFunction`, `Layer` and `Individual`
#25
daniil-berg
closed
10 months ago
0
Add `Registered` trait as abstraction for activation and cost function registry
#24
daniil-berg
closed
10 months ago
0
Implement activation registry (closes #17)
#23
daniil-berg
closed
10 months ago
0
Document `layer` module
#22
daniil-berg
opened
11 months ago
0
Check if we really need the input as the first item in the `activations` vector returned by `Individual::forward_pass_memoized`
#21
daniil-berg
opened
11 months ago
0
Define a separate `Norm` trait
#20
daniil-berg
closed
11 months ago
0
Use `Vec::with_capacity` to pre-allocate gradient vectors in `backprop`
#19
daniil-berg
closed
11 months ago
0
Rename base `Tensor` trait and split up its interface
#18
daniil-berg
closed
11 months ago
0
Implement a static registry for activation and cost functions
#17
daniil-berg
closed
10 months ago
2
`Neg` trait bound for `Tensor`
#16
daniil-berg
closed
11 months ago
0
`IndexMut` trait bound for `Tensor`
#15
daniil-berg
closed
11 months ago
0
`Index` trait bound for `Tensor`
#14
daniil-berg
closed
11 months ago
0
`SubAssign` trait bound for `Tensor`
#13
daniil-berg
closed
11 months ago
0
`Sub` trait bound for `Tensor`
#12
daniil-berg
closed
11 months ago
0
`MulAssign` trait bound for `Tensor`
#11
daniil-berg
closed
11 months ago
0
`Mul` trait bound for `Tensor`
#10
daniil-berg
closed
11 months ago
0
`DivAssign` trait bound for `Tensor`
#9
daniil-berg
closed
11 months ago
0
`Div` trait bound for `Tensor`
#8
daniil-berg
closed
11 months ago
0
`AddAssign` trait bound for `Tensor`
#7
daniil-berg
closed
11 months ago
0
`Add` trait bound for `Tensor`
#6
daniil-berg
closed
11 months ago
0
Define trait aliases combining `Tensor` with operator overloading
#5
daniil-berg
closed
11 months ago
1
Update the validation error/fitness in the SGD step method
#4
daniil-berg
closed
11 months ago
0
Add a method to `Individual` to calculate the error for a batch
#3
daniil-berg
closed
11 months ago
1
Refactor the `backprop` method of `Individual` and add extensive comments
#2
daniil-berg
closed
12 months ago
0
Add a `cost_function` field to `Individual` and implement a `CostFunction` struct similar to `Activation`
#1
daniil-berg
closed
1 year ago
0