Projects completed as part of successfully completing the Udacity Machine Learning Nanodegree that demonstrate a range of Machine Learning skills.
The jupyter notebooks demonstrate the following skills:
finding_donors.ipynb covers a number of supervised learning techniques to find donors that meet certain criteria
customer_segments.ipynb solves a marketing problem with a number of unsupervised learning techniques
smartcab.ipynb use some introductory reinforcement learning techniques to train a cab to get from one side of a grid to another
dog_app.ipynb covers a range of image recognition techniques, including developing a CNN.