VikParuchuri/zero_to_gpt
Go from no deep learning knowledge to implementing GPT.
This course teaches you to build and train your own GPT-like models, covering everything from foundational deep learning concepts to advanced topics like transformers and distributed training. You'll learn how to take raw data, such as text, and process it to create powerful AI models that can predict weather patterns, translate languages, or generate text. This is designed for professionals, researchers, or enthusiasts who want to gain practical skills in applying modern AI techniques.
1,291 stars. No commits in the last 6 months.
Use this if you have a basic understanding of Python and want to go from no deep learning knowledge to confidently building and training your own large language models.
Not ideal if you are looking for a plug-and-play solution to use existing AI models without understanding their underlying mechanisms.
Stars
1,291
Forks
220
Language
Jupyter Notebook
License
—
Category
Last pushed
May 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/VikParuchuri/zero_to_gpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.