All Questions
Tagged with autoencoder binary
1 question
1
vote
1
answer
2k
views
I have machine learning data with binary features. How can I force an autoencoder to return binary data?
I have a dataset of the following form: A series of M observations of N-dimensional data. In order to obtain latent factors from this data, I wish to make a single hidden-layer autoencoder trained on ...