Pinned Repositories
diabetes_prediction_with_knn
Using KNN Algorithm to predict if a person will have diabetes or not
housing_pricing_python
simple python script on housing pricing prediction using Boston data set
identifying_handwritten_digits_with_tensorflow_nn
identifying mnist handwritten digits with tensorflow neural network
image_color_compression_kmeans
Color compression of an image with K-Means Clustering Algorithm which can help in devices with low processing power and memory for large images
iris_flower_species_prediction_with_random_forest
predicting the specie of iris flower using random forest algorithm
kyphosis_prediction
Determing the existence of kyphosis after surgery with Decision Tree and Random Forest Algorithm
logistic_regression_suv_purchase_prediction
Predicting if an employee will purchase an suv given their age and salary using Logistic Regression
predicting_numbers_in_image_with_logistic_regression
predicting numbers in image with logistic regression
profit_estimation_of_companies
profit estimation of companies with linear regression
text_classification_using_naive_bayes_algorithm
Text classification using Naive Bayes Algorithm¶
boosuro's Repositories
boosuro/diabetes_prediction_with_knn
Using KNN Algorithm to predict if a person will have diabetes or not
boosuro/profit_estimation_of_companies
profit estimation of companies with linear regression
boosuro/logistic_regression_suv_purchase_prediction
Predicting if an employee will purchase an suv given their age and salary using Logistic Regression
boosuro/image_color_compression_kmeans
Color compression of an image with K-Means Clustering Algorithm which can help in devices with low processing power and memory for large images
boosuro/predicting_numbers_in_image_with_logistic_regression
predicting numbers in image with logistic regression
boosuro/text_classification_using_naive_bayes_algorithm
Text classification using Naive Bayes Algorithm¶
boosuro/housing_pricing_python
simple python script on housing pricing prediction using Boston data set
boosuro/identifying_handwritten_digits_with_tensorflow_nn
identifying mnist handwritten digits with tensorflow neural network
boosuro/iris_flower_species_prediction_with_random_forest
predicting the specie of iris flower using random forest algorithm
boosuro/k_means_example
k-means simple example
boosuro/kyphosis_prediction
Determing the existence of kyphosis after surgery with Decision Tree and Random Forest Algorithm
boosuro/linear_regression_housing
using linear regression to determine prices of houses based on house size
boosuro/lyric_finder
Simple react app to find track lyrics using musixmatch api
boosuro/salary_prediction_yrs_experience
predicting the salary of new employees based on years of experience
boosuro/laravel-realworld-example-app
Exemplary real world backend API built with Laravel