Skip to content

JoshLapierre45/Assign6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creating an Artificial Neural Network (ANN) from Scratch

In addition to implementing and training a neural network from scratch, this notebook will also cover a few other important topics. The reason for this is to try to help you answer some more profound or theoretical questions you may still have about machine learning in general, and about neural networks specifically. These are:

  • see equivalency between logistic regression and single perceptron
  • understand optimization and why loss functions are used (rather than accuracy)
  • utilize functionality of PyTorch (for applying chain rule and for optimization)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%