build_a_neural_net_live icon indicating copy to clipboard operation
build_a_neural_net_live copied to clipboard

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

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

  • tflearn (https://github.com/tflearn/tflearn)
  • six
  • ssl

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