You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could support dimensionality reduction through autoencoders. Here's a useful looking tutorial (it looks relatively straightforward to implement all of the variants in the tutorial): https://blog.keras.io/building-autoencoders-in-keras.html
shallow autoencoder
deep autoencoder
sparse autoencoder
convolutional autoencoder
sequence-to-sequence autoencoder (good for timeseries data)
We could support dimensionality reduction through autoencoders. Here's a useful looking tutorial (it looks relatively straightforward to implement all of the variants in the tutorial): https://blog.keras.io/building-autoencoders-in-keras.html