14

I am looking for educational programmes which can be conducted online, such as

  • full MSc., degree certificates,

  • postgraduate courses/modules,

  • MOOCs.

Topics I am looking for are on advanced optimization such as

  • column generation,

  • (meta)heuristics,

  • reinforcement learning.

Any recommendations? Feel free to share experiences!

Longer background: I have an MSc. in Engineering during which I focussed on optimization methods (MILP, heuristics, queuing models etc.) in a specific sector. At my work, I get the freedom to develop myself further into the field with the goal of being able to develop (prototype) tooling for decision support at our clients.

Aks
  • 317
  • 1
  • 5

4 Answers4

11

Check Coursera, edX, Udemy, or any other online courses (such as those of Stanford). For example:

EhsanK
  • 5,864
  • 3
  • 17
  • 54
6

For heuristics you can take a look at this course. Also the book "How to solve it : Modern heuristics" by Zbigniew Michalewicz and David B. Fogel.

Reinforcement Learning has similiarities with approximate dynamic programming, these video lectures by D. P. Bertsekas may be useful.

Antarctica
  • 2,917
  • 15
  • 34
5

Institute of Applied Optimization

Metaheuristic Optimization - prerequisite: Java programming

Coursera

Practical Reinforcement Learning - related

4

For Reinforcement learning and Deep Reinforcement learning, a wonderful online free course on RL by David Silver (the first author of the AlphaZero, AlphaGo algorithms) exists: YouTube links

A more advanced course by Sergey Levine exists for free at: YouTube link

For both course the link to the material of the course is available too.

Afshin Oroojlooy
  • 835
  • 8
  • 15