Skip to content

tiandiao123/deep_learning

Repository files navigation

Deep Learning Project

Table Of Contents

  • bike classification project

    In this project, I get to build a neural network from scratch to carry out a prediction problem on a real dataset! By building a neural network from the ground up, we'll have a much better understanding of gradient descent, backpropagation, and other concepts that are important to know before we move to higher level tools such as Tensorflow. We'll also get to see how to apply these networks to solve real prediction problems! For implementaion and the project result, please check the link above!

  • dog breed classifcation using CNN model and transfer learning idea

    In this project, I will learn how to build a pipeline that can be used within a web or mobile app to process real-world, user-supplied images. Given an image of a dog, my algorithm will identify an estimate of the canine’s breed. If supplied an image of a human, the code will identify the resembling dog breed.

  • TV scripts generator

    In this project, I'll generate my own Simpsons TV scripts using RNNs. I'll be using part of the Simpsons dataset of scripts from 27 seasons. The Neural Network I'll build will generate a new TV script for a scene at Moe's Tavern.

  • Face Generation

    In this project, I'll use generative adversarial networks to generate new images of faces.

  • WGAN Face Generation

    In this project, I implemented a WGAN to generate human faces, and it is an improved version of DCGAN project (previous face generation project)

  • Pix2PixHD model for style transfer

    I implemented a Pix2Pix HD model for style transfer, that is transferring a image from one style to another style. Howerver, my impelmentation is highly correlated with the data set I use, so you need to change data pipeline by yourself so that that model can be applied into your project.

Tutorials

Dependencies

Each directory has a requirements.txt describing the minimal dependencies required to run the notebooks in that directory.

pip

To install these dependencies with pip, you can issue pip3 install -r requirements.txt.

Conda Environments

You can find Conda environment files for the Deep Learning program in the environments folder. Note that environment files are platform dependent. Versions with tensorflow-gpu are labeled in the filename with "GPU".

About

These contain some projects about deep learning including CNN, RNN and GAN models

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published