Description Usage Arguments Value
Generate training data
1 | generate_training_data(data, sequences, maxlen, seed)
|
data |
Input data. |
sequences |
sequences generated by using tokenizer on text |
maxlen |
Maximum length of a sequence. |
seed |
Seed for shuffling data |
List object with x_train
and y_train
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.