Machine learning: Difference between revisions
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
An excellent, and I truly mean excellent example is MarI/O, a machine learning program that learns how to play mario, and mario kart. <br /> | An excellent, and I truly mean excellent example is MarI/O, a machine learning program that learns how to play mario, and mario kart. <br /> | ||
Super Mario World: https://www.youtube.com/watch?v=qv6UVOQ0F44 | # Super Mario World: https://www.youtube.com/watch?v=qv6UVOQ0F44 | ||
Mario Kart: https://www.youtube.com/watch?v=S9Y_I9vY8Qw <br /> | # Mario Kart: https://www.youtube.com/watch?v=S9Y_I9vY8Qw <br /> | ||
<ref> https://www.youtube.com/channel/UC8aG3LDTDwNR1UQhSn9uVrw </ref> | <ref> https://www.youtube.com/channel/UC8aG3LDTDwNR1UQhSn9uVrw </ref> | ||
== References == | == References == |
Revision as of 09:00, 8 June 2022
Introduction[edit]
Using algorithms that iteratively learn from data, machine learning allows computers to find hidden insights without being explicitly programmed where to look. [2] This is important to our case study as it allows self-driving cars to learn from it’s environment and mistakes.
Terminology[edit]
- Behavioural data
- Cloud delivery models:
- Cloud deployment models
- Collaborative filtering
- Content-based filtering
- Cost function
- F-measure
- Hyperparameter
- K-nearest neighbour (k-NN) algorithm
- Matrix factorization
- Mean absolute error (MAE)
- Overfitting
- Popularity bias
- Precision
- Recall
- Reinforcement learning
- Right to anonymity
- Right to privacy
- Root-mean-square error (RMSE)
- Stochastic gradient descent
- Training data
Examples[edit]
An excellent, and I truly mean excellent example is MarI/O, a machine learning program that learns how to play mario, and mario kart.
- Super Mario World: https://www.youtube.com/watch?v=qv6UVOQ0F44
- Mario Kart: https://www.youtube.com/watch?v=S9Y_I9vY8Qw