-
Notifications
You must be signed in to change notification settings - Fork 2
Explicit list of all implemented features
Matthieu HERNANDEZ edited this page Nov 28, 2020
·
7 revisions
-
Layers
- Fully Connected layer
- Constitutional layer
- Recurrent layer
-
Activation Functions
- Sigmoid
- Improved Sigmoid
- Tanh
- ReLU
- Gaussian
- Identity
-
Back-propagation algorithms
- Stochastic gradient descent with Momentum
- Adam
- Layer optimizers
- Dropout
-
Multiple data type managed
- Simple data
- 2D data
- Temporal data
- Time Series
- automatic normalization of data
- Windows and Linux compilation
- Save and Load neural network from file
-
Unit tests
- Linux with GCC
- Windows with MSVC
-
Datasets tested
- Iris
- Wine
- MNIST
- Fashion-MNIST
- CIFAR-10