Project for the 2020.3 Machine Learning Course of the Federal University of Pernambuco.
- Developer: Rafa Prado
- Developer: Lucas Aurelio
- Developer: Lucas Thierry
# Create the virtualenv
python3 -m venv venv
# Initialize the virtualenv
source venv/bin/activate
# Install the requirements
pip install -r requirements.txt
# Go to SVM folder
cd SVM
# Run the base algorithm
python SVM_BASE.py
# Or run the SVM Scaller
python SVM_Scaler.py
# Go to ANN folder
cd ANN
# Run the ANN
python ANN.py
# Go to ensemble folder
cd ensemble
# Run the ensemble
python ensemble.py -h
# Go to ensemble folder
cd final_project
# Run the ensemble
python final_project.py -h