Skip to content

Based on the paper of Huang et al., Snapshot Ensembles: Train 1, get M for free. I built a snapshot ensamble to structed data and compared it to Random Forest.

Notifications You must be signed in to change notification settings

MaorSagi/Snapshot-Ensamble-Network

Repository files navigation

Snapshot-Ensamble-Network (Aug 2021)

Based on the paper of Huang et al., Snapshot Ensembles: Train 1, get M for free. I built a snapshot ensamble to structed data and compared it to Random Forest. You can find the paper here, and the report in the Machine Learning - Final Project Report.pdf file attached to this project (link).

Running instructions:

  1. Notice your working directory is Snapshot-Ensamble-Network folder. otherwise run the command:
  2. cd Snapshot-Ensamble-Network
  3. Install all the libraries required by running the following command:
  4. pip install -r requirements.txt
  5. In the consts file determine the parameters regarding to your needs.
  6. Run the project by running the command:
  7. python main.py

About

Based on the paper of Huang et al., Snapshot Ensembles: Train 1, get M for free. I built a snapshot ensamble to structed data and compared it to Random Forest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages