Skip to content

Releases: neurlang/classifier

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

v0.0.10

18 Oct 19:13
Compare
Choose a tag to compare
  • avx tuning
  • fix multilayer training bug
  • phonemizer pprof support

Full Changelog: v0.0.9...v0.0.10

v0.0.9

11 Oct 15:38
Compare
Choose a tag to compare
  • improved multi-layer training

Full Changelog: v0.0.8...v0.0.9

v0.0.8

15 Aug 05:49
Compare
Choose a tag to compare
  • fix loading from the new format
  • branch training
  • virus demo updated

Full Changelog: v0.0.7...v0.0.8

v0.0.7

30 Jun 20:30
Compare
Choose a tag to compare
  • Phonemizer dataset and demo
  • Add string hashes to hash

Full Changelog: v0.0.6...v0.0.7

v0.0.6

24 Jun 19:09
Compare
Choose a tag to compare
  • model save/load to lzw compressed json file/reader/writer

Full Changelog: v0.0.5...v0.0.6

v0.0.5

29 May 11:27
8672115
Compare
Choose a tag to compare
  • New model for is_virus dataset
  • Fixed maj pooling combiner for 3+ layers

Full Changelog: v0.0.4...v0.0.5