Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 597 Bytes

AI/ML algorithms

Build Status

Implementations of algorithms in various areas of artificial intelligence/ machine learning.

Environment Setup

Some directories have their own requirements.txt. In that case, create a conda env and install the requirements into the virtual env. Otherwise, use the main conda environment described bolow.

Install the conda environment

conda env create -f environment.yml

To view and run Jupyter notebooks

jupyter lab