Create One-Hot Encoding
1 | op_one_hot(x, num_classes, sparse_output = FALSE, axis = -1, name = "")
|
x |
matrix or CNTK Function that outputs a tensor |
axis |
axis across which to perform operation |
name |
(str) the name of the Function instance in the network |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.