This repository contains a project developed as part of Digital Signal and Image Management course of the Master's degree in Data Science, University of Milano Bicocca.
This project aims to apply three digital signal and image management techniques:
-
Mono-Dimensional signal classification: using cough recordings as input data, the objective is to develop a multi-class classification model capable of classifying recordings by subjectβs status with comparable or better results than expert physician.
-
Bi-Dimensional signal classification: using x-ray brain tumor images as input data, the objective is to develop a multi-class classification model capable of classifying x-ray images and potentially detect different types of brain tumor.
-
DCGAN: using a dataset containing celebrity faces, the objective is to develop a Generative Adversarial Network (GAN), that can generate completely new images that do not exist by learning from the input data with the implementation of neural networks. In this case study, a Deep Convolutional GAN has been developed, which can better capture local structures in images.
This repository is structured as follows:
.
βββ DSIM Project
βΒ Β βββ DCGAN - Roberto Ferrari
βΒ Β βΒ Β βββ DCGAN.ipynb # DCGAN task notebook
βΒ Β βββ DSIM presentation.pdf
βΒ Β βββ bi_dim_signal - Doghmi Samir # Bi-Dimensional signal notebook
βΒ Β βΒ Β βββ task_2.ipynb
βΒ Β βββ mono_dim_signal - Luca Iarocci # Mono-Dimensional signal notebook
βΒ Β βββ COUGHVID_classification.ipynb
βββ README.md