Skip to content

Go from no deep learning knowledge to implementing GPT.

License

Notifications You must be signed in to change notification settings

Joy879/zero_to_gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository will help you master neural networks. It contains writeups of how different neural networks work, along with full implementations of different network types.

  • The explanations folder has writeups of each algorithm.
  • The nnets folder has clean implementations that are best for someone who understands the high level concept.
  • The exploration folder has implementations that are more exploratory and easier to understand for beginners.

I recommend reading the writeup, then looking at the exploratory implementation, then looking at the clean implementation.

1. Linear regression

Linear regression and gradient descent are important building blocks for neural networks.

2. Dense networks

Dense networks are networks where every input is connected to an output.

3. Convolutional networks

Convolutional neural networks are used for working with images and time series.

About

Go from no deep learning knowledge to implementing GPT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.4%
  • Python 1.6%