Skip to content

v0.1.0 - New layer types!

Compare
Choose a tag to compare
@LdDl LdDl released this 12 Jul 20:03
· 32 commits to master since this release
a763bb4

What's new

  • Added Convolutional layer type
  • Added Flatten layer type
  • Added Maxpool layer type
  • Added Reshape layer type
  • Added Flatten layer type
  • Added example of training simple CNN to classify character (not as GAN, only Discriminator) - https://github.com/LdDl/gan-go/tree/master/cmd/examples/train_cnn
  • Added example of smiley face generator - https://github.com/LdDl/gan-go/tree/master/cmd/examples/generate_smiley_face
  • Added some if/else statements for broadcast and batch processing
  • Added reshape option into GenerateUniformTestSamples and GenerateNormTestSamples functions
  • Added MSELoss function
  • Added Network structure to reduce duplicating of code for .Fwd() method of each neural network type (GAN/Discriminator/Generator)
  • Prepared aliases to Gorgonia's gen-functions. It could reduce confusion between 'gan.Sigmoid and gorgonia.Sigmoid'. It is on same namespace scope now.
  • Updated main README.md

For more informatino see these PR's:
#1
#2