Skip to content

Implementation of a basic LSTM neural net in Julia

Notifications You must be signed in to change notification settings

ehknight/julia-lstm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages