ehknight / julia-lstm

Implementation of a basic LSTM neural net in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia-LSTM

Run with julia lstm.jl. Default branch does computation on CPU, GPU branch does computation with ArrayFire but is still a WIP.

Implementation of a basic LSTM neural net in Julia. Based off of this implentation of an LSTM in Python which is based off of this paper on LSTMs.

About

Implementation of a basic LSTM neural net in Julia


Languages

Language:Julia 100.0%