Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anooshac/machine-learning-projects
/ functions
Functions
26 in github.com/anooshac/machine-learning-projects
⨍
Functions
26
◇
Types & classes
1
↓ 3 callers
Method
predict
(self, sess, X)
text-summarizer/seq2seq_wrapper.py:170
↓ 2 callers
Function
calculate_unk_percentage
(idx_headings, idx_descriptions, word2idx)
text-summarizer/data_processing.py:204
↓ 2 callers
Function
filter
(line, whitelist)
text-summarizer/data_processing.py:68
↓ 2 callers
Method
get_feed
(self, X, Y, keep_prob)
text-summarizer/seq2seq_wrapper.py:88
↓ 2 callers
Function
pad_seq
(seq, lookup, max_length)
text-summarizer/data_processing.py:113
↓ 2 callers
Function
tokenize_sentence
(sentence)
text-summarizer/data_processing.py:32
↓ 1 callers
Function
article_is_complete
(article)
text-summarizer/data_processing.py:39
↓ 1 callers
Method
eval_batches
(self, sess, eval_batch_gen, num_batches)
text-summarizer/seq2seq_wrapper.py:115
↓ 1 callers
Method
eval_step
(self, sess, eval_batch_gen)
text-summarizer/seq2seq_wrapper.py:103
↓ 1 callers
Function
filter_length
(headings, descriptions)
text-summarizer/data_processing.py:75
↓ 1 callers
Function
index_data
(tokenized_sentences, vocab_size)
text-summarizer/data_processing.py:99
↓ 1 callers
Function
load_raw_data
(filename)
text-summarizer/data_processing.py:21
↓ 1 callers
Function
main
()
text-summarizer/data_processing.py:210
↓ 1 callers
Function
pickle_data
(article_data)
text-summarizer/data_processing.py:186
↓ 1 callers
Function
process_data
()
text-summarizer/data_processing.py:147
↓ 1 callers
Method
restore_last_session
(self)
text-summarizer/seq2seq_wrapper.py:157
↓ 1 callers
Function
tokenize_articles
(raw_data)
text-summarizer/data_processing.py:51
↓ 1 callers
Method
train
(self, train_set, valid_set, sess=None)
text-summarizer/seq2seq_wrapper.py:126
↓ 1 callers
Method
train_batch
(self, sess, train_batch_gen)
text-summarizer/seq2seq_wrapper.py:95
↓ 1 callers
Function
zero_pad
(tokenized_headings, tokenized_descriptions, word2idx)
text-summarizer/data_processing.py:128
Method
__graph__
()
text-summarizer/seq2seq_wrapper.py:23
Method
__init__
(self, xseq_len, yseq_len, xvocab_size, yvocab_size, emb_dim, num_layers, ck
text-summarizer/seq2seq_wrapper.py:8
Function
decode
(sequence, lookup, separator='')
text-summarizer/data_utils.py:20
Function
generate_random_batch
(x, y, batch_size)
text-summarizer/data_utils.py:15
Function
split_data
(x, y, ratio=[0.8, 0.1, 0.1])
text-summarizer/data_utils.py:5
Function
unpickle_articles
()
text-summarizer/data_processing.py:194