Next-token prediction in JavaScript — build fast language and diffusion models.
-
Updated
Sep 18, 2024 - JavaScript
Next-token prediction in JavaScript — build fast language and diffusion models.
Reproducing the results of the paper "Bayesian Recurrent Neural Networks" by Fortunato et al.
A learning JavaScript dictionary-based word prediction / autocomplete / suggestion library.
Contextual LSTM for NLP tasks like word prediction and word embedding creation for Deep Learning
Lyrics crawling, pre-processing, embedding generation, model training, and lyrics generation - all in one tool
A transformer-based language model trained on politics-related Twitter data. This repo is the official resource of the paper "PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter", LREC 2022
A simple Objective-C implementation of word suggestion using n-gram probabilistic model
Presage based input predictor for the Sailfish OS
Markov model manually implemented that predicts words probabilistically based on historic data.
Goal of this work is to take Bengali one or more words as input in a system and predict the next most likely word and also suggest the full possible sentence as output. Recurrent Neural Network (RNN) was used with Gated Recurrent Unit (GRU) to train and create the model. About 200,000 plus word data has been used as dataset. The dataset has been…
Fork of Presage (http://presage.sourceforge.net/)
Application for character prediction using machine learning. The application is implemented using LSTM neural networks.
This repository contains various small Natural Language Processing based projects including text summarization using Spacy and N-grams, along with word predictions.
Ai project with basic language processing
LaTeX source of my bachelor thesis “Fast and Non-Approximative Language Model Prefixqueries for Word Prediction using Top-k Joining Techniques”.
Draw UI for colab, useful to take hand writings from mouse in colab itself
This project leverages the NLTK library and the Reuters corpus to build a next-word prediction model using bigrams and conditional frequency distributions.
Word Level Language Models
Word Predictor using an n-gram model for the final project of our Natural Language Processing course
Add a description, image, and links to the word-prediction topic page so that developers can more easily learn about it.
To associate your repository with the word-prediction topic, visit your repo's landing page and select "manage topics."