Showing posts with label Jupyter Notebook. Show all posts
Showing posts with label Jupyter Notebook. Show all posts

Wednesday, December 7, 2022

N-grams for text processing

N-gram is an N sequence of words. It can be a unigram (one word), bigram (sequence of two words), trigram (sequence of three words), and so on. It focuses on a sequence of words. Such a method is very useful in speech recognition and predicting input text. It helps us to predict the next words that could occur in a given sequence. Search engines also use the n-gram technique...

Sunday, August 16, 2020

Various features of Markdown in Jupyter Notebook

Output of Emphasis:Output of List:Output of Links:This is an example of link to my BlogOutput of Images:Output of table:Output of Blockquotes:Output of Horizontal Rule:Output of Youtube links:Output of Headers:Get the Github link he...