Skip to content

Releases: kerighan/convectors

v0.1.1

14 Jun 17:24
Compare
Choose a tag to compare

New layers (Argmax) and fixed tests

v0.0.14

24 Nov 17:20
Compare
Choose a tag to compare
  • Renamed Lemmatizer layer to Lemmatize
  • Added automatic keras model loading without specifying custom_objects, when using WeightedAttention and SelfAttention from convectors.classifiers.layers
  • Added RandomizedSVD layer in .reduction

v0.0.13

14 Oct 15:03
Compare
Choose a tag to compare

-Fixed sentence tokenizer regex

v0.0.12

13 Oct 08:29
Compare
Choose a tag to compare
  • added sentence_tokenize and word_tokenize parameters to Tokenize layer
  • added NGram layer

v0.0.5

14 Jun 16:06
Compare
Choose a tag to compare
  • Merge layer added

v0.0.4

10 Jun 13:45
Compare
Choose a tag to compare
v4

v0.0.1

16 Apr 10:42
Compare
Choose a tag to compare

Added Keras Layer with save/load support.
Added tests of LSTM and TfIdf with Keras support.

v0.0.0

15 Apr 16:34
Compare
Choose a tag to compare

First version of Convectors package.
Not suitable for production.