ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

Autoencoders as a dimensionality reduction algorithm #162

Open jeremymanning opened 6 years ago

jeremymanning commented 6 years ago

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

jeremymanning commented 6 years ago

If we implement this using the standard hypertools API (e.g. through the reduce function/flag), it would provide a really convenient way to train and apply autoencoders. I think some neat demos would come out of it.