This Project aims at discovering the purposes of various mobile applications from the android applications data set.
The data set is loaded as data frames and then converted into documents.
Each app from the data set is created as a seperate document.
All the stop words are downweighted using TF-IDF normalization.
Each app is then viewed as a distribution over 20 topics, and each topic is a distribution of over all the permissions in the data using LatentDirichletAllocation class in scikit-learn.
Using t-SNE,perform document -topic visualization.