fwang2 / ML

A set of machine learning notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%Language:Shell 0.1%