Skip to content

lorenzo-morelli/ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Challenges for the Artificial Neural Networks and Deep Learning course at Politecnico di Milano

The goal of the first challenge revolved around a binary classification problem focused on predicting the health status of plants depicted in labeled images. The task entailed assigning each image to one of two classes: 'Healthy' or 'Unhealthy', using a Neural Network. The team goal was to develop and test models tailored for this binary classification task. Our model of choice was ConvNeXt, imported from the Tensorflow package, specifically the Large version.

Model specifications

● ConvNeXt Neural Network

● Preprocessing: data augmentation, oversampling and the built-in preprocessing layer in the NN

● 32 batch size, early stopping with 30 patience, dropout layer with a rate of 0.35

● 92.11% accuracy on local test data, 91% on evaluation data

The goal of the second challenge was to design and implement a forecasting model to learn how to exploit past observations in the input sequences and correctly predict the future by predicting several uncorrelated time series. The prerequisite was that the model exhibited generalization capabilities in the forecasting domain, allowing it to transcend the constraints of specific time domains. Our model was mainly composed of LSTM networks, imported from the Tensorflow package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published