Posts from Machine Learning

Implementation of Perceptron Algorithm for NOT Logic in Python

By Prantik Sarkar

Fig: NOT gate In this article, you’ll learn how to implement the perceptron algorithm for NOT logic in python. The steps that we’ll follow will also enable you to easily implem.... Read More

Gender Identifier in Python using NLTK

By Amal Mathew

In this tutorial, we will learn about creating a gender identifier classification model using NLTK in Python. Natural Language Processing is one of the fascinating fields of study .... Read More

How to Configure Image Data Augmentation in Keras TensorFlow

By Prantik Sarkar

Training deep convolutional neural networks on more data can lead to an increase in its performance and generalization capacity. Limited training data can cause the model to overf.... Read More

Predict Age using Convolutional Neural Network in Python

By Akarsh Shekhar

In this tutorial program, we will learn about building Age Predictor using machine learning with the language used is Python. So here I am going to discuss what are the basic steps.... Read More

Named Entity Recognition using spaCy in Python

By Aman Kumar

In this tutorial, we will learn to identify NER(Named Entity Recognition). It is the very first step towards information extraction in the world of NLP. It locates and identifies e.... Read More

Word Cloud in Python

By Praveen Kumar

In this tutorial, We are going to understand the graphical representation of text data used for highlighting important or more frequent words or keywords. The word cloud in Python .... Read More

p-value in Machine Learning

By Praveen Kumar

In this tutorial, we are going to understand about the most frequently used topic in statistics called p-value. While performing a statistical test how can we know that the result .... Read More

Fingerprint Detection in Python

By Vikrant Dey

Detection of fingerprints has become one of the most popular ways of maintaining security systems in today’s world. So, accurate identification of a person through his finger.... Read More