Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

fwang2/ML

Repository files navigation

Machine Learning Notes

This repository contains several study notes on Machine Learning.

Running environment

conda create --name deep python=python38
conda install jupyter
pip install -U \
    tensorflow keras scikit-learn matplotlib \
conda install pytorch torchvision -c pytorch # check pytorch page for instrucutions

Regression

Dimension Reduction

Clustering

Deep Learning

Scalable Learning

Tools

About

A set of machine learning notes

Resources

Stars

Watchers

Forks