diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ diff --git a/README.md b/README.md index e69de29..754b110 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/misc/makemore.jpeg b/misc/makemore.jpeg new file mode 100644 index 0000000..44c5151 Binary files /dev/null and b/misc/makemore.jpeg differ diff --git a/misc/makemore2.jpeg b/misc/makemore2.jpeg new file mode 100644 index 0000000..ae2ec24 Binary files /dev/null and b/misc/makemore2.jpeg differ