duoan / machine-learning-notebook

A notebook repository for tracking learning machine learning notebook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Notebook

This repository is tracking basic review from data analysis to advantage machine learning skills.

How to install ?

This repository depends on conda, so you must install conda at first, you can choose anaconda or miniconda. Then you should run bellow commands to setup a conda environment:

~ git clone git@github.com:classtag/machine-learning-notebook.git
~ cd machine-learning-notebook
~ conda env create -f environment.yml 
~ conda activate machine-learning-notebook
~ ./run.sh

Basic package learning

Machine learning core algorithms

Case study and projects

About

A notebook repository for tracking learning machine learning notebook.


Languages

Language:Jupyter Notebook 100.0%Language:Shell 0.0%