Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drishyakarki committed Apr 12, 2024
1 parent e7680a3 commit 8def245
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv/
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# MakeMore

![makemore](misc/makemore.jpeg)

*PS: This is my attempt to make the github repo attractive. Haha! I asked copilot to represent the makemore series as a whole*

## Introduction
This repository contains code implementations and resources related to the "Make More" series by Andrej Karpathy. Check out the detailed implementation inside these repos.
1. [Character level bigram Language Model](bigram)
2. Multi-Layer Perceptron character-level language model
3. Adding Activations, Gradients to the MLP
4. Backprop ninja
5. Building Wavenet
Binary file added misc/makemore.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added misc/makemore2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8def245

Please sign in to comment.