Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
/ BasicLSTM Public archive

The aim of this implementation is to help to learn structure of basic LSTM (LSTM cell forward, LSTM cell backward, etc..)

Notifications You must be signed in to change notification settings

omerbsezer/BasicLSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Long Short Term Memory (LSTM)

  • Long Short Term Memory (LSTM) is a type of deep learning model that is mostly used for analysis of sequential data (time series data prediction).
  • There are different application areas that are used: Language model, neural machine translation, music generation, time series prediction, financial prediction, etc.
  • The aim of this implementation is to help to learn structure of basic LSTM (LSTM cell forward, LSTM cell backward, etc..).
  • Code is adapted from Andrew Ng's Course 'Sequential models'.

LSTM Cell

lstm_cell

LSTM Forward Pass

lstm_fw

Reference

  • Andrew Ng, Sequential Models Course, Deep Learning Specialization

About

The aim of this implementation is to help to learn structure of basic LSTM (LSTM cell forward, LSTM cell backward, etc..)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages