Skip to content
View karpathy's full-sized avatar

Sponsoring

@borisdayma

Highlights

  • Pro
Block or Report

Block or report karpathy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
karpathy/README.md

I like deep neural nets.

Pinned

  1. nanoGPT nanoGPT Public

    The simplest, fastest repository for training/finetuning medium-sized GPTs.

    Python 31.2k 4.7k

  2. micrograd micrograd Public

    A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API

    Jupyter Notebook 8.1k 1.1k

  3. Minimal character-level language mod... Minimal character-level language model with a Vanilla Recurrent Neural Network, in Python/numpy
    1
    """
    2
    Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy)
    3
    BSD License
    4
    """
    5
    import numpy as np
  4. convnetjs convnetjs Public

    Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.

    JavaScript 10.7k 2k

  5. cryptos cryptos Public

    Pure Python from-scratch zero-dependency implementation of Bitcoin for educational purposes

    Jupyter Notebook 1.4k 227

  6. llama2.c llama2.c Public

    Inference Llama 2 in one file of pure C

    C 15.3k 1.7k