Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abhaikollara/CNN-Sentence-Classification
/ functions
Functions
10 in github.com/abhaikollara/CNN-Sentence-Classification
⨍
Functions
10
◇
Types & classes
1
↓ 4 callers
Function
clean_string
(string_list)
data_utils.py:6
↓ 2 callers
Function
tokenizer
(string_list, padding, word2idx)
data_utils.py:37
↓ 1 callers
Method
build_model
(self)
model.py:28
↓ 1 callers
Function
build_word_index
(string_list)
data_utils.py:27
↓ 1 callers
Method
test
(self,data,labels)
model.py:94
↓ 1 callers
Method
train
(self, data, labels)
model.py:70
Method
__init__
(self, config, sess)
model.py:11
Function
generate_batch
(data, labels, batch_size)
data_utils.py:79
Function
generate_split
(data, labels, val_split)
data_utils.py:69
Function
get_data
(paths)
data_utils.py:50