6. ML Problems
Here are some types of problems
Machine Learning is trying to
solve.
Regression
Classification
Clustering
Recommendation
7. ML Categories
Here are some of the current
Machine Learning categories.
Supervised Learning
Unsupervised Learning
Semi-Supervised Learning
Reinforcement Learning
17. Matrix Factorization
1. Create two matrices with random
values. Each matrix should have the
same number of rows as there are
users and as many columns as your
preferred number of latent factors.
2. Adjust the two matrices until their
product nearly matches the target
matrix (gradient descent).
3. Multiply the matrices to get the
completed matrix.