machine learning - Conclusion from PCA of dataset -


i have set of data sequence labeling. did pca (with 2 principal components on x , y axis) on dataset , turns out below: pca of raw dataset

using lstm network classify dataset above, decided extract activations hidden layer of lstm. obtain figure below: pca of activation lstm hidden layer using above dataset

my question is, conclusion can draw comparing both results? fair features of original dataset self-organized after running through lstm classifier?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -