Skip to content

This repository contains an exhaustive coverage of a hands on approach to PyTorch along side powerful tools to accelerate model tuning and training

License

Notifications You must be signed in to change notification settings

priyammaz/PyTorch-Adventures

Repository files navigation

Exploratory Data Adventures!

banner


Python   PyTorch     Licence

Open Source Learning and the Democratization of AI

The greatest aspect of Artificial Intelligence today is its open source nature. Very rarely in history have key technologies, especially those as powerful as these models developed today, have been made completely available to the public. Without the incredible online resources made by all of the contributing scientists and engineers, I never would have learned as much as I know today. This repository acts as a documentation of my own exploration as well as an attempt to teach everything I learn to others. I will try my best to cite everyone and everything I reference that helped me learn everything as well!

The main limitation for researchers in this field today is we normally don't have buckets of GPU's just sitting around to train with! Every example I do will be a proof of concept, but to the best of my ability I will attempt to reproduce any model that is feasible!

Contributions

I am typically more wrong than I am right! If you find any errors in my work, that means there is an error in my knowledge. Please let me know as I want this to be as accurate as possible, but also, I want to learn as much as I can! If you want to contribute anything yourself, just submit a PR and I will review it!

Data Prep

We will be using a couple of datasets in our Deep Learning Adventures!!

Ensure you have a /data folder in your root directory of the git repo and run the following to install all datasets

bash download_data.sh 

Extra Datasets

There are a few other datasets that we will use but are inconsistent to automatically download and are used in the more advanced architectures! Just download them from the link and save them in the /data folder! These datasets may also be too large to train in Google Drive so keep that in mind!

Foundations

Neural Networks from Scratch

Computer Vision

Natural Language Processing

Speech Processing

  • Intro to Audio Processing in PyTorch
  • Connectionist Temporal Classification Loss
  • Intro to Automatic Speech Recognition
  • Quantized Audio Pre-Training: Wav2Vec2
  • RNN Transducer as an Alternative to CTC

Generative AI

MultiModal AI

  • Building Vision/Language Representations: CLIP
  • Automatic Image Captioning
  • Visual Question Answering

Dive into Attention

Sequence to Sequence Modeling

  • Seq2Seq for Language Translation
  • CNN/RNN for Image Captioning
  • Attention is All You Need for Language Translation

Reinforcement Learning

  • Q-Learning
  • Deep-Q Learning

About

This repository contains an exhaustive coverage of a hands on approach to PyTorch along side powerful tools to accelerate model tuning and training

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published