Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Alpha version #4 of v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@myui myui released this 11 Aug 00:27
· 1173 commits to master since this release

The major changes in this release is the support for a dense model using "-densemodel" option.
When feature dimension is large (greater than 2^24), SpaceEfficientDenseModel is used.

Note this release contains destructive changes that "-fh" and "-b" options are removed.
Implicit feature hashing and bias clause through training options are no more supported.
Use explicit mhash() or add_bias() instead of them.


  • Major Changes
    • Added a support for dense model and removed bias option [84e1e0b]
    • Added SpaceEfficientDenseModel [a9076b5]
  • Minor Changes
    • Changed the default value of confidence parameter (-phi) [98077b4]
    • The default bias feature dimension is changed to "0" [dc46f73]
    • Fixed mhash() and sha() to return a hashed value starting from 1 [0b0ca68]
    • Added function aliases [3c7c868]
    • Removed output_touched option [bf99be3]
    • Added a support to use a fixed seed in rand_amplify() [731275c]