Skip to content

NNFS - v1.0 - Pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@appxpy appxpy released this 12 May 08:21
· 17 commits to main since this release

First pre-release of the NNFS library.

This release includes the following features:

  • Dense layer
  • Activation layers (ReLU, Sigmoid, Tanh, Softmax)
  • Loss function (Categorical Cross Entropy)
  • Optimizer (SGD, RMSProp, Adagrad, Adam)
  • Metrics (Accuracy)
  • Neural network (Sequential)
  • Data loader (MNIST)
  • Example (MNIST classification)

made with ❤️ by @appxpy