Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameInstitutionMail AddressSocial Contacts
Alessandro BombiniCultural Heritage Network (CHNet), INFN, Firenze on behalf of European Science Cloud (EOSC) - Pillarbombini@fi.infn.itSkype: ; Linkedin: https://it.linkedin.com/in/alessandro-bombini-7929a2133; Twitter:  ; Hangouts:
Skype: ; Linkedin: ; Twitter:  ; Hangouts:

...

We will build a network this form:

       0. Input Layer

  1. Conv2D x2 + MaxPool2D
  2. Conv2D x2 + MaxPool2D
  3. Conv2D x2 + MaxPool2D
  4. Conv2D x2 + MaxPool2D
  5. Conv2D x2 + Upsampling + Concatenate (4,5)
  6. Conv2D x2 + Upsampling + Concatenate (3,6)
  7. Conv2D x2 + Upsampling + Concatenate (2,7)
  8. Conv2D x2 + Upsampling + Concatenate (1,8)
  9. OutPut Layer to RGB

For the training of the 32x32 case we will use the CIFAR dataset ( https://www.cs.toronto.edu/~kriz/cifar.html ). It consists in 50.000 RGB 32 x 32 images.

...