Neri Van Otten

Hidden Markov Model (HMM) For NLP Made Easy [How To In Python]

What is a Hidden Markov Model in NLP? A time series of observations, such as a Hidden Markov Model (HMM),…

3 years ago

Most Popular Deep Learning Algorithms For Natural Language Processing (NLP)

What is deep learning for natural language processing? Deep learning is a part of machine learning based on how the…

3 years ago

What Is Neural Machine Translation? & 4 Easy Python Tools

Neural machine translation (NMT) is a state-of-the-art technique for translation. Our previous article on translating text in Python covered the…

3 years ago

NLP Transfer Learning Made Easy, Top 5 Models & How To Use Them

Transfer learning is explained, and the advantages and disadvantages are summed up. Types of transfer learning in NLP are summed…

3 years ago

MinHash — How To Deal With Finding Similarity At Scale With Python Code To Get Started

What is MinHash? MinHash is a technique for estimating the similarity between two sets. It was first introduced in information…

3 years ago

SimHash — The Ultimate Guide And How To Get Started Guide In Python

What is SimHash? Simhash is a technique for generating a fixed-length "fingerprint" or "hash" of a variable-length input, such as…

3 years ago

How To Implement Fuzzy String Matching [4 Ways In Python]

This article discusses one of the most valuable tools when analysing textual data in natural language processing — fuzzy string…

3 years ago

How To Implement Abstractive Text Summarization In Python [2 Ways]

Abstractive text summarization is a valuable tool in Python when working with large documents, or you quickly want to summarize…

3 years ago

Top 15 Most Popular Machine Learning And Deep Learning Algorithms For NLP

This list covers the top 7 machine learning algorithms and 8 deep learning algorithms used for NLP. If you are…

3 years ago

Reinforcement Learning In NLP Made Simple & 5 Relevant Tools To Get Started

This article covers reinforcement learning and its application in natural language processing (NLP). It also covered the latest developments in…

3 years ago