Skip to content

Releases: SkyWorld117/DianoiaML.jl

0.4.7

06 Jun 14:25
f5f9e4f
Compare
Choose a tag to compare
  • Fixed the UI of GA.
  • Greatly optimized GA (about four times faster).

0.4.6

06 Jun 09:58
3caebae
Compare
Choose a tag to compare
  • Fixed Minibatch_GD and GA.
  • Slightly optimized GA.

0.4.5

05 Jun 10:24
425ab9b
Compare
Choose a tag to compare
  • Added ResNet as a network type.
  • Added Residual as a layer to load ResNet.

0.4.4

02 Jun 11:37
6afc56c
Compare
Choose a tag to compare
  • Added TConv2D as a layer.

0.4.3

01 Jun 06:02
52e6515
Compare
Choose a tag to compare
  • Added Dropout as a layer.

0.4.2

25 May 15:42
6f8d59a
Compare
Choose a tag to compare
  • Updated dependencies that solves the problem of MaxPooling.

0.4.1

24 May 12:37
f323cb1
Compare
Choose a tag to compare
  • Updated dependencies.
  • Improved the speed of MaxPooling2D before it hangs :(.

0.4.0

14 May 14:45
029ce5d
Compare
Choose a tag to compare
  • Rewrote the structure for better performence and more logical principles.
  • Added Flatten and Constructive as layers to reform data shape.
  • Updated model management.
  • Rewrote UI and simplified it.
  • Renamed to DianoiaML.jl.

0.3.10

28 Mar 21:20
28cc059
Compare
Choose a tag to compare
  • Support Genetic Algorithm officially.
  • BLAS is now running with a single thread in default.
  • Fixed a few bugs.

0.3.9

16 Mar 12:01
abd67b6
Compare
Choose a tag to compare
  • Updated the API and it can now auto-complete most of the parameters.
  • Added padding and biases in Conv2D.
  • Added UpSampling2D as a layer.
  • Added Genetic Algorithm as an experimental optimizer.
  • Fixed a few bugs.