Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kyubyong/word_prediction
/ functions
Functions
14 in github.com/Kyubyong/word_prediction
⨍
Functions
14
◇
Types & classes
2
↓ 3 callers
Function
load_char_vocab
()
prepro.py:18
↓ 3 callers
Function
load_word_vocab
()
prepro.py:36
↓ 1 callers
Function
build_corpus
()
build_corpus.py:55
↓ 1 callers
Function
clean_text
(text)
build_corpus.py:34
↓ 1 callers
Function
create_data
()
prepro.py:40
↓ 1 callers
Function
create_word_vocab
()
prepro.py:25
↓ 1 callers
Function
get_batch_data
Makes batch queues from the data.
train.py:31
↓ 1 callers
Function
load_test_data
()
prepro.py:69
↓ 1 callers
Function
load_train_data
()
prepro.py:64
↓ 1 callers
Function
main
()
eval.py:26
↓ 1 callers
Function
q_process
Processes each training sample so that it fits in the queue.
train.py:10
↓ 1 callers
Function
train
()
train.py:99
Method
__init__
Args: mode: A string. Either "train" or "test"
train.py:57
Method
make_weights
(size)
train.py:82