tensor_embed | R Documentation |
Given sequences, these are usually feature sequences, tranform them into a tensor of dimension features x num_sequences x len_sequence. This can then be forwarded to QuickBNN.jl
tensor_embed(..., len_seq)
... |
sequences |
len_seq |
the desired sequence length |
tensor_embed(1:5, len_seq = 2) tensor_embed(1:5, 6:10, 11:15, len_seq = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.