Machine Learning Algorithms: 1. Supervised Learning - Regression: Predict results within a continuous output - Ex) predict ages based on the given picture of people. - Classification: Predict results in a discrete output (map input variables into discrete categories). 2. Unsupervised Learning - Allows us to approach problems with little or no idea what our results should look like. - There's no ..