ScratchAI icon indicating copy to clipboard operation
ScratchAI copied to clipboard

Adding LSTM from Scratch

Open Pun-it opened this issue 1 year ago • 2 comments

Description

This change involves adding Long Short-Term Memory (LSTM) with SGD and log loss implementation from scratch to the codebase.

Type of change

Note: Please delete options that are not relevant.

  • [x] New layer/algorithm

Implementation details

(only for New layer/algorithm) Packages used :

numpy os matplotlib

Checklist

  • [x] I have performed a self code_review of my own code.
  • [x] I have commented my code, particularly in hard-to-understand areas.
  • [x] I have added tests that prove my fix is effective or that my feature works.

Pun-it avatar Oct 30 '23 08:10 Pun-it

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

:-]

Pun-it avatar Oct 30 '23 08:10 Pun-it