Skip to content

Releases: xEcho1337/brain4j

2.4

19 Dec 12:09
2663ae2
Compare
Choose a tag to compare
  • Added BatchedUpdater
  • Fixed stochastic updater not working properly
  • Added project on JitPack

Full Changelog: 2.3...2.4

2.3

18 Dec 13:46
Compare
Choose a tag to compare
2.3
  • Fixed concurrency issues with batches
  • Integrating more with Java 21 features

Full Changelog: 2.2...2.3

2.2

18 Dec 12:25
Compare
Choose a tag to compare
2.2

JAVA 21 IS NOW REQUIRED TO WORK

  • Better parallelization
  • Properly implemented batches
  • Optimized code

Full Changelog: 2.1...2.2

2.1

09 Dec 07:33
Compare
Choose a tag to compare
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

22 Oct 12:41
Compare
Choose a tag to compare

Add layer method
Parallel weights and biases changes in backpropagation

2.0.2

20 Oct 19:33
Compare
Choose a tag to compare

Added an evaluation method to increase accuracy

2.0.11

15 Oct 10:26
9459915
Compare
Choose a tag to compare

Testing out JitPack

2.0.1

15 Oct 10:16
9286774
Compare
Choose a tag to compare

Added loading and saving