Skip to content

simple implementation of Neural Networks using python

Notifications You must be signed in to change notification settings

Haroon-64/NeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Different Basics Neural Networks

  1. Multi Layer Perceptron
  • simplified implementation of pytorch's Autograd
  1. Charactor Level Models
    • Bigram Model to Generate Words
    • MLP to do the same
    • WaveNet to further Optimize
  2. Decoder Only Transformer
    • Generate unprompted text similar to given dataset
  3. Gpt 2 model replication
  4. Gpt 2 result replication (pending)

About

simple implementation of Neural Networks using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published