Posts from Machine Learning

Detect image similarity between two images in Python – Machine Learning

By Ashutosh Ranjan

Do you know how Facebook can detect faces in your pictures or Google find similar pictures? Today I am going to show you one powerful method for image compari.... Read More

University Admission Prediction using Keras in Python

By Om Tejaswini

This post aims to predict the likelihood of a student being admitted into a university based on some factors. A predictive model is developed using neural networks to do this task .... Read More

Text Clustering using K-Means with Sklearn

By Om Tejaswini

K-Means Clustering Algorithm: K-Means clustering is a machine learning method that helps to organize data into groups based on how similar or different they are. The goal is to div.... Read More

Similar movie prediction in Python

By KAPIHLL KUMAR MUTHINENI

In this tutorial, we will learn how to build a Similar Movie Prediction model using the Scikit-learn library in Python. This model predicts similar movies by comparing their overvi.... Read More

Find-S algorithm using Python

By Om Tejaswini

In this article, we will learn how to implement the Find-S algorithm in Machine Learning. It is a concept learning algorithm in ML. This algorithm only considers positive training .... Read More

Digit Recognition using CNN in Python

By Kartheek Janapati

In this Lecture we will learn about Digit Recognition with CNN in Python. Digit recognition is one of the most fundamental tasks in computer vision and machine learning. It involve.... Read More

Generative Adversarial Network (GAN) in Python – TensorFlow

By Kartheek Janapati

In this lecture we will learn about Generative Adversarial Network (GAN) using Python. What is a Generative Adversarial Network (GAN)? A Generative Adversarial Network is basically.... Read More

Rule Based System Vs Machine Learning System

By Kartheek Janapati

In this lecture we are going to cover the Rule-based system and Machine learning system in detail and also compare them in specific condition. Basically, there are two generic appr.... Read More