/machine_learning_review

Contains python codes/notebooks for a machine learning review

Primary LanguageJupyter Notebook

machine_learning_review

This is a repository for developping the python codes and examples for a review paper on an introduction to machine learning for physicists.

Installing style sheet

Clone or download the repository. Then in the top directory use:

pip3 install .

You can now import the style sheet in any of your notebooks with the following:

import matplotlib as mpl
from ml_style import ml_style_1 as sty
mpl.rcParams.update(sty.style)

This will allow you to plot using the styles specified in ml_style/ml_style_1.py.

Updating style sheet

As we might change the styles as we go along, running the following command will update your style sheets:

pip3 install . --upgrade

What it looks like

alt tag