Skip to content

Instantly share code, notes, and snippets.

@orico
Last active April 24, 2018 06:56
Show Gist options
  • Save orico/c308d185545b3fc48be86865ade2cdd3 to your computer and use it in GitHub Desktop.
Save orico/c308d185545b3fc48be86865ade2cdd3 to your computer and use it in GitHub Desktop.
PCAAE-graphs
plot3clusters(pca_transformed[:,:2], 'PCA', 'PC')
plot3clusters(encoded_data[:,:2], 'Linear AE', 'AE')
plot3clusters(encoded_data2[:,:2], 'Non-Linear sigmoid-based AE', 'AE')
plot3clusters(encoded_data3[:,:2], 'Non-Linear relu-based AE', 'AE')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment