Awesome stuff: A simple and general intro of Machine Learning is included👌. — First, what is Machine Learning? Let’s begin with a problem. Given the following set of input and output values, input : 0.0, 8.0, 15.0, 22.0, 35
output : 32, 46.4, 59, 71.6, ? where, for example, an input of 0 gives an output of 32 and an input of 15 gives an output of 59…