8000 GitHub - hnghiem-usc/RNN: Implementing Simple Recurrent Neural Network on plain Text files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hnghiem-usc/RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN

Implementing Simple Recurrent Neural Network on plain Text files

Original

The original Vanilla RNN file was copied from the Stanford cours CS231n: Deel Learning for Natural Language Processing. Link: http://cs231n.stanford.edu/ Spring 2017. See the slides of RRN lecture for technical background. Vanialla RNN does not incoporate forget gates and creates an artificially "deep" network that might lead to exploding or vanishing gradients.

Self-implemented Materials

The 2 files [LSTM.ipynd] and [vanilla_RNN.ipynb] are implemented based on the theories and template for each model. See each file for more detailed citations.

About

Implementing Simple Recurrent Neural Network on plain Text files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0