nicodjimenez / lstm

Minimal, clean example of lstm neural network training in python, for learning purposes.
1.72k stars 654 forks source link

fix typo, remove misused function #35

Open shewmingg opened 6 years ago

shewmingg commented 6 years ago

np.random.seed(0) will reset the random state so every time we call this function we get the same output which is way too wrong.