Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example 1 of D4.3 - Deep Learning #6

Open
cozzolinoac11 opened this issue Apr 4, 2023 · 0 comments
Open

Example 1 of D4.3 - Deep Learning #6

cozzolinoac11 opened this issue Apr 4, 2023 · 0 comments
Labels
a/p metadata documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@cozzolinoac11
Copy link
Member

cozzolinoac11 commented Apr 4, 2023

Use case

common

Name of resource

LeNet Classifier

ID

lenet_classifier

Description

Multi-layer Convolutional Neural Network for image classification

Main category

Deep Learning

Other category

No response

Publication date

2023-04-04

Objective

classification

Platform

Google Colab

Framework

Keras

Architecture

CNN - Convolutional-Neural-Network

Approach

supervised

Algorithm

LeNet

Processor

gpu

OS

linux

Keyword

classification, CNN, LeNet

Reference link

https://en.wikipedia.org/wiki/LeNet

Example

https://github.com/cozzolinoac11/wildfire_prediction/blob/main/ann.ipynb

Input data used

  1. https://public.epsilon-italia.it/FAIRiCUBE/wildfire-classification/data_numpy.zip

Characteristics of input data

  1. Numpy arrays. (Perfectly) balanced classes.

Biases and ethical aspects

No response

Output data obtained

  1. http://www.epsilon-italia.it/public/model.zip

Characteristics of output data

  1. Keras model for wildfire or nowildfire classification. The model gets in input a dataset as numpy arrays (dimension 100x100x3) and returns the predicted labels.

Performance

Accuracy score: 0.9505 (validation). Running time: 2 min for 23 training epochs with early stopping (total number of epochs: 50) on a gpu Nvidia a100. Modified hyperparameters: Input shape: (100,100,3); Optimizer: 'adam'; batch size: 128. Train-test-valid split: 70-15-15. Loss function: sparse_categorical_crossentropy.

Conditions for access and use

cc-by-4.0

Constraints

No response

@sMorrone sMorrone added good first issue Good for newcomers documentation Improvements or additions to documentation labels May 2, 2023
@cozzolinoac11 cozzolinoac11 changed the title Example 1 of D4.3 Example 1 of D4.3 - DL May 8, 2023
@cozzolinoac11 cozzolinoac11 changed the title Example 1 of D4.3 - DL Example 1 of D4.3 - Deep Learning May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/p metadata documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants