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

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

Notifications You must be signed in to change notification settings

omerbsezer/BasicRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Recurrent Neural Network

  • Recurrent neural network (RNN) 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 RNN (RNN cell forward, RNN cell backward, etc..).
  • Code is adapted from Andrew Ng's Course 'Sequential models'.

RNN Cell

rnn_step_forward

RNN Forward Pass

rnn_fw

RNN Cell Backward

rnn_cell_backprop

Reference

  • Andrew Ng, Sequential Models Course, Deep Learning Specialization

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages