Luke Meyers
Luke Meyers
It seems like the `exponential decay` referred throughout and most likely used by library users is `exponential growth` rather `exponential decay` Exponential decay has a negative exponent. It would be...
Replace operations in word2vec tutorial with simpler operations. Remove the unnecessary usage of `tf.squeeze` in many places
Unable to assign this as a draft PR, so please note this is a work in progress Aims to solve #11
## Fixes 1. uncaught dataset loader bug that pops up because padding wasn't set correctly ## Improves 1. Use of transpose law to simplify expression 2. Removes unnecessary complexity and...