dogukanburda / machine-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning algorithm implementations from scratch

Algorithms Implemented

  • KNN
  • Linear Regression
  • Logistic Regression
  • Perceptron
  • SVM
  • PCA

Perceptron

The perceptron can be used for supervised learning. It can solve binary linear classification problems. Alt text

Linear Regression

Alt text

Logistic Regression

Alt text

About


Languages

Language:Python 100.0%