Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Fundamentos de los Sistemas Inteligentes Práctica 2 Curso 2018/2019

Notifications You must be signed in to change notification settings

MiguelHerreraAlvarez/CNN_Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CNN_Keras

Implementation of a CNN in Keras.

Dataset:boats-types-recognition

First model: boat.

Use the 9 class of the dataset with 2 convolutional layers (3,3), 2 max pooling layers (2,2), 2 dropout and 2 dense layers.

Optimization function:Adadelta; Learning rate:default; Batch_size:20; Epochs:50; Steps_per_epochs:50; Validation_steps:13; Max acc:0.8428; Max val_acc:0.6618;

Second model: boat_reduced.

Use 4 class of the dataset with 3 convolutional layers (one with 5,5 and the others with 3,3), 2 max pooling layers (2,2), 2 droput and 2 dense layers.

Optimization function:Adam; Learning rate:0.001; Batch_size:16; Epochs:50; Steps_per_epochs:53; Validation_steps:11; Max acc:0.9257; Max val_acc:0.7479;

Third model: boat_reduced_2.

Use 4 class of the dataset with 3 convolutional layers (one with 5,5 and the others with 3,3), 2 max pooling layers (2,2) and 2 dense layers.

Optimization function:RMSprop; Learning rate:0.0002; Batch_size:32; Epochs:50; Steps_per_epochs:26; Validation_steps:11; Max acc:0.9670; Max val_acc:0.7596;

About

Fundamentos de los Sistemas Inteligentes Práctica 2 Curso 2018/2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages