Category: Machine Learning

Wednesday May 1st, 2019

Decision Tree

Decision Tree is a machine learning algorithm which you can make the classification and raegression. Implementation of this algorithm very easy. In decision tree algorithm, Decision were made by looking at the value which given at the start. The given root separated to the two branches and process goes with these branches. I want to make prediction using by the decision tree algorithm. I have a dataset which […]

Tuesday March 5th, 2019

Machine Learning – Linear Regression

Artificial intelligence is going to be one of the biggest helper for us in the future or now. If you are interesting the Artificial Intelligence, we need the know some knowledges about the AI. To have knowledge about the AI, we have to know some knowledges about the Machine Learning. In this article, I am going to talk about the Linear Regression. Linear Regression Regression […]