Skip to content

Releases: marcpinet/neuralnetlib

neuralnetlib 3.3.3

15 Nov 13:01
663df7f
Compare
Choose a tag to compare
  • fix(example): weight init
  • docs(examples): fresh run
  • docs: update readme
  • fix(layers): encoder and decoder layers
  • fix(conv2d): align output shape calculation between im2col and convolve
  • ci: bump version to 3.3.3

neuralnetlib 3.3.2

14 Nov 18:50
950eb36
Compare
Choose a tag to compare
  • fix(model): save method
  • docs: update readme
  • docs: update readme
  • feat(autoencoder): add variational autoencoder (VAE)
  • ci: bump version to 3.3.2

neuralnetlib 3.3.1

14 Nov 17:55
fd6c02e
Compare
Choose a tag to compare
  • docs: update todo
  • feat(preprocessing): add cosine similarity
  • docs: update todo
  • feat(callbacks): add LearningRateScheduler
  • ci: bump version to 3.3.1

neuralnetlib 3.3.0

14 Nov 17:49
1e98cab
Compare
Choose a tag to compare
  • docs: update readme
  • docs: update readme
  • docs: update readme
  • docs: remove useless comments
  • docs: update readme
  • docs: update readme
  • refactor: code cleanup and formatting
  • fix(config): layers and model config
  • fix(metrics): pr auc and roc auc
  • refactor(PCA): add explained variance ratio
  • feat(Model): add autoencoder model
  • feat(preprocessing): add t-SNE
  • feat(layers): update compatibility dict
  • ci: bump version to 3.3.0

neuralnetlib 3.2.2

12 Nov 19:47
7fef429
Compare
Choose a tag to compare
  • docs: update readme
  • refactor: change model -> models for future implementations
  • ci: bump version to 3.2.1
  • ci: bump version to 3.2.2

neuralnetlib 3.2.1

12 Nov 19:44
e74a043
Compare
Choose a tag to compare
  • docs: update readme
  • refactor: change model -> models for future implementations
  • ci: bump version to 3.2.1

neuralnetlib 3.2.0

12 Nov 00:43
8fa81a4
Compare
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
Compare
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
Compare
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
Compare
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