Skip to content

atancoder/basic_neural_net_framework

Repository files navigation

Implementing Backpropagation in My Deep Learning Framework

Built my own deep learning framework (e.g Tensorflow/PyTorch) to help me learn the basics better.

Implemented backprop and calculated gradients by myself. Results are comparable to using pytorch and tensorflow after training.

  • Supports Relu and Sigmoid activation functions
  • Supports BinaryCrossEntropy and Mean Squared Error Loss functions

Bonus

  • implemented dynamic learning rate adjustment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages