Sentiment Analysis on AWS SageMaker
Sentiment Analysis using Pytorch on AWS SageMaker Why We’re Here In this project, we’ll construct a complete end to end project on SageMaker. Our goal will be to have a simple web page which a...
Continue...Sentiment Analysis using Pytorch on AWS SageMaker Why We’re Here In this project, we’ll construct a complete end to end project on SageMaker. Our goal will be to have a simple web page which a...
Continue...Face Generation with GAN Why We’re Here In this project, we’ll define and train a DCGAN on a dataset of faces. Our goal is to get a generator network to generate new images of faces...
Continue...Generate TV Scripts Why We’re Here In this project, we’ll generate our own Seinfeld TV scripts using RNNs. We’ll be using part of the Seinfeld dataset of scripts from 9 seasons. The Neural Network we’ll...
Continue...Dog Breed Classifier with CNN Why We’re Here In this project, we’ll make the first steps towards developing an algorithm that could be used as part of a mobile or web app. At the end...
Continue...Predicting Bike Sharing Patterns Why We’re Here In this project, we’ll build our first neural network and use it to predict daily bike rental ridership. We start by importing all the necessary libraries. %matplotlib inline...
Continue...