Google News
logo
TensorFlow.js - Interview Questions
What is the hashing trick in TensorFlow?
In the process of word embedding, the text is converted to a vector using the hashing trick. The hash function assigns words to a hashing space having an index. The hash function takes five parameters named as text, n, hash_function, filter, lower, and split.
Advertisement