Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 356 Bytes

File metadata and controls

4 lines (3 loc) · 356 Bytes

Android_App_Classification_Machine-_Learning

Classification of Android applications based on playstore categories. Aim of the project is to train the logistic regression model using Training Data from App store and then predicting new application into various categories it belongs to.

Logistic Regression implemented without the use of scikit library.