Mithilesh Pradhan has Published 60 Articles

Exploratory Data Analysis on Iris Dataset

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 12:45:01

4K+ Views

IntroductionIn Machine Learning and Data Science Exploratory Data Analysis is the process of examining a data set and summarizing its main characteristics about it. It may include visual methods to better represent those characteristics or have a general understanding of the dataset. It is a very essential step in a ... Read More

How to Calculate Percentiles For Monitoring Data?

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 12:32:47

597 Views

Introduction Monitoring online systems, especially which are data intensive is extremely essential for a continuous health check, analyzing and detecting downtimes, and improving performance. The percentile−based method is a very efficient technique to gauge the behavior of such a system. Let's have a look at this method. A General Refresher ... Read More

GrowNet: Gradient Boosting Neural Networks

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 12:28:17

311 Views

Introduction GrowNet is a novel gradient-boosting framework that uses gradient-boosting techniques to build complex neural networks from shallow deep neural networks. The shallow deep neural networks are used as weak learners. GrowNets today are finding applications in diverse domains and fields. A Brief Refresher of Gradient Boosting Algorithms. Gradient Boosting ... Read More

Handwritten Digit Recognition using Neural Network

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 12:14:28

835 Views

Introduction Handwritten Digit Recognition is a part of image recognition widely used in Computer Vision in Deep learning. Image recognition is one of the very basic and preliminary stages of every image or video−related task in Deep Learning. This article lets an overview of Handwritten Digit Recognition and how Image ... Read More

Simultaneous Localization and Mapping

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 12:02:48

211 Views

Introduction Simultaneous Localization and Mapping or SLAM is a method that let us build a map and locate our vehicles on that map at the same time. SLAM algorithms are used for unknown environment mapping and simultaneous localization. How is SLAM useful? Engineers can use SLAM for avoiding obstacles ... Read More

Role of Log Odds in Logistic Regression

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 12:00:56

3K+ Views

Introduction Logistic Regression is a statistical method to predict a dependent data variable based on the relationship between one or more independent variables. It makes use of log odds and with the help of a logistic function, it predicts the probability of an event occurring. It is a classification method. ... Read More

Locally Weighted Linear Regression in Python

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 11:38:29

4K+ Views

Locally Weighted Linear Regression is a non−parametric method/algorithm. In Linear regression, the data should be distributed linearly whereas Locally Weighted Regression is suitable for non−linearly distributed data. Generally, in Locally Weighted Regression, points closer to the query point are given more weightage than points away from it. Parametric and Non-Parametric ... Read More

Implementation of Whale Optimization Algorithm

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 11:29:40

960 Views

Introduction Whale Optimization Algorithm is a technique for solving optimization problems in Mathematics and Machine Learning. It is based on the behavior of humpback whales which uses operators like prey searching, encircling the prey, and forging bubble net behavior of humpback whales in the ocean. It was given by Mirjalili ... Read More

Image Recognition using MobileNet

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 11:25:08

374 Views

Introduction The process of identifying an object or feature with an image is known as Image Recognition. Image recognition finds its place in diverse domains be it Medical imaging, automobiles, security, or detecting defects. What is MobileNet and Why is it so Popular? MobileNet is deep learning CNN model developed ... Read More

How to Improve UX With Machine Learning?

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 30-Dec-2022 11:16:41

103 Views

Introduction User experience (UX) is how a person or user interacts with a product, service, or system encompassing everything from ease of usage, and its usefulness to efficiency. Today, Machine Learning can provide an intuitive user experience through modeling, customization, clustering, and segregation. In this article, let's have a look ... Read More

Advertisements