Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 396 Bytes

Hendrix Net

A simple implementation of a deep learning library written in python with the subtle help of numpy (may the np be with you).

  • Features
    • MSE (Mean Squared Error) Loss Function.
    • SGD (Schocastic Gradient) Optimization Function.
    • Batch Iterator
    • Neural Network Class.
  • Prerequisite:

    • Intall numpy pip install numpy
  • Run example:

  • python example.py