NEWS
simpleMLP 1.0.0 (2021-03-28)
First Major Release!
Major Changes
- finalized MNIST load functionality into train, validate, and test sets
- added function to plot train and validation accuracy
- added function to evaluate a model's accuracy
- more extensive documentation
simpleMLP 0.2.0 (2021-02-11)
- added MNIST dataset and functions to load the data
simpleMLP 0.1.0
Initial Release!
Major Changes
- initialize and train network