Skip to content
View Jopaul07's full-sized avatar

Block or report Jopaul07

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. seq2seq seq2seq Public

    This series implements sequence-to-sequence (seq2seq) models using PyTorch. Specifically, we'll train models to translate from German to English.

    Jupyter Notebook

  2. nanoGPT nanoGPT Public

    Builds, from scratch in PyTorch, a character-level decoder-only Generatively Pre-trained Transformer (GPT).

    Jupyter Notebook

  3. micrograd micrograd Public

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

    Jupyter Notebook

  4. makemore makemore Public

    A progressive series building character-level language models that generate novel names.

    Jupyter Notebook

  5. tinyRNN tinyRNN Public

    Building recurrent neural networks from scratch in PyTorch — a progression from vanilla RNNs to LSTMs to LayerNorm-stabilized LSTMs.

    Jupyter Notebook

  6. openrouter-cli-chat openrouter-cli-chat Public

    Multi-turn CLI chat with OpenRouter models.

    TypeScript