Skip to main content

Collection Machine Learning algorithm beyond papers

Project description

Beyond Papers

Trying to do small gradient update to AI/ML Research with keen interest to build community of "Code before Research paper","Random and open Experiments before perfect solution". Building value beyond papers.

Each algorithm will have easy to understand underlying intution and architecture breif mentioned by concept contributors and collaborators. Before moving experimental to launched atleast 3 usage examples, associated medium post and concept video will be linked in the document for quick reference.

Launched:

Just getting started ...

Live Experiments:

Switchers:

***Compatible with Tensorflow | Regression | Deeplearning for Tabular Data | Spit->Iterate<->Switch

Motivations: Ensemble Trees are great fit for classification but are not good conceptual fit for Regression problems.
Deeplearning models which ideally must be good fit still fails in case of tabular data.
Architecture of Tabular Deeplearning Models like Tabnet are not very intutive hence not beginner friendly.

Reach out: aibeyondpaper@gmail.com

Data might contain subgroups which might behave differently from each other hence might useful to split them up and train seperately" As the name suggests switcher main idea is that it iteratively switches observations to respective best learner .

Switcher makes an attempts to make deeplearning work for tabular data. Its being built considering both beginner's ease of use and customisabliltity for advance user.

Architecture: Switchers architecture choice revolves around Split, Iterate and Switch functions.

Train Cycle: Split Data (unsupervised ) -> Repeat( Iterative Regression like Deep ANN) per Split <-> Switch observation to respective best learner ) <- Best Learner Classifier

Test Cycle : Best Learner Classifier -> Regressor

Results : In progress. Will be reported soon. Initial test indicated significant improvement on regression tasks compared to vanilla Deep ANN.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beyondpapers-0.1.0.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

beyondpapers-0.1.0-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page