Skip to content

Releases: FrozenAssassine/NeuralNetwork-FromScratch

V1.0.0

08 Nov 08:53
Compare
Choose a tag to compare

V1.0.0

  • feed forward neural network: 1 input -> x hidden -> 1 output layer
  • xavier initialisation
  • cuda/cpu training
  • simple and scalable
  • easy to use
  • easy to extend