danhenriquex / Deep-Learning

Applications of Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-Learning

Applications of Deep Learning

  1. The first project consisted in a convolutional implementation where we learned how to work with padding and no-padding and how to apply some filters like Sobel.

  2. The second project consisted in an implementation of the VGG16 architecture using a dataset that have chest-x-rays. The aim was to replicate the analysis made in the article, but using vgg16 and comparing the results using pooling operation ( None, avg max ), weights initialization and transfer learning.

  3. The third part of the project consisted in the improvement of the last model ( vgg16 ), using batch normalization, convolutional reduction, skip connections, factored convolution and finally testing with DenseNet architecture.

About

Applications of Deep Learning


Languages

Language:Jupyter Notebook 100.0%