tensorlab / tensorfx

TensorFlow framework for training and serving machine learning models
Apache License 2.0
196 stars 41 forks source link

Implement hash feature #17

Open nikhilk opened 7 years ago

nikhilk commented 7 years ago

Input would be a discrete field, with arguments on number of hash buckets, and output is the result of tf.string_to_hash_bucket_fast().

nikhilk commented 7 years ago

Should also work for tokens field (as described in #18)

SwapnilDreams100 commented 7 years ago

hi I would like to work on this as a first timer. Can u kindly brief me on this?