rmajunior / RNN-Implementation-using-NumPy

RNN-Implementation-using-NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNN-Implementation-using-NumPy

RNN Implementation using NumPy

  • Sequence input, Char-level, Batch training, Python 3

  • You can train RNNs using different vector representations. (Try "glove" or "word2vec" to train the sequence of words instead of the "One-hot-vector")

  • This is a slightly modified version of the original code(Karpathy).

  • URL

-> https://github.com/JY-Yoon

-> Original code(Karpathy) : https://gist.github.com/karpathy/d4dee566867f8291f086

About

RNN-Implementation-using-NumPy

License:MIT License


Languages

Language:Jupyter Notebook 100.0%