This repository contains all the exercises and assessments of the UC Inteligência Artificial, taught by Luís Paulo Reis and Henrique Lopes Cardoso at Integrated Master in Informatics and Computing Engineering [MIEIC] at the Faculty of Engineering of the University of Porto [FEUP].
Notes that I take during theoretical lectures in Markdown.
The game Cohesion Free is a one-player game played on a pre-generated board with four different colors. The game starts with a scrambled board, and the player must slide tiles to form larger clusters of tiles of the same color. The game ends when the player wins by having only a single cluster of each color.
The player has many different modes and difficults to choose:
The player has multiple algorithms to run:
An example of computed Search Tree of DFS algorithm:
An example of computed Search Tree of A* algorithm:
- Diogo Costa, up202007770@edu.fe.up.pt
- Fábio Sá, up202007658@edu.fe.up.pt
- João Araújo, up202004293@edu.fe.up.pt
The goal of this project is to predict whether a cancer biopsy is benign or malignant, based on the 30 attributes mentioned above. This is a binary classification problem, where the target variable is the diagnosis, which can be either benign or malignant.
The solution to this problem is a supervised learning model, which will be trained using the dataset mentioned above. The model will be trained using the training set, and then evaluated using the test set. The model will be evaluated using the accuracy metric, which is the percentage of correct predictions made by the model.
- Diogo Costa, up202007770@edu.fe.up.pt
- Fábio Sá, up202007658@edu.fe.up.pt
- João Araújo, up202004293@edu.fe.up.pt
@ Fábio Araújo de Sá
2022/2023