Free MIT Intro to Deep Learning Course

Deep Learning for Self-Driving Cars

Interested in Neural Networks? A neural network is an algorithm made of choices that are layered on top of each other to make a final decision.

We are trying to use this kind of thing in the Neural Electrical Working Group (NEIWG) for our upper arm prosthesis. It is the basis for Artificial Intelligence, correct me if I’m wrong.


Example:

How do you come to the conclusion on what you wore today?
Decision - I’m wearing a raincoat

Each of these choices are weighted by what you think is most important. Whatever choice you feel is most important will in most cases determine your answer.

Choices:

  1. Weather - 5 points
  2. Work - 3 points
  3. Day of the week- 1 point

Decision
-Wear a raincoat

From there you would give the neural networks test cases to evaluate if your decision will come out to be true.