Skip to content

Building a neural network in python with numpy by following Victor Zhou's blog post.

Notifications You must be signed in to change notification settings

MiguelPartosa/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi 🫡

My first neural network project following Victor Zhou's blog post

🩻WIP: I hit a roadblock with derivatives🩻

Goals

  • Learn how to build a neural network mostly from scratch (Utilizing numpy)
  • A lot of solid lessons I gathered from this project is entailed in the notebook

Dumb Takeaway/s

  • I always thought hidden layer meant we aren't weren't aware of what the values were in the layers. Maybe I was conflacting deep neural networks, black boxes, and neural networks in general?
  • Importing even just the class with from neuronClass import Neuron seems to be running the entire file. My print statements that are outside the class are being run.
    • Adding if __name__ == '__main__': helped.

About

Building a neural network in python with numpy by following Victor Zhou's blog post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published