This is a personal USTC 011119 Course work repository aims at designing and implementing some artificial intelligence algorithms.
export ML_PATH="$HOME/ArtificialIntelligenceAlgorithms/ml"
mkdir -p $ML_PATH
cd $ML_PATH
virtualenv env --system-site-packages
source env/bin/activate