Expand description
@author = FlixCoder
Architecture influenced by Keras: Sequential models
Modules§
- losses
- Loss computations.
Structs§
- Sequential
- Implementation of the neural network / sequential models of layers
Enums§
- Initializer
- Definition of usable initializers in Sequential.add_layer_dense
- Layer
- Define the available types of layers
Functions§
- gen_
rnd_ vec - Generate a vector of random numbers with 0 mean and std std, normally distributed. Using standard thread_rng.
Type Aliases§
- Float
- This crate’s float value to be used.