Mithilesh Pradhan has Published 58 Articles

GrowNet: Gradient Boosting Neural Networks

Mithilesh Pradhan

Mithilesh Pradhan

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

463 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

1K+ 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

407 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

6K+ 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

2K+ 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

633 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

200 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

Training vs Testing vs Validation Sets

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 01-Dec-2022 07:07:36

8K+ Views

In this article, we are going to learn about the difference between – Training, Testing, and Validation sets Introduction Data splitting is one of the simplest preprocessing techniques we can use in a Machine Learning/Deep Learning task. The original dataset is split into subsets like training, test, and validation sets. ... Read More

Top 7 Artificial Intelligence and Machine Learning Trends For 2022

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 01-Dec-2022 07:04:58

377 Views

In this article, let’s explore 7 such areas which are promising and booming in 2022 related to Artificial Intelligence. Introduction Over the last decade, we saw tremendous growth and development in Artificial Intelligence-related technologies in almost every domain and is still becoming more relevant in the current era or decade. ... Read More

Advertisements