h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.88k stars 1.99k forks source link

Invert a Deep Learning model #14572

Open exalate-issue-sync[bot] opened 1 year ago

exalate-issue-sync[bot] commented 1 year ago

http://arxiv.org/pdf/1412.0035v1.pdf http://arxiv.org/pdf/1506.02753.pdf

The above papers are looking at images as input data, which benefit greatly from convolutional layers, which we currently don’t support. Hence, arbitrary images are not currently handled well in H2O’s Deep Learning, but any structured data is (where each feature/predictor/column has a consistent meaning). For a general dataset with say 17 column of (age, income, zip code, number of pets, etc.), it’s not as straight-forward to look at these kinds of visualizations, but I’m sure they can still be very interpretable if you know your features well.

DinukaH2O commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-1602 Assignee: Arno Candel Reporter: Arno Candel State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A