DATA SCIENCE CHRONICLES: A FRESH PERSPECTIVE ON LANGUAGE MODELING
Language Modeling: Before learning about language modeling let's dive into the basic level meaning of the word "model" and "language model". What is a model? 1.Model is a relationship captured between inputs and outputs. 2. Model is used to predict the outcome of an unseen query point. fig.1 What is a language model? In simple terms it is a model that captures the relationship between words and sentences of a language is called as a language model. ...