This repository contains the projects that are completed as a part of Udacity Machine Learning Engineer Basic Nanodegree.
There are 2 projects in this repo:
-
Finding Donors for Charity
Helping a Charity Organization to identify those people who are most likely to donate for their cause. Naive Bayes, Logistic Regression and Support Vector Classifier(SVC) are compared to predict the likelihood of donation. Feature selection techniques are explored to optimize the model. -
Customer Segmentation using Unsupervised Machine Learning
The aim is to identify different customer segments for better understanding of customer behaviours and formulate a strategy which will suffice the customer needs. Principal Component Analysis (PCA) and Gaussian Mixture Modeling(GMM) are explored.