Skip to content

Commit

Permalink
add lecture 3 woot
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathy committed Sep 12, 2022
1 parent 85591e8 commit 4c35597
Show file tree
Hide file tree
Showing 2 changed files with 617 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,19 @@ We implement a bigram character-level language model, which we will further comp

---

(ongoing...)
**Lecture 3: The spelled-out intro to language modeling: building makemore. PART 2: MLP**

We implement a multilayer perceptron (MLP) character-level language model. In this video we also introduce many basics of machine learning (e.g. model training, learning rate tuning, hyperparameters, evaluation, train/dev/test splits, under/overfitting, etc.).

- [YouTube video lecture](https://youtu.be/TCH_1BHY58I)
- [Jupyter notebook files](lectures/makemore/makemore_part2_mlp.ipynb)
- [makemore Github repo](https://github.com/karpathy/makemore)

---

ongoing...

---

**License**

Expand Down
Loading

0 comments on commit 4c35597

Please sign in to comment.