Chapter 2 Survey participants education level

The following plot shows survey participants education level. Very few participants have a non-academic background. By no means a academic background is a pre-requisit to use machine learning, however, two skills are very helpful

  • Coding experience
  • Statistical knowledge


Coding experience speeds up the process to implement the machine learning ideas and concepts. Most effort during a machine learning project will go into

  • Data pre-processing
  • Model tuning

The actual implementation of the algorithm is often a matter of 10 - 20 lines of code. Below the neural network definition for a self driving RC model car of the donkey car framework.

The neural network is defined using the Keras API which sits on top of Tensorflow, the program is written in Python