Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Pabloo22/dlfs

Deep Learning From Scratch v0.2.3

13 Jan 22:09

Choose a tag to compare

Improvements:

  • Update Conv2D summary to match with the other layers.

Deep Learning From Scratch v0.2.2

13 Jan 21:47

Choose a tag to compare

Bug fixes:

  • Fix errors

Deep Learning From Scratch v0.2.1

13 Jan 21:34

Choose a tag to compare

Bug fixes:

  • Now it install all the requirements

Deep Learning From Scratch v0.2.0

13 Jan 21:02

Choose a tag to compare

  • Conv2D is ready to be used under convolution_type='simple'

Deep Learning From Scratch v0.1.5

12 Jan 00:08

Choose a tag to compare

Bug fixes: two history updates per epoch while using verbose=2 in Sequential.fit method (now it is solved and only updates it once per epoch).

Deep Learning From Scratch v0.1.4

11 Jan 23:27

Choose a tag to compare

Pre-release

Fix bugs

Deep Learning From Scratch v0.1.3

11 Jan 23:15

Choose a tag to compare

Pre-release

Fix import errors

Deep Learning From Scratch v0.1.2

11 Jan 20:07

Choose a tag to compare

Pre-release

Minor bug fixes

Deep Learning From Scratch v0.1.1

11 Jan 19:41

Choose a tag to compare

Pre-release

Minor bug fixes

Deep Learning From Scratch v0.1

11 Jan 19:28

Choose a tag to compare

Pre-release

Create your own model by using Dense, Dropout or Flatten layers!