without-sklearn
There are 6 repositories under without-sklearn topic.
sukhbinder/ML-From-Scratch
Bare bones Python implementations of some of the foundational Machine Learning models and algorithms.
kudea/KNN-iris-without-sklearn
Classifying the iris data without using sklearn package
lohitt91/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.
parkernisbet/newsgroups-naive-bayes
Multinomial naive Bayes newsgroup document classification without relying on pre-built sklearn modules. Smoothing and inverse document frequencies utilized to improve model accuracy.
YongWookHa/linear-regression-python
linear regression python implementation