Skip to content

Releases: marcpinet/neuralnetlib

neuralnetlib 3.2.0

12 Nov 00:43
8fa81a4

Choose a tag to compare

  • feat(metrics): add roc auc, pr auc, r2 and classifrep
  • feat(model): add gradient clipping and matrix padding optimizations
  • docs(notebook): fresh run
  • feat(Model): add temperature and sequence generation with improved sampling
  • ci: bump version to 3.2.0

neuralnetlib 3.1.2

10 Nov 16:45
c254e50

Choose a tag to compare

  • feat: add n-gram class
  • ci: bump version to 3.1.2

neuralnetlib 3.1.1

10 Nov 02:19
25760fd

Choose a tag to compare

  • fix: Adam time increment
  • ci: bump version to 3.1.1

neuralnetlib 3.1.0

10 Nov 01:41
7dc844a

Choose a tag to compare

  • docs: update dinosaurs example
  • perf(Adam/RNN): better gradient handling
  • ci: bump version to 3.0.8
  • ci: bump version to 3.1.0

neuralnetlib 3.0.8

10 Nov 01:37
d9852ba

Choose a tag to compare

  • docs: update dinosaurs example
  • perf(Adam/RNN): better gradient handling
  • ci: bump version to 3.0.8

neuralnetlib 3.0.7

10 Nov 00:45
9b3d806

Choose a tag to compare

  • fix(attention): correct gradient computation in dot-product attention
  • fix(RNN): global clipping instead of individual
  • docs: update readme
  • ci: bump version to 3.0.7

neuralnetlib 3.0.6

09 Nov 23:10
40ab4f2

Choose a tag to compare

  • fix: GRU to Model exceptions
  • ci: bump version to 3.0.6

neuralnetlib 3.0.5

09 Nov 23:07
014e044

Choose a tag to compare

  • feat: add GRU layer
  • ci: bump version to 3.0.5

neuralnetlib 3.0.4

09 Nov 18:59
6ddbca0

Choose a tag to compare

  • feat: add sparse cce
  • fix: f1score, precision, recall for bc
  • refactor: better weights and biases init
  • fix(Adam): limit cases and gradient clipping
  • docs: update examples
  • feat: improve dropout and add new regularizers
  • feat(LSTM): vanishing gradient + gradient clipping
  • ci: bump version to 3.0.4

neuralnetlib 3.0.3

09 Nov 16:07
746ecdf

Choose a tag to compare

  • perf: less memoryvore
  • ci: bump version to 3.0.2
  • Merge pull request #48 from marcpinet/perf-improve-lstm-attention
  • fix: evaluate new batch handling
  • docs: add method typing
  • fix(Dense): correct temporal data handling in forward and backward passes
  • ci: bump version to 3.0.3