MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / wseq2seq.py

File wseq2seq.py

nlp_class3/wseq2seq.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# get the data at: http://www.manythings.org/anki/
3from __future__ import print_function, division
4from builtins import range, input

Callers

nothing calls this directly

Calls 6

getMethod · 0.80
decode_sequenceFunction · 0.70
LSTMClass · 0.50
ModelClass · 0.50
fitMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected