Machine learning: Difference between revisions
No edit summary |
|||
Line 25: | Line 25: | ||
== Pictures, diagrams == | == Pictures, diagrams == | ||
[[File:Steps-to-Predictive-Modelling.jpg]] <ref>https://upxacademy.com/introduction-machine-learning/</ref> | |||
== References == | == References == |
Revision as of 08:49, 13 September 2017
This is student work which has not yet been approved as correct by the instructor
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.
How does it work or a deeper look[edit]
Basically the program has some sort of end goal. In our case that is driving to a given destination without crashing, or breaking the law. The program now does multiple runs, and in each run, it changes something. The car might break when it sees a red light for example, this is a good run, as the program has not broken the law. On the other hand if the program breaks the law, and speeds up when it sees a red light, it breaks it’s original goal of not breaking the law. Good runs evolve and ‘reproduce’ (mix the good parts) making better versions of the program, until ideally we have a program that knows fulfills its original purpose. [3] [4]
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
[5]
Pictures, diagrams[edit]
References[edit]
- ↑ http://www.flaticon.com/
- ↑ https://www.sas.com/en_us/insights/analytics/machine-learning.html
- ↑ https://en.wikipedia.org/wiki/Evolutionary_algorithm
- ↑ https://en.wikipedia.org/wiki/Neuroevolution
- ↑ https://www.youtube.com/channel/UC8aG3LDTDwNR1UQhSn9uVrw
- ↑ https://upxacademy.com/introduction-machine-learning/