The AI Sidewalk code repo. The code utilized in the articles can be found here.
(1) Categorical Classification on Wine Data (06/22/19) | https://tinyurl.com/y28enwll
Go into the 1_Categorical_Classification folder
python3 data_splitter.py
python3 pipeline.py
(4) Binary SVM from Scratch! (07/22/19) | https://tinyurl.com/yy7eurwa
Go into the 4_Coding_Binary_SVM Folder
jupyter notebook
Run the code blocks in the BinarySVM notebook
(5) All about Minimax (via Tic-Tac-Toe)! (08/14/19) | https://tinyurl.com/y2ywgrml
Go into 5_Minimax Folder
pip install -r requirements.txt
export FLASK_APP=TicTacToeFlask.py
flask run
Alternatively, check out the demo @ https://calm-brook-53734.herokuapp.com/ !