Giter Site home page Giter Site logo

francescogovigli / artificial-neural-networks-and-deep-learning-challenges-2020-2021 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.83 MB

Model implementation for Image Classification, Image Segmentation and Visual Question Answering using deep learning techniques

Jupyter Notebook 100.00%

artificial-neural-networks-and-deep-learning-challenges-2020-2021's Introduction

Artificial Neural Networks and Deep Learning Competition

This repository contains the Jupyter Notebooks that we created for the competition hosted by the Artificial Neural Network and Deep Learning course at Politecnico di Milano in the academic year 2020-2021.

The competition was divided into three challenges, each one of them cover a different topic of the course:

  • Image Classification
  • Image Segmentation
  • Visual Question Answering

Image Classification

Kaggle

The goal of the challenge is to classify images of people wearing masks into one of three classes:

  • Everyone in the image are wearing a mask
  • No one in the image is wearing a mask
  • Someone in the image is not wearing a mask.

Dataset: 5614 images in the training set, 450 images in the test set

Evaluation: Multiclass Accuracy 96%

Here is a complete description on how we approached the challenge and how we got our best model.

Image Segmentation

CodaLab

The goal of the challenge is to perform precise automatic crop and weed segmentation for the agricoltural sector.
The images contained two different crop types: Mais or Haricot. The segmented objects can belong to one of three classes:

  • Background, defined as label 0 and has RGB pixel [0, 0, 0] and [254, 124, 18]
  • Crop, defined as label 1 and has RGB pixel [255, 255, 255]
  • Weed, defined as label 2 and has RGB pixel [216, 67, 82]

Datasets: integration of 4 widely different datasets of pictures and masks coming from the ROSE challenge

Evaluation: Intersection over Union 50.83%

Input image Target mask

Here is a complete description on how we approached the challenge and how we got our best model.

Visual Question Answering

Kaggle

The goal of the challenge is to answer questions using the information provided by the corresponding image and question pair. The given input is an image and an associated question about it, and the output is an answer, belonging to one of three possible categories: 'yes/no', 'counting' (from 0 to 5) and 'other' (e.g. colors, location, ecc.).

Dataset: 58832 questions in training set, 29333 total images (size: 400x700), 6372 questions for testing

Evaluation: Multiclass Accuracy 62.34%

Here is a complete description on how we approached the challenge and how we got our best model.

Group Members

artificial-neural-networks-and-deep-learning-challenges-2020-2021's People

Contributors

francescogovigli avatar lorenzomainetti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.