text-classification

Multilabel Text Classification using TensorFlow

Multilabel Text Classification using TensorFlow Question: The text data is organized as vector with 20,000 elements, like [2, 1, 0, 0, 5, …., 0]. i-th element indicates the frequency of the i-th word in a text. The ground truth label data is also represented as vector with 4,000 elements, like [0, 0, 1, 0, 1, …

Total answers: 2