We talked about introduction to machine learning here. Let's say, we have two armies: red and blue. The black line is the border separating these two armies. The line is curved and it is drawn using visual inspection. But the kings are mad and they demand a straight line, not a curved one. To please... Continue Reading →
An Introduction To Machine Learning
Machine Learning is a kind of buzz words these days; sort of a mysterious new guy in the class whom everyone wants to be friend with. On the onset, I would like to think Machine Learning as a part of tool kit of every Software Engineer. And conceptually it's not different from the Mathematics, Algorithm,... Continue Reading →
A Beginner Tutorial For ML Decision Tree Model Using Scikit And Panda
Prerequisite Python, Scikit and Panda installed in your laptop. It's better to install conda as it has all the required libraries. Install Jupyter too. It really helps in python coding. Panda Panda is a popular python library to explore and manipulate data. Scikit Scikit is popular machine learning framework in python. Regression Regression is process to... Continue Reading →