Skip to content

ZhenhHuang/sunrise-machine-learning

Repository files navigation

Sunrise Lab Machine Learning

Datasets can be seen in data and Jupyter notebooks are in Notebook. Deep Learning parts are in here.

Introduction

We implement several machine learning algorithms as follows:

  1. KNN
  2. Decision Tree
  3. Linear models for regression
  4. Linear models for classification
  5. Naive Bayes
  6. Probability distribution
  7. Mixture models
  8. Gaussian Process
  9. DNN for classification and regression

Get Started

git clone https://github.com/H-Joker/sunrise-machine-learning-2022.git
cd sunrise-machine-learning-2022
conda create -n ml python=3.9.0
conda activate ml
pip install -r requirements.txt

About

Machine learning for undergraduate students.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published