MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / word2vec_tf.py

File word2vec_tf.py

nlp_class2/word2vec_tf.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/natural-language-processing-with-deep-learning-in-python
2# https://udemy.com/natural-language-processing-with-deep-learning-in-python
3from __future__ import print_function, division
4from builtins import range

Callers

nothing calls this directly

Calls 2

train_modelFunction · 0.70
test_modelFunction · 0.70

Tested by

no test coverage detected