Skip to content

Repository for the Artificial Intelligence course

Notifications You must be signed in to change notification settings

raulviana/FEUP-IART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.