Releases: xEcho1337/brain4j
Releases · xEcho1337/brain4j
2.4
- Added BatchedUpdater
- Fixed stochastic updater not working properly
- Added project on JitPack
Full Changelog: 2.3...2.4
2.3
- Fixed concurrency issues with batches
- Integrating more with Java 21 features
Full Changelog: 2.2...2.3
2.2
JAVA 21 IS NOW REQUIRED TO WORK
- Better parallelization
- Properly implemented batches
- Optimized code
Full Changelog: 2.1...2.2
2.1
- Added transformer encoder and decoder (thanks to @Adversing)
- Added attention layer (thanks to @Adversing)
- 10x Speed up for Adam optimizer
- Added basics for CNNs
- Added
Vector
class to make dataset management easier
- Added the basic gradient descent optimizer
- Added
ELU
, GELU
and Softmax
activations
Full Changelog: 2.0.3...2.1
2.0.3
Add layer method
Parallel weights and biases changes in backpropagation
2.0.2
Added an evaluation method to increase accuracy