Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 520 Bytes

BackpropNet

About

BackpropNet provides basic neural network capabilities for .NET to train feed-forward models. It is meant to fuel lightweight decision making tasks through reinforcement learning.

Supported Features

Layers

  • Dense
  • ReLU
  • Softmax

Losses

  • Mean Squared Error
  • Crossentropy (Full / Sparse)

Optimizers

  • Gradient Descent (Vanilla)
  • Adam

Examples

  • Regression: sin(x)
  • Classification: MNIST

License

BackpropNet is available under the terms of the GPLv3 license.