Skip to content

An on going implementation of the gcForest algorithm

Notifications You must be signed in to change notification settings

ydcun/deep-forest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

deep-forest

Introduction

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.

To do

  1. Scikit-learn wrapper

Running the example

  1. Create virtual environment: python3.x -m venv env && source env/bin/activate
  2. Install dependencies: pip install -r requirements.txt
  3. Run Jupyter: jupyter-notebook
  4. Open the deep-forest-example notebook

About

An on going implementation of the gcForest algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • Jupyter Notebook 43.6%