Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 266 Bytes

neuralnet

neuralnet is a python package that implements a Neural Network from scratch. The current version is quite buggy, but it does the job.... somewhat.

TO-DO

  • Move layers to a separate class
  • Move activations
  • Add hyperparameter learning