A library & tools to evaluate predictive language models.
-
Updated
Aug 9, 2023 - Python
A library & tools to evaluate predictive language models.
This is machine learning model that is trained to predict next word in the sequence. Model is defined in keras and then converted to tensorflow-js model for the web, check the web implementation at
A unified interface for computing surprisal (log probabilities) from language models! Supports neural, symbolic, and black-box API models.
Machine learning project using federated learning for text generation
Predict the future words efficiently with the "Next Word Prediction Using Markov Model" project. Built in Python and powered by the `msvcrt` module, this academic initiative explores the Markov chain model to anticipate the most likely next word based on a given sequence.
A personalized autocomplete (next word prediction) project using three different architectures: stacked LSTMs, Seq2Seq with Attention and LSTMs and GPT-2, written from scratch.
A language modeling project for predicting the next word that a user will type
Next Word Prediction using Google's Universal Sentence Encoder from Tensorflow hub. lol
Implementation of a simple neural language model (multi-layer perceptron) from scratch for next word prediction
Predict the next word using Long short-term memory
this a project for predicting the next word in a sequence using various models.
Prediction of the following words using N-gram technique.
Evaluation of the ability of GPT-2 to learn human biases in implicit causality.
This repo contains a Jupyter notebook for training an English next word prediction model based on a conversational dataset.
A program which guesses next words based on the user's input. Suggestions are the words with the highest probability to follow what has been already written, calculated in the n_grams of different size.
Fundamentals of CNN and RNN with keras & tensorflow libs
Language Modeling using Recurrent Neural Networks implemented over Tensorflow 2.0 (Keras) (GRU, LSTM)
Next word prediction. aims to generate coherent and contextually relevant suggestions for the next word based on the patterns and relationships learned from training data.
Interactive web application for real-time next word prediction using n-gram analysis, built with FastAPI and Tailwind CSS.
Add a description, image, and links to the next-word-prediction topic page so that developers can more easily learn about it.
To associate your repository with the next-word-prediction topic, visit your repo's landing page and select "manage topics."