MCPcopy
hub / github.com/kk7nc/Text_Classification / RNN.py

File RNN.py

code/RNN.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from keras.layers import Dropout, Dense, GRU, Embedding
2from keras.models import Sequential
3from sklearn.feature_extraction.text import TfidfVectorizer
4import numpy as np

Callers

nothing calls this directly

Calls 2

Build_Model_RNN_TextFunction · 0.85
loadData_TokenizerFunction · 0.70

Tested by

no test coverage detected