Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ simple_rnn_test.py
File
simple_rnn_test.py
nlp_class3/simple_rnn_test.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# https://deeplearningcourses.com/c/deep-learning-advanced-nlp
2
from
__future__
import
print_function, division
3
from
builtins
import
range, input
4
# Note: you may need to update your version of future
Callers
nothing calls this directly
Calls
4
lstm1
Function · 0.85
lstm2
Function · 0.85
gru1
Function · 0.85
gru2
Function · 0.85
Tested by
no test coverage detected