Posts

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

CONTINUE READING

In this project, we’re going to take a peek into the realm of neural network machine translation. We’ll be training a sequence to sequence model on a dataset of English and French sentences that can translate new sentences from English to French.

CONTINUE READING

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

CONTINUE READING

In this project, we’ll build a convolutional, max pooling, dropout, and fully connected layers. At the end, we’ll get to see our neural network’s predictions on the sample images.

CONTINUE READING

In this project, we’ll build a neural network and use it to predict daily bike rental ridership.

CONTINUE READING