dgildeh / jupyter-notebooks

Repository for all my Jupyter Notebooks for ML/AI experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Notebooks

A collection of Jupyter notebooks for playing with ML/AI tutorial examples and experimenting with different models.

To run these notebooks install Jupyter using the following command:

pip install jupyter

Clone this repo and under the repo's local directory run the following command:

jupyter notebook

This will list all the notebooks in this repository for you to open and run.

Any related data is stored in the /data directory. If the file is large it will be zipped and all archives will be unzipped into a local /temp directory when you run the notebooks.

About

Repository for all my Jupyter Notebooks for ML/AI experiments


Languages

Language:Jupyter Notebook 100.0%