Member-only story

Machine Learning Algorithms (Every Data Scientist Must Know)

Rizki Syaputra
Haneul Lab
Published in
2 min readDec 18, 2024

--

Machine learning powers so many things around us — from recommendation systems to self-driving cars!

90 Completely FREE ML Courses- https://lnkd.in/gPjTZbP

But understanding the different types of algorithms can be tricky.

This is a quick and easy guide to the four main categories: Supervised, Unsupervised, Semi-Supervised, and Reinforcement Learning.

1. Supervised Learning

In supervised learning, the model learns from examples that already have the answers (labeled data). The goal is for the model to predict the correct result when given new data.

Some common supervised learning algorithms include:

➡️ Linear Regression — For predicting continuous values, like house prices.

➡️ Logistic Regression — For predicting categories, like spam or not spam.

➡️ Decision Trees — For making decisions in a step-by-step way.

➡️ K-Nearest Neighbors (KNN) — For finding similar data points.

➡️ Random Forests — A collection of decision trees for better accuracy.

➡️ Neural Networks — The foundation of deep learning, mimicking the human brain.

--

--

Haneul Lab
Haneul Lab

Published in Haneul Lab

Haneul (하늘) berarti “langit” dalam bahasa Korea, menggambarkan ambisi untuk mengeksplorasi ilmu data seluas langit. Bisa menjadi Haneul Lab atau Haneul Data.

Rizki Syaputra
Rizki Syaputra

Written by Rizki Syaputra

Chief Executive Officer and Founder UDACODING, Senior Software Developer and Trainer at UDACODING

No responses yet