WIP
Inspired by https://arxiv.org/abs/1702.08835 and https://github.com/STO-OTZ/my_gcForest/
This paper introduces gcForest as an alternative to Deep Learning techniques. Here's an initial implementation of what I concluded the gcForest algorithm is.
- Scikit-learn wrapper
- Create virtual environment: python3.x -m venv env && source env/bin/activate
- Install dependencies: pip install -r requirements.txt
- Run Jupyter: jupyter-notebook
- Open the deep-forest-examplenotebook
