Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.05 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.05 KB

Deep Learning

This repository contains a few projects that I did to cement my understanding about the concepts of Neural Networks and Deep Learning.

The projects are using the concepts of Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Long-Short-Term-Memory (LSTM) and Generative Adversarial Networks (GANs) to solve some of the basic real-life problems.

List of Projects:

  1. CNN - Classification of images of the CIFAR-10 dataset
  2. RNN - TV Script generation and Language Translation
  3. GAN - Generation of faces using MNIST and CelebA datasets