Data cleaning – Introduction While doing data data analysis, before analyzing the data for any kind of resultant, we most perform the most essential step, that is, Data Cleaning. Because when we get the data it may not be ready for complete analysis, like there might me missing values which will make our judgement wrong, […]
Author: Nitesh Goyal
Face Detection using OpenCV in Live Video
Hi learners!! We always come across the problem face detection in machine learning and we always jut think that how we can create a face detection algorithm in the easiest and fastest way. Well here is the answer! we will use OpenCV library of python for detecting faces in the live video being fed using […]
Face Detection in Live Video
Face Detection in Live Video: Introduction Hi learners! We always come across the problem face detection in machine learning and we always jut think that how we can create a face detection algorithm in the easiest and fastest way. Well here is the answer! we will use OpenCV library of python for detecting faces in […]
Multi-layer Perceptron using Python
Multi-layer Perceptron Using Python In this tutorial, we will study multi-layer perceptron using Python. In our previous post, Implementation of Perceptron Algorithm using Python, we learned about single-layer Perceptron, which is the first step towards learning Neural Network. It is a model inspired by brain, it follows the concept of neurons present in our brain. […]
Perceptron Algorithm using Python
Perceptron Algorithm using Python In this tutorial, we will learn how to implement Perceptron algorithm using Python. Perceptron is the first step towards learning Neural Network. It is a model inspired by brain, it follows the concept of neurons present in our brain. Several inputs are being sent to a neuron along with some weights, […]
