Skip to content

rowan-cake/neuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Me + Rhees learing how to make a neural network

Good article on how to do it from scratch "https://www.kaggle.com/code/soham1024/basic-neural-network-from-scratch-in-python"


Where we learned it

This video and this github is what I followed:


Questions

  1. Where are these random numbers coming from and do they matter? (batch_size = 5, epoch = 20, lr=0.01) etc
  2. Understading the MyNeuralNet class more (why 3 matrix's?, understanding the foward pass more?)
  3. dont know what squeeze or view does
  4. understanding why everything is a tensor
  5. RELU
  6. The cross entropy loss function
  7. Stochastic gradient descecnt
  8. why zero out the gradient

Anserws

  1. lr=0.01 stands for learning rate and is a hyper paremeter in Stochastic gradient descecnt

About

MNIST number data set (intro to neural networks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors