This repository contains the portable deep learning (deep neural networks) library implementation for .NET platform. This library is written by C#.
- .NET Standard 2.0 library
- Code first modeling
- Dependency-free
- ELU (Exponential linear unit)
- Hyperbolic tangent
- Identity
- ReLU (Rectified linear unit)
- SELU (Scaled exponential linear unit)
- Sigmoid
- Softmax
- SoftPlus
- Softsign
- Convolutional
- Dropout
- Fully connected
- Max pooling
- Cross-entropy
- Mean squared error (MSE)
- AdaDelta
- AdaGrad
- Adam
- Momentum
- Nesterov
- RMSprop
- SGD