Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 337 Bytes

miniflow

Miniflow - Neural Network Modeling from Scratch that imitate TensorFlow in a way!

Maths:

  • Linear Algebra
  • Derivatives
  • Partial Derivatives
  • Chain Rule

Algorithms:

  • Topological Sort
  • Backpropagation
  • Gradient Descent