Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 3.19 KB

File metadata and controls

57 lines (43 loc) · 3.19 KB

Neural Networks and Deep Learning Projects

NOTE: Click on the images to view them full-size.


1_Autoassociative Memory link

autoAsMem

  • Implementation of an Autoassociative Memory Network for recognizing numbers from 0 to 9, with or without Noise, using an Excel dataset.

  • None (No noise)

  • 50% Occluded

  • 67% Occluded

  • Noisy Patterns (7 Pixels)


2_MNIST link

MNIST with DNN

  • Examples of Deep Neural Network implementations on the MNIST dataset.

3_IMDB link

IMDB with DNN

  • Examples of Deep Neural Network implementations on the IMDB dataset.

4_CIFAR-10 link

IMDB with DNN

  • Examples of Deep Neural Network implementations on the CIFAR-10 dataset.