* softmin activation function added
* shift added
* shift changed for inputmax to inputmin
* Test added for softmin forward function
* errors fixed
* suggested changes
* forward function fixed
* added softmin to HISTORY.md
* forward result calculation source changed
* space added in comment
* backward function added
* backward test function added, values left
* Added WeightSize() to
linear.hpp
atrous_convolution.hpp
add.hpp.
* tests made similar to softmax
* conflict fix
* fixed HISTORY.md conflict
* tests made similar to softmax
* Update activation_functions_test.cpp
* Removed header iostream
* Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
Co-authored-by: Ryan Curtin <ryan@ratml.org>
Include bias term in linear layer.
* catch2 for mean_shift_test.cpp
* fixed backward function
* reverted changes to main/mean_shift_test.cpp
* corrected the test cases
* main/mean_shift_test.cpp from boost to catch2
* migrated mean_shift_test from boost to catch2
* tests changed
* tests changed
* Test for WeightSetVisitor and WeightSizeVisitor
* Fix common failures by increasing threshold
* Typo fix
* Auto Cancel build on new push and enable cache for build.
* Windows fix.
* Install R-bindings dependencies separately.
* rcmdcheck doesn't for building mlpack_r_tarball.
* Install roxygen2.
* Specify platform in windows build.
* Stop github actions running on a forked repo.
* softmin activation function added
shift added
shift changed for inputmax to inputmin
Test added for softmin forward function
errors fixed
suggested changes
forward function fixed
added softmin to HISTORY.md
forward result calculation source changed
space added in comment
backward function added
backward test function added, values left
tests made similar to softmax
conflict fix
fixed HISTORY.md conflict
tests made similar to softmax
Update activation_functions_test.cpp
Removed header iostream
fixed backward function
reverted changes to main/mean_shift_test.cpp
corrected the test cases
tests changed
tests changed
* Fix static issues
* All static issue fixed (hopefully)
* Migrate det and distribution test to catch2
Co-authored-by: Utkarsh Rai <utkarshrai491@gmail.com>
Co-authored-by: kartikdutt18 <kartikdutt@live.in>
Co-authored-by: Yashwant <yashwantsingh.sngh@gmail.com>
Co-authored-by: Ryan Curtin <ryan@ratml.org>
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
Co-authored-by: Ryan Birmingham <birm@gatech.edu>
Co-authored-by: jeffin143 <jeffinsam@karunya.edu.in>