shreydan/makemore-series
Following Prof. Andrej Karpathy Makemore tutorial series on yt.
This project helps machine learning practitioners and students learn the foundational concepts of neural networks and language modeling. By following Andrej Karpathy's Makemore tutorial series, you can understand how to build models from basic bigrams up to multi-layer perceptrons (MLPs). You'll start with raw text data and learn to generate new text, gaining practical insight into the underlying mechanics of modern AI.
No commits in the last 6 months.
Use this if you are a machine learning student or practitioner looking to understand the fundamentals of neural networks for language generation through practical, step-by-step implementation.
Not ideal if you are looking for a ready-to-use, high-performance language model for production or a tool for immediate text generation without delving into the underlying code.
Stars
7
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shreydan/makemore-series"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译