Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 738 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 738 Bytes

Machine Learning Practice Projects

This repository contains the code I've written while self-studying machine learning.

Project List

  • basic_classification: kNN predictions, Naive Bayes classifiers
  • linear_regression: linear regression, k-fold cross validation
  • perceptron: logistic regression
  • MNIST_tensor_demo: TensorFlow basics

Warnings & Disclaimers

Some materials that are used here come from UCI CS178 course. Current CS178 students: please do not use my code for any purposes, especially if you are currently taking CS178. Just browsing my code would be considered cheating. Also, I did not take the course - I studied it myself; therefore, none of my work was graded or validated by the professor or anyone else.