Skip to content

Neural-Networks written in Python from scratch. Written to learn more about NN

Notifications You must be signed in to change notification settings

limtis0/NeularNetworksFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks From Scratch

Following a book and the YouTube-series on Neural Networks from Scratch by Sentdex's

I am taking this course to fill the blank spaces in my knowledge of Machine Learning and to get a better in-depth understanding of it as well.

Taken topics:

  • Neurons & Dense Layers
  • Activation Functions (Implemented: ReLU, Softmax, Sigmoid)
  • Loss Functions (Implemented: Categorical & Binary Cross-Entropies)
  • (Partial) Derivatives & Gradients
  • Backpropagation
  • Optimizers
  • Validation
  • L1 & L2 Regularization
  • Dropout layers
  • Regression

About

Neural-Networks written in Python from scratch. Written to learn more about NN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published