Skip to content

Implementing an ANN (Artitficial Neural Network) from scratch using python

License

Notifications You must be signed in to change notification settings

Lucimad007/u-ANN-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

u-ANN-from-scratch

Implementing a ANN (Artitficial Neural Network) from scratch using python


  • this repository is for making a simple Neural Network from scratch without any libraries like Tensorflow or Pytorch

  • it aims for using Titanic Dataset provided by kaggle

  • it is from scratch which means all layers and derivatives are calculated manuly

  • forward propagation and backprop is implemented manually

About

Implementing an ANN (Artitficial Neural Network) from scratch using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published