====== Computers labs, seminars ====== Labs are organized into three main topics: i) problem solving by search, ii) sequential decisions under uncertainty, iii) machine learning - classifying simple images. The labs combine seminar-like discussions and solving/discussing coding problems. Students are expected to come with questions. The scheduled labs are the primary places for discussions and consultations. The labs are not compulsory but it is expected you come prepared. We will mark your presence, though. Individual consultations are possible after an agreement. Note, however, that the individual consultations are meant to be used mainly under special circumstances like long illness. If you know about longer absence please approach us beforehand. (w-week number, Odd/Even) ^ date ^ w ^ O/E ^ content ^ | 19.02.2018 | 1. | E | [[courses:be5b33kui:labs:weekly:week_01|Introduction]]. We will refresh our Python skills by programming NPuzzle class | | 26.02.2018 | 2. | O | [[courses:be5b33kui:labs:weekly:week_02|Solvability]]. Where we use the NPuzzle class and decide whether is the desk solvable at all. Introducing AI-gym and **Maze** grid world. | | 05.03.2018 | 3. | E | [[courses:be5b33kui:labs:weekly:week_03|Search I]]. How to always find the goal? Time, memory needed. | | 12.03.2018 | 4. | O | [[courses:be5b33kui:labs:weekly:week_04|Search II]]. Can we speed up the search? Heuristics | | 19.03.2018 | 5. | E | [[courses:be5b33kui:labs:weekly:week_05|Adversarial Search I]]. How to minimize opponent's chances. **Reversi** game.| | 26.03.2018 | 6. | O | [[courses:be5b33kui:labs:weekly:week_06|Adversarial Search II]]. How to prune the tree of all game variants. | | 02.04.2018 | 7. | E ^ Easter - public holiday | | 09.04.2018 | 8. | O | [[courses:be5b33kui:labs:weekly:week_07|Sequential decisions I]] | | 16.04.2018 | 9. | E | [[courses:be5b33kui:labs:weekly:week_08|Sequential decisions II]] | | 23.04.2018 | 10. | O | [[courses:be5b33kui:labs:weekly:week_09|Sequential decisions III]] | | 30.04.2018 | 11. | E | [[courses:be5b33kui:labs:weekly:week_10|Bayesian learning I]] | | 07.05.2018 | 12. | O | [[courses:be5b33kui:labs:weekly:week_11|Bayesian learning II]] | | 14.05.2018 | 13. | E | [[courses:be5b33kui:labs:weekly:week_12|Classifiers I]] | | 21.05.2018 | 14. | O | [[courses:be5b33kui:labs:weekly:week_13|Classifiers II]] | ===== Rules ===== Unless stated otherwise an individual coding work is required. You are encouraged to discuss ideas but coding must be your work only. See the more detailed [[https://cw.fel.cvut.cz/wiki/help/common/plagiarism_cheating|description]] what is meant by this