Releases: marcpinet/neuralnetlib
Releases · marcpinet/neuralnetlib
neuralnetlib 2.8.0
- docs: update readme
- feat: add more text processing support (CountVectorizer, Tokenizer)
- ci: bump version to 2.8.0
neuralnetlib 2.7.1
- feat: add str support for fit's metrics parameter
- ci: bump version to 2.7.1
- Merge pull request #45 from marcpinet/feat-easier-metric-handling
neuralnetlib 2.7.0
- docs: add decision boundary
- docs: add titles
- feat: add TextVectorization and Reshape
- ci: bump version to 2.7.0
- Merge pull request #44 from marcpinet/feat-text-vectorization-reshape
neuralnetlib 2.6.2
- fix: typo
- fix: visualization display check depending on platform
- ci: bump version to 2.6.2
- fix: cross-platform requirements.txt
- Merge pull request #43 from marcpinet/fix-viz2
neuralnetlib 2.6.1
- fix: headless env support and regression style adapted
- refactor: cleaner code
- fix: PCA for multidim input (not only 2d)
- ci: bumb version to 2.6.1
- refactor: cleanup code
- Merge pull request #42 from marcpinet/viz-fixes
neuralnetlib 2.6.0
- feat: add PCA
- feat: add decision boundary visualisation
- ci: bumb version to 2.6.0
- Merge pull request #41 from marcpinet/feat-decision-boundary-viz
neuralnetlib 2.5.1
neuralnetlib 2.5.0
- refactor: more robust model
- refactor: more robust model
- refactor: more robust model
- Merge pull request #37 from marcpinet/refactor-more-robust-model
- refactor: improve efficiency
- fix: bugs when not specifying metrics (default->loss)
- refactor: auto cast when not ndarray
- feat: allow string to be passed as activation
- feat: add str optional parameter for optimizer and loss instead of class
- ci: bump version to 2.5.0
- feat: also support underscore
- docs: add examples inside readme
- feat: more robust callbacks handling
- feat: add permute layer
- Merge pull request #38 from marcpinet/refactor-more-robust-model
neuralnetlib 2.4.2
- refactor: make utils functions more robust
- ci: bump version to 2.4.2
- ci: remove useless develop option (changed my mind)
- Merge pull request #36 from marcpinet/refactor-more-robust-utils
neuralnetlib 2.4.1
- feat: add version management for both main and develop
- ci(test): bump version to 2.4.1
- Merge pull request #35 from marcpinet/develop