cforssen / LearningFromData-content

The contents (markdown, notebooks, scripts) for the Learning from data JupyterBook
0 stars 1 forks source link

New chapter: Mathematical optimization #6

Closed cforssen closed 1 month ago

cforssen commented 1 month ago

Replace the gradient descent chapter with a more general optimization one.

To be included:

cforssen commented 1 month ago

Based, e.g., on the blog post by Sebastian Ruder https://www.ruder.io/optimizing-gradient-descent/#gradientdescentoptimizationalgorithms and arXiv 1609.04747

cforssen commented 1 month ago

Completed a first draft. There are no mathematical details for the momentum-based methods.