hellozjj / build_a_neural_net_live

The LSTM Neural net code for @Sirajology on Youtube's live video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build_a_neural_net_live

##Overview This is the LSTM neural net code for the Live Youtube session by @Sirajology. I'm using the TFLearn library to train an LSTM neural network on a list of cities and then generate new city names.

##Installation

use pip to install the dependencies

##Usage

Run it like this in terminal, it'll take about 20 minutes to fully train

python lstm.py

About

The LSTM Neural net code for @Sirajology on Youtube's live video


Languages

Language:Python 100.0%