Contains some basic Machine learning projects I worked on during my learning
Predict diabetes based on various health infromation using Support Vector Classifier
Predict if the material scanned is a Rock or a Mine based on unknown data values using Logistic Regression
Predicts if a person has heart disease or not based on various health parameters using Logistic Regression
Predicts if a mail is spam or ham based on its content using Logistic Regression
Predict rice category based on various features using Logistic Regression
Predict whether a person will be aproved of a loan based on various features using Support Vector Classifier
Predicting whether a given image is either cat or dog using CNN.
Predicting the quality of a wine using XGB and SVM Regression.