Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 373 Bytes

File metadata and controls

12 lines (10 loc) · 373 Bytes

Supervised Learning Course

This repository contains the code for the supervised learning course. In this course, I have implemented various algorithms from scratch, including:

  • K-Fold Cross Validation
  • Linear Regression
  • Logistic Regression
  • Neural Network
  • Optimizers
  • Regularization
  • Perceptron VS. Adaline

SupervisedLearningCourse