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
Predict the next word using Long short-term memory
Implementation of a simple neural language model (multi-layer perceptron) from scratch for next word prediction
Evaluation of the ability of GPT-2 to learn human biases in implicit causality.
this a project for predicting the next word in a sequence using various models.
Interactive web application for real-time next word prediction using n-gram analysis, built with FastAPI and Tailwind CSS.
Prediction of the following words using N-gram technique.
React Web app for AI medical services
This repo contains a Jupyter notebook for training an English next word prediction model based on a conversational dataset.
The Next Word Predictor using LSTM is a project that builds a text prediction model using Long Short-Term Memory (LSTM) neural networks. It predicts the most likely next word in a given sequence, useful for text composition and natural language processing tasks. The project allows customizable training and includes an interactive script for testing
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.
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."