Skip to content

efecanxrd/language-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Language Model

Language model with tensorflow python

Setup The Project

Install Python

I recommend that you install Python3x

Install Libraries

You can install the library by typing 'pip install tensorflow' in the terminal

How this is working?

This code defines a simple LSTM-based language model that predicts the next character in a sequence given a sequence of previous characters. It trains the model on a dataset of text sequences and then generates new text using the trained model.

Note that this is just a basic example, and there are many ways to customize and improve upon this model depending on your specific use case.

About

Language model with tensorflow python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages