martinapugliese / tales-science-data

WORK UNDER RESTRUCTURING
41 stars 10 forks source link

Training an algorithm - generic #147

Open martinapugliese opened 6 years ago

martinapugliese commented 6 years ago

There should be a generic intro to ML and how to train an algorithm, with a reference to gradient descent which is in the maths folder and not super visible there.

martinapugliese commented 6 years ago

Add a section on cost functions and refer to the gradient descent indeed. For instance the chapter on backpropagation in neural networks should also point there.

martinapugliese commented 6 years ago

There is now a subsection for general ML, add there

martinapugliese commented 6 years ago

Add training/testing on the same data and in-sample/out-of-sample errors