Skip to content

DrMikeMaik/Convolutional-Neural-Networks

Repository files navigation

Convolutional Neural Networks

This section we explore different libraries to solve different image processing problems using convolutional neural networks

Data

After downloading the datasets, they should be placed in a folder called data in order for the code to work.

The Street View House Numbers (SVHN) data can be found here.

The Facial Expression Recognition (FER) data can be found here.

SVHN

  • Theano
  • Tensorflow (tf.nn)
  • Tensorflow (tf.layers)

FER

  • Tensorflow (tf.nn)
  • Tensorflow (tf.layers)
  • Keras

About

CNN's written in Keras, Tensorflow, Theano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published