- Keras
- OpenCv
- Sklearn
- Pandas and Numpy
Developed Machine Learning models for Iris dataset namely Logistic Regression,KNN Classifier,SVM,Decision Tree.
Built linear regression model from scratch for a predicting average weight of body using average weight of body for mammalian species with r square value 0.94
Predicting whether loan can be given or not with some qualifications using machine learning models, missing values were populated using KNN Classifier and using mode.
Developed Convolutional Neural Network model for predicting handwritten dataset and analysed model using ROC curve and accuracy obtained from confusion matrix.
Developed MultiLayer Neural Network from scratch using numpy along with BackPropagtion.