Posts from Machine Learning

Artificial Neural Network (ANN) – Python

By Yash Aparajit

An artificial neural network (ANN) is a computer model that can work together and solve problems. It can identify complex relationships in datasets, data mining, pattern recognitio.... Read More

Anomaly Detection Using TensorFlow and Autoencoders

By Satyam Prashant

Due to technological growth, there has been a steep rise in fraud and illegal activities, particularly in the financial sector. There is a need for a highly effective algorithm tha.... Read More

Facial Expression Recognition using Keras

By Yash Aparajit

In this tutorial, we will learn about Facial Expression Recognition using Keras. What is Facial Recognition? It is a technology that allows computer systems to identify or recogniz.... Read More

Multivariate Adaptive Regression Splines in Python

By Yash Aparajit

In this tutorial, we will learn about MARS (multi-adaptive regression spline) in Python. What is MARS? MARS is a robust regression technique utilized for modeling intricate variabl.... Read More

Facial attribute detection using machine learning in Python

By Harsh Goel

In this tutorial, we will get to know the method for facial attribute detection using machine learning in Python using OpenCV library of Python. Here, we will learn about facial at.... Read More

Python Readability Index (NLP)

By Vanshikha Sharma

In this tutorial, we will talk about the readability index in Python(NLP). It focuses on how we put the words that are chosen together into sentences and paragraphs. In NLP, the re.... Read More

Canny Edge Detection from Scratch with Pytorch in Python

By Vanshikha Sharma

In this tutorial, we will learn about canny edge detection which is the most used edge detection filter of all. It is a multi-stage filter. We will see the implementation of this f.... Read More

Machine Learning | Bias Variance Tradeoff

By Nihar Kalsekar

In this article, we are going to learn the Bias Variance Tradeoff in machine learning. If you master this concept it will greatly help you to understand your Machine Learning model.... Read More

Related Posts