nevermind-neu

Machine learning library and tool with terminal user interface written in rust.
Features
- FullyConnected layer
- RMS Loss, Softmax Loss
- Optimizers: Adam, RMSProp, AdaGrad, AdaDelta
- (De)Serializing neural network state to protobuf
- (De)Serializing neural network configuration net yaml file
- Activation functions : sigmoid, tanh, relu, leaky_relu
Terminal user interface

Implement goals
- Conv2D layer
- RNN + LSTM
- Residual block
- OpenCL computation
License
Apache License Version 2.0