Skip to content

Releases: neurlang/classifier

v0.1.7

12 Mar 22:25
Compare
Choose a tag to compare
  • add phonemizers (transformer) and their dataset
  • add deps
  • doc fix
  • add sum and cross attention layer

Full Changelog: v0.1.6...v0.1.7

v0.1.6

28 Feb 15:10
Compare
Choose a tag to compare
  • fix loading bug of certain models

Full Changelog: v0.1.5...v0.1.6

v0.1.5

26 Feb 15:05
Compare
Choose a tag to compare
  • global premodulo support
  • quaternary training support
  • fix slight inneficiency

Full Changelog: v0.1.4...v0.1.5

v0.1.4

06 Feb 23:28
Compare
Choose a tag to compare
  • fix cuda
  • fix tiny bug in the new cpu algo
  • make learning.Reducing() public

Full Changelog: v0.1.3...v0.1.4

v0.1.3

01 Feb 19:28
Compare
Choose a tag to compare
  • cuda learning is broken in this release
  • fix build on android/arm64

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 Feb 19:09
2b22284
Compare
Choose a tag to compare
  • new experimental learning
    • cuda learning is broken in this release, might be fixed later
  • move the pre-xorring+subtracting burden to json loader/writer
  • only build vectorized hash on supported archs (fixes goruut build)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Jan 18:10
Compare
Choose a tag to compare
  • multiclassifier updates
  • finalized phonemizer training script. This phonemizer trainer (v0.1.1) will be used for the next goruut release.
    • fix loading of zlib
    • used transition memoization optimalization, use improvement possible
    • remember local minima and avoid them
  • parallel: add LoopUntil()

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Jan 19:32
Compare
Choose a tag to compare
  • Tally4 is now mandatory - battle tested on various datasets
  • Infer2 is now mandatory
  • Breaking change to majority pooling is recommended, use New2, New will be removed in future major version
  • New pretrained models
  • Parallel package with thread safe loop

Full Changelog: v0.0.12...v0.1.0

v0.0.12

14 Jan 18:28
Compare
Choose a tag to compare
  • add pprofs
  • Make Huge dataset less huge
  • Updated commands: train_is_alnum, train_is_virus, train_squareroot
  • use parallel loops
  • Squareroot demo
  • feedforward net: Tally4, Infer2, GetBits and GetClasses

Full Changelog: v0.0.11...v0.0.12

v0.0.11

11 Jan 19:49
Compare
Choose a tag to compare
  • add ZLIB algo for models
  • mnist generalizes on unseen samples

Full Changelog: v0.0.10...v0.0.11