giacbrd / ShallowLearn

An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
GNU Lesser General Public License v3.0
198 stars 30 forks source link

OOV words #2

Closed giacbrd closed 7 years ago

giacbrd commented 8 years ago

Taking into account https://github.com/RaRe-Technologies/gensim/pull/847, implementing the hashing trick. See also http://radimrehurek.com/gensim/corpora/hashdictionary.html

giacbrd commented 7 years ago

evaluation on the script http://scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html

giacbrd commented 7 years ago

in version 0.0.5, see parameter bucket