Releases: deependujha/DeepTensor
Releases · deependujha/DeepTensor
v0.5.0
What's Changed
- feat: conv2d, maxpool and flatten layer added by @deependujha in #37
- fix: reduce memory leak by 85% by @deependujha in #38
- feat: replace feedforward layer with linear layer by @deependujha in #39
- bump: version 0.5.0 by @deependujha in #40
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat: check version in CI by @deependujha in #34
- Feat: add more python tests and fix bugs by @deependujha in #35
- bump: version 0.4.0 by @deependujha in #36
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- bump: version 0.2.0 by @deependujha in #25
- feat: add all optimizers by @deependujha in #29
- feat: exposed optimizer class to python by @deependujha in #30
- feat: add HE & XAVIER initialization method in normal and uniform mode by @deependujha in #32
- test: new DeepTensor API by @deependujha in #33
Full Changelog: v0.2.0...v0.3.0
v0.2.0-fix
v0.2.0
What's Changed
- bump: updated to version 0.1.0 by @deependujha in #13
- fix: pypi publish bug by @deependujha in #14
- feat: add JsonCPP library by @deependujha in #15
- feat: add non-linear functions by @deependujha in #16
- feat: add docs to the project by @deependujha in #17
- feat: add tensor class for multi-dimensional support by @deependujha in #18
- feat: clean model api by @deependujha in #19
- feat: Add non-linear activations to tensor class and layer compatible activations class by @deependujha in #20
- feat: add tests for model by @deependujha in #21
- feat: Expose new model api to python by @deependujha in #23
Full Changelog: v0.1.0...v0.2.0
v0.1.0-fix1
What's Changed
- Update issue templates by @deependujha in #1
- nitpicks by @deependujha in #2
- feat: start working on value class and add support for googletest by @deependujha in #3
- feat: Value class supports add, subtract, multiply, power, relu and back-prop by @deependujha in #4
- Feat: complete value object by @deependujha in #7
- feat: add cpp classes and methods for defining a neural network by @deependujha in #8
- feat: added ctest for neural_network modules by @deependujha in #9
- feat: added more tests for neural-network-module by @deependujha in #10
- feat: added python tests for Value, Neuron, Layer, and MLP by @deependujha in #11
- imp: 🥳 works fine and can train models wohooo 🎆 by @deependujha in #12
- bump: updated to version 0.1.0 by @deependujha in #13
- fix: pypi publish bug by @deependujha in #14
New Contributors
- @deependujha made their first contribution in #1
Full Changelog: v0.0.1...v0.1.0-fix1
v0.0.1
Full Changelog: https://github.com/deependujha/DeepTensor/commits/v0.0.1