Skip to content
#

bigram-model

Here are 87 public repositories matching this topic...

This project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifically Trigrams and Bigrams, to generate predictions.

  • Updated Sep 1, 2023
  • Python

Drawing inspiration from Andrej Karpathy’s iconic lecture, "Let’s Build GPT: From Scratch, in Code, Spelled Out", this project takes you on an immersive journey into the inner workings of GPT. Step-by-step, we’ll construct a GPT model from the ground up, demystifying its architecture and bringing its mechanics to life through hands-on coding.

  • Updated Dec 1, 2024
  • Jupyter Notebook

Advance information retrieval system that combines advanced indexing, machine learning, and personalized search to enhance academic research and document discovery.

  • Updated Aug 16, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the bigram-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bigram-model topic, visit your repo's landing page and select "manage topics."

Learn more