Building a Next Word Predictor in Tensorflow

Building a Next Word Predictor in Tensorflow

  • March 5, 2018
Table of Contents

Building a Next Word Predictor in Tensorflow

Next Word Prediction or what is also called Language Modeling is the task of predicting what word comes next. It is one of the fundamental tasks of NLP and has many applications. You might be using it daily when you write texts or emails without realizing it.

Source: towardsdatascience.com

Share :
comments powered by Disqus

Related Posts

Understanding word vectors in NLP

Understanding word vectors in NLP

In this tutorial, I’m going to show you how word vectors work. This tutorial assumes a good amount of Python knowledge, but even if you’re not a Python expert, you should be able to follow along and make small changes to the examples without too much trouble.

Read More
Machine Learning Crash Course

Machine Learning Crash Course

How does machine learning differ from traditional programming?What is loss, and how do I measure it?How does gradient descent work?How do I determine whether my model is effective?How do I represent my data so that a program can learn from it?How do I build a deep neural network?

Read More