Neri Van Otten

Tutorial TF-IDF vs Word2Vec For Text Classification [How To In Python With And Without CNN]

Word2Vec for text classification Word2Vec is a popular algorithm used for natural language processing and text classification. It is a…

4 years ago

Fuzzy Logic Made Easy — Its Application In AI, Machine Learning & Natural Language Processing (NLP)

What is fuzzy logic? Fuzzy logic is a mathematical approach to reasoning about uncertain or vague information. Rather than the…

4 years ago

Deep Belief Network — Explanation, Application & How To Get Started In TensorFlow

How does the Deep Belief Network algorithm work? Common applications. Is it a supervised or unsupervised learning method? And how…

4 years ago

Top 10 Natural Language Processing (NLP) Research Papers Worth Reading For Beginners

Reading research papers is integral to staying current and advancing in the field of NLP. Research papers are a way…

4 years ago

The Vanishing Gradient Problem, How To Detect & Overcome It

When does it occur? How can you recognise it? And how to adapt your network to avoid the vanishing gradient…

4 years ago

Understanding Elman RNN — Uniqueness & How To Implement In Python With PyTorch

What is the Elman neural network? Elman Neural Network is a recurrent neural network (RNN) designed to capture and store…

4 years ago

Self-attention Made Easy & How To Implement It In PyTorch

Self-attention is the reason transformers are so successful at many NLP tasks. Learn how they work, the different types, and…

4 years ago

Gated Recurrent Unit Explained & How They Compare LSTM, RNN & CNN

What is a Gated Recurrent Unit? A Gated Recurrent Unit (GRU) is a Recurrent Neural Network (RNN) architecture type. It…

4 years ago

How To Use Text Normalization Techniques In NLP With Python [9 Ways]

Text normalization is a key step in natural language processing (NLP). It involves cleaning and preprocessing text data to make…

4 years ago

Part-of-speech (POS) Tagging In NLP: 4 Python How To Tutorials

What is Part-of-speech (POS) tagging? Part-of-speech (POS) tagging is fundamental in natural language processing (NLP) and can be done in…

4 years ago