Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 534 Bytes

File metadata and controls

17 lines (13 loc) · 534 Bytes

ANN-from-scratch-python

A one week hackathon project, mathed whiteboarded and derived entirely from sractch. Partner coded with @gilpasternak35. Extensible design, best implementation practices and comprehensible test coverage.

Features include:

  • Cached Recursive backpropogation
  • Synthetic data testing
  • Intuitive API
  • Object oriented design
  • Comprehensive input validation.

All computations done across all training examples simultaneously.

Next steps:

  • Addition of batching
  • Dropout
  • Extension to an RNN