v0.2.3 #43
Unanswered
ziatdinovmax
asked this question in
Q&A
v0.2.3
#43
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New functionalities
The ability to condition (i)VAE on both continuous and discrete variables. The latter usually represent categorical data classes (aka labels) whereas the former can represent some continuous property (or multiple properties) of the data that we know. See the example notebook.
(i)VAE for semi-supervised regression. To date, most applications of the semi-supervised VAE were for categorical data. Here we introduce an option to use semi-supervised VAE for regression analysis where for some (small) part of the data both the label variable and the predictors are observed, while for other (larger) part of the data only the predictors are given. The usage of the
ss_reg_iVAE
class is similar to that of the ss-iVAE.The
auxSVITrainer
now works for both classification and regression tasks. To choose between the two, use thetask
argument (e.g.task="classification" or
task=regression```).Breaking changes
ivae.manifold2d
has changed.Before:
Now
This discussion was created from the release v0.2.3.
Beta Was this translation helpful? Give feedback.
All reactions