- feat: add GAN
- fix(GAN): weights and backpropagation
- refactor(BatchNormalization): more stable training
- fix(GAN): some fixes and general improvements
- feat(Loss): add WGAN loss
- feat(WGAN): improve generation
- ci: bump version to 3.3.9
- fix(WGAN): discriminator training on both real and fake data
- feat(GAN): improve image generation
- fix(Transformer): yet another mode collapse fix
- feat(layers): better gradient scaling and stability
- feat(Tokenizer): add BPE tokenize mode
- docs: update readme
- ci: bump version to 4.0.0