Skip to content

ManishMothi/Neural-Network-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Network-from-Scratch

Building a deep neural network only using numpy

I found that directly using libabries such as tensorflow, pytorch, and sklearn made it difficult to fundementally understand the math and inner workings of neural networks. Therefore, I decided to build one from scratch only using numpy in order to gain a more intuitive understanding of neural networks.

Logistic Regression Model

Planning on including:

  • AdaM Optimization (RMS Prop & momentum)
  • Mini Batch gradient descent
  • Regularization (L2 & Dropout)
  • Learning Rate Decay

About

Building a deep neural network only using numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published