Skip to content

Two projects developed as part of a university course on Artificial Neural networks and Deep Learning, in particular, an image classification task, and a univariate time series forecasting task.

Notifications You must be signed in to change notification settings

AlessandroCogollo/AN2DL-Challenges-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

AN2DL Projects

Two neural networks for two tasks
Docs 1st Project »    Docs 2nd Project »

Neural Networks and Deep Learning 2023/24

This repository contains two projects that completed as part of a university course on Artificial Neural networks and Deep Learning, both graded with a score of 10 out of 10 points. The projects' tasks, as well as training datasets, are described below and can be found here: 1st challenge, 2nd challenge.

  • Plant Health Classification: The task involves classifying plants into two categories based on their health status using a binary classification network. The dataset consists of 5200 RGB images, each measuring 96x96 pixels. We adopted a systematic approach to tackle the challenge, starting with the LeNet architecture and gradually moving to more complex convolutional neural network (CNN) architectures, ultimately utilizing EfficientNet, to establish a baseline, analyze performance, and introduce more complex architectures for improved classification accuracy.

  • Time Series Prediction: The task was to predict future samples of input time series using neural networks capable of generalizing across different temporal contexts. The goal of the challenge was to predict 18 steps ahead of 60 univariate time series provided as input. The provided dataset consists of 48,000 time series, each padded to 2,776 for portability. Two additional files were provided: the first one containing the start and end of the validity period for each time series, and the second one containing the category to which each time series belongs. The categories (labeled A, B, C, D, E, F) correspond to different contexts. The time series belonging to each category are not to be understood as related to each other, but only as collected from similar data sources.

Both projects were implemented in Python using TensorFlow and Keras libraries. As libraries, we used matplotlib and seaborn for data visualization, and scikit-learn for evaluation metrics. Further informations can be founded on each sub-folder on the delivery doc, together with the dataset.

Acknowledgments

Models gathered in this directory have been developed by the DeadMoustaches team, composed by:

in the context of the course Artificial Neural Networks and Deep Learning at @PoliMi (Politecnico di Milano), AY2023/24.

About

Two projects developed as part of a university course on Artificial Neural networks and Deep Learning, in particular, an image classification task, and a univariate time series forecasting task.

Topics

Resources

Stars

Watchers

Forks