Releases: Pabloo22/dlfs
Releases · Pabloo22/dlfs
Deep Learning From Scratch v0.2.3
Deep Learning From Scratch v0.2.2
Bug fixes:
- Fix errors
Deep Learning From Scratch v0.2.1
Bug fixes:
- Now it install all the requirements
Deep Learning From Scratch v0.2.0
- Conv2D is ready to be used under convolution_type='simple'
Deep Learning From Scratch v0.1.5
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
Fix bugs
Deep Learning From Scratch v0.1.3
Fix import errors
Deep Learning From Scratch v0.1.2
Minor bug fixes
Deep Learning From Scratch v0.1.1
Minor bug fixes
Deep Learning From Scratch v0.1
Create your own model by using Dense, Dropout or Flatten layers!