Interesting course related stuff on the internet

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

Interesting course related stuff on the internet
To kick this thread off, here’s a video about a Prolog implementations of the n queens problem (particularly as CSP) - in particular, how the heuristics improve the time it takes the algorithm to find a solution.

https://www.youtube.com/watch?v=l_tbL9RjFdo


Lee Sedol “quits because AI ‘cannot be defeated’”:
https://www.bbc.com/news/technology-50573071?fbclid=IwAR1a1qLwM77lPNmSYq2xfl9sakKpDOcDltDp-KgcgblZ2RxnBNMtaVzuwjk


If you looked at the Die Hard planning problem, you might be interested in this video:
https://www.youtube.com/watch?v=0Oef3MHYEC0

It explains the puzzle and introduces an idea for an algorithm.