Skip to content

jaejun-yoo/RNN-implementation-using-Numpy-binary-digit-addition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

RNN-implementation-using-Numpy-binary-digit-addition

RNN implementation using only Numpy. Try to learn binary digit addition.

[objective]

  • Understand RNN with a simple numpy implementation.
  • Train RNN for a binary opperation, e.g. addition.
  • Check if the trained RNN can be extended to the unseen data with longer digits (e.g. 8 bytes digits training -> 10 bytes digit test)

Problem (binary operation, especially addition)

binary addition

[Refercence]

If you want more detailed background with explanations about RNN:

About

RNN implementation using only Numpy. Try to learn binary digit addition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published