Skip to content

atancoder/basic_neural_net_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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