irisliucy / ai-playbook

Implementations of AI/ ML algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementations of AI/ ML algorithms


Languages

Language:Python 65.9%Language:TeX 26.4%Language:Shell 7.7%