## Link to code
https://drive.google.com/drive/u/0/folders/17vAieOLJLmlvkDLuapCak77beZqhJ6AO

## Links to datasets
1. Mushroom classification dataset: https://www.kaggle.com/uciml/mushroom-classification
2. Kiva Crowdfunding dataset: https://www.kaggle.com/kiva/data-science-for-good-kiva-crowdfunding

## Steps to run the code
1. Install Anaconda https://docs.anaconda.com/anaconda/install/
2. Install Tensorflow and all required Python packages
3. Download the datasets and place in the data/ folder
4. Run Jupyter Server: jupyter notebook
5. A web browser should open. Open the supervised_learning_runner.ipynb and run all cells

## Required packages / libraries
matplotlib
numpy
pandas
sklearn
tensorflow