Features included:
- Models:
- [x] Sequential
- Layers:
- [x] Dense
- [x] ProbabilisticDense
- [x] Conv2D
- Activations:
- [x] Relu
- [x] Softmax
- Optimizers:
- [x] SGD (with momentum)
- [x] Adam
- Losses:
- [x] Mean Squared Error
- [x] Binary Crossentropy
- [x] Categorical Crossentropy
- [x] Variational
- Datasets:
- [x] MNIST
- Examples:
- [x] Simple classification
- [x] Simple regression
- [x] Simple probabilistic classification
- [x] Simple probabilistic regression
- [x] MNIST classification