Skip to content

Robin888/retrieveStack-project

Repository files navigation

https://travis-ci.org/MacHu-GWU/elementary_math-project.svg?branch=master

Welcome to retrieveStack Documentation

retrieveStack is an analytical framework by resembling a feedforward neural network and using stacked generalization in multiple levels to improve accuracy in classification (or regression) problems. In contrast to conventional feedforward neural-network-like stacked structures, retrieveStack gathers the information of models in all layers, choose good models from multiple layers by comparing to output layer, and combine them with output layer model to optimize final prediction. Below is the pictorial description of how retriveStack working:

https://github.com/Robin888/retrieveStack-project/blob/master/retrieveStack.jpg

retrieveStack gives better prediction than the best single model contains in first layer. Please note its performance relies on a mix of strong and diverse single models in order to get the best out of this analytical framework

Quick Links

Install

retrieveStack is released on PyPI, so all you need is:

$ pip install retrieveStack

To upgrade to latest version:

$ pip install --upgrade retrieveStack

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages