
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mithilesh Pradhan has Published 58 Articles

Mithilesh Pradhan
3K+ Views
Introduction Regression Analysis is the most basic form of predictive analysis. In Statistics, linear regression is the approach of modeling the relationship between a scalar value and one or more explanatory variables. In Machine learning, Linear Regression is a supervised algorithm. Such an algorithm predicts a target value based on ... Read More

Mithilesh Pradhan
1K+ Views
In this tutorial, we are going to implement regression analysis and the best-fitting line using Python programming Introduction Regression Analysis is the most basic form of predictive analysis. In Statistics, linear regression is the approach of modeling the relationship between a scalar value and one or more explanatory variables. In ... Read More

Mithilesh Pradhan
2K+ Views
Introduction One of the most common tasks involved in Deep Learning based on Image data is Image Classification. Image classification has become more interesting in the research field due to the development of new and high-performing machine learning frameworks. Such classification can either be binary where two classes of images ... Read More

Mithilesh Pradhan
2K+ Views
In this tutorial, we are going to learn about how to split a Dataset into a Train set and a Test set using Python Programming Introduction While creating Machine Learning and Deep Learning Models we may come across scenarios where we may want to do both training and well as ... Read More

Mithilesh Pradhan
496 Views
In this tutorial, we are going to learn about how to handle imbalanced classes in ML. Introduction Generally speaking, class imbalance in Machine Learning is a case where classes of one type or observation are higher as compared to the other type. It is a common problem in Machine learning ... Read More

Mithilesh Pradhan
379 Views
In this Tutorial we will learn how to create simulated data from classification in Python. Introduction Simulated data can be defined as any data not representing the real phenomenon but which is generated synthetically using parameters and constraints. When and why do we need simulated data? Sometimes while prototyping a ... Read More

Mithilesh Pradhan
293 Views
In this article, we are going to learn about how to create Models in Keras Introduction Keras is an open-source library in Python which provides APIs for building Artificial Neural Network Models with great flexibility. Modelling in Keras can be done either using the Functional API or the Keras Sequential ... Read More

Mithilesh Pradhan
1K+ Views
This article let us see some of the common challenges Machine Learning Engineers face today. Introduction Today when Machine Learning has become the cutting-edge technology in every domain or industry, the number of Machine Learning folks has considerably grown and so is the challenge to implement an Artificial Intelligence project ... Read More