DEV Community

He Codes IT
He Codes IT

Posted on

Algorithm Machine Learning — Machine Learning

Algorithm Machine Learning is a word made up of three words, Algorithm, Machine, and Learning. The algorithm is a set of rules to solve a problem. A machine is a tool that makes your life easy, and Learning is studying new things.
The Algorithm of Machine Learning goes through 4 phases:
Planning:- What is Problem we have to Solve? What Dataset do we have?
Design:- What solution do we want? Filter the Dataset. Solution Application.
Development:- Appy algorithm on Dataset. If there is a huge difference between the predicted value and actual value rerun the algorithm by changing the parameters. Minimize the Loss Function.
Apply:- Apply the model to predict the outcome of real-life problems.
Read more at https://hecodesit.com/algorithm-machine-learning-machine-learning/

Top comments (0)