Machine learning: Difference between revisions

From Computer Science Wiki
No edit summary
Line 25: Line 25:
== Pictures, diagrams ==
== Pictures, diagrams ==


Pictures and diagrams go a LONG way to helping someone understand a topic. Especially if your topic is a little abstract or complex. Using a picture or diagram is a two part process:
[[File:Steps-to-Predictive-Modelling.jpg]] <ref>https://upxacademy.com/introduction-machine-learning/</ref>
 
# [https://www.mediawiki.org/wiki/Help:Managing_files upload a file]
# [https://www.mediawiki.org/wiki/Help:Images use the file on a wiki page]


== References ==
== References ==

Revision as of 09:49, 13 September 2017

Exclamation.png This is student work which has not yet been approved as correct by the instructor

Case study notes[1]

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]

Steps-to-Predictive-Modelling.jpg [6]

References[edit]