Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.26 KB

FEUP-IART

Repository for the Artificial Intelligence (IART) course

Assigment 1

In the first assignment, we solved 2019's google hashcode qualification round - photo slideshow, modulating it has a search problem, and exploring several different search approaches and algorithms. We used Hill Climbing, Simulated Annealing and Genetic Algorithms. We also developed a UI, to simplify the comparing of the different approaches.

Choosing file Menu

Choosing File Input Menu

Algorithms Menu

The different algorithms with pré-filled parameters values

Assigment 2

In the second assignment, we used a football dataset from Kaggle and we tried to fit some models to it to predict the outcomes of its games. We used the jupyter notebook, and printed an html version of it.