Category: Machine Learning

Diabetes Prediction Using Machine Learning

In this article, we will be predicting that whether the patient has diabetes or not on the basis of the features we…

Continue Reading Diabetes Prediction Using Machine Learning

Forest Fire prediction using Machine Learning – Analytics Vidhya

Forest, bush, or vegetarian fire, can be described as any uncontrolled and non-prescribed combustion or burning of plants in a natural setting such as a forest, grassland, etc. In this article we are not determining if a forest fire will take place or not, we are predicting the confidence of the forest fire based on some attributes.
Well, the first question arises as that why we even need Machine learning to predict forest fire in that particular area? So, yes the question is valid that despite having the experienced forest department who have been dealing with these issues for a long time why is there a need for ML, having said that answer is quite simple that the experienced forest department can check on 3-4 parameters from their human mind but ML on other hand can handle the numerous parameters whether it can be latitude, longitude, satellite, version, and whatnot, so dealing with this multi-relationship of a parameter that is responsible for the fire in the forest we do need ML for sure!

Continue Reading Forest Fire prediction using Machine Learning – Analytics Vidhya

Random Forest Algorithm for Absolute Beginners in Data Science

Random forests are a supervised Machine learning algorithm that is widely used in regression and classification problems and produces, even without hyperparameter tuning a great result most of the time. It is perhaps the most used algorithm because of its simplicity. It builds a number of decision trees on different samples and then takes the majority vote if it’s a classification problem.

I am assuming you have already read about Decision Trees, if not then no need to worry we’ll read everything from start. In this article, we’ll figure out how the Random Forest algorithm works, how to use it, and the math intuition behind this simple algorithm.

Before learning this algorithm let’s first see what are Ensemble techniques.

Continue Reading Random Forest Algorithm for Absolute Beginners in Data Science

How Machine Learning can be used with Blockchain Technology?

Blockchain technology has been trending in recent years. This technology allows a secure way for individuals to deal directly with…

Continue Reading How Machine Learning can be used with Blockchain Technology?

Top Machine Learning-Based Emotion Recognition Tools

UCLA is embarking on a three-year study to better understand the impact of “sleep, physical exercise, heart rate, and daily…

Continue Reading Top Machine Learning-Based Emotion Recognition Tools

AutoML: An Introduction Using Auto-Sklearn and Auto-PyTorch

AutoML is a broad category of techniques and tools for applying automated search to your automated search and learning to…

Continue Reading AutoML: An Introduction Using Auto-Sklearn and Auto-PyTorch

Facebook Loves Self-Supervised Learning. Period.

Facebook’s chief AI scientist Yann LeCun’s influence seems to have rubbed off on the team, taking a path less travelled – a journey towards…

Continue Reading Facebook Loves Self-Supervised Learning. Period.

Loan Status Prediction using Support Vector Machine (SVM) Algorithm

You see, any bank, approves a loan based on the two most vital points: 1) How risky is the borrower…

Continue Reading Loan Status Prediction using Support Vector Machine (SVM) Algorithm

The Machine & Deep Learning Compendium

An open knowledge-sharing project . Hi! Nearly a year ago I announced the Machine & Deep Learning Compendium, a Google…

Continue Reading The Machine & Deep Learning Compendium