Skip to content

Releases: marcpinet/neuralnetlib

neuralnetlib 4.4.0

24 Aug 19:42
1206895

Choose a tag to compare

  • feat: add version variable
  • fix: generate_image vae
  • fix: transformer translation task

neuralnetlib 4.3.6

07 Aug 20:29
503e364

Choose a tag to compare

  • fix: optimizers type
  • ci: bump version to 4.3.6

neuralnetlib 4.3.5

07 Aug 20:24
78cd82b

Choose a tag to compare

  • fix: LSTM and AsymmetricLoss
  • fix: Autoencoder latent dim
  • refactor: simplying binary classification
  • fix: general fixes and improvements
  • ci: bump version to 4.3.5

neuralnetlib 4.3.4

01 Feb 21:29
e2856ea

Choose a tag to compare

  • feat+fix(gan+compiles): metrics in compile + fixed labels in GAN
  • refactor(gan): evaluate
  • fix(gan): metrics handling
  • fix(mmd): numerical instability
  • refactor(gan): some improvements
  • fix(dropout): input shape for gans
  • feat(gan): add adaptive plot sample gen according to activation function
  • docs(notebook): update gan example
  • docs(readme): update transformer description
  • fix(cgan): conditional handling in G/D
  • fix(lr): add gan support
  • feat: add balanced batch sampling
  • fix(docs): notebook example for gan
  • build: correct version
  • fix: beam search

neuralnetlib 4.3.3

10 Dec 07:57
2357dfd

Choose a tag to compare

  • fix(configs): layers states saving and loading
  • fix(configs): losses states saving and loading
  • fix(configs): optimizers states saving and loading
  • fix(configs): models states saving and loading
  • ci: bump version to 4.3.3

neuralnetlib 4.3.2

10 Dec 00:35
78c2eb1

Choose a tag to compare

  • docs: update readme
  • fix(dropout/batchnorm): save&load
  • ci: bump version to 4.3.2

neuralnetlib 4.3.1

09 Dec 23:50
65b5ced

Choose a tag to compare

  • fix(batchnorm): init
  • ci: bump version to 4.3.1

neuralnetlib 4.3.0

09 Dec 23:28
1ae3158

Choose a tag to compare

  • fix(git): file caching
  • feat: add support for multi-label classification
  • fix(cgan): y_train when None
  • feat(cgan): add label smoothing
  • fix(cgan): predictions
  • docs(gans): update
  • docs(notebook): add svm
  • feat(utils): add make_blobs
  • feat(utils): add make_classification
  • feat(metrics): add adjusted_rand_score
  • feat(metrics): add adjusted_mutual_info_score
  • fix(metrics): MAE, MSE, MAPE
  • refactor: usage of standalone functions everywhere
  • ci: bump version to 4.3.0

neuralnetlib 4.2.0

09 Dec 10:15
2087f48

Choose a tag to compare

  • docs(notebook): fresh run²
  • docs(readme): update quick examples
  • docs(readme): update²
  • docs: add conv example for gan
  • feat(layer): add Conv2DTranspose
  • docs: add conv example for gan using conv2dtranspose
  • feat(GAN): add Conditional GAN (CGAN)
  • ci: bump version to 4.2.0

neuralnetlib 4.1.0

06 Dec 21:22
3211694

Choose a tag to compare

  • fix(LSTM): huge improvements in gradient flow
  • feat(gradient_norm): better batch handling
  • fix(Callbacks): now fully working generically
  • fix(metrics): val_loss
  • fix(Embedding): bias in output
  • fix(display): val_*
  • feat(metric): add pearsonr
  • feat(metric): add kurtosis
  • feat(metric): add skew
  • fix(metric): skewness and kurtosis when variance=0
  • fix(gan): batch logs
  • fix(activation): config loading
  • feat(lstm): improved flexibility and parameterizing
  • docs(notebook): fresh run
  • ci: bump version to 4.1.0