Joel Joseph
|
c388fac8ce
|
fixed the styling issues
at lines 286,294 and 397
|
2020-03-27 12:04:13 +05:30 |
|
 Joel Josephandfavre49
|
ddff7d375b
|
Update doc/tutorials/reinforcement_learning/reinforcement_learning.txt
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com>
|
2020-03-27 11:38:08 +05:30 |
|
 Joel Josephandfavre49
|
0e7c466d7c
|
Update doc/tutorials/reinforcement_learning/reinforcement_learning.txt
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com>
|
2020-03-27 11:37:21 +05:30 |
|
 Joel Josephandfavre49
|
6dcdd941c7
|
Update doc/tutorials/reinforcement_learning/reinforcement_learning.txt
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com>
|
2020-03-27 11:37:12 +05:30 |
|
 Joel Josephandfavre49
|
ac29103548
|
Update doc/tutorials/reinforcement_learning/reinforcement_learning.txt
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com>
|
2020-03-27 11:37:02 +05:30 |
|
 Joel Josephandfavre49
|
7f68d6eeaa
|
Update doc/tutorials/reinforcement_learning/reinforcement_learning.txt
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com>
|
2020-03-27 11:36:05 +05:30 |
|
 Joel Josephandfavre49
|
d367f0a4bf
|
Update doc/tutorials/reinforcement_learning/reinforcement_learning.txt
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com>
|
2020-03-27 11:35:40 +05:30 |
|
Joel Joseph
|
75b5e235a6
|
added asynchronous learning tutorial
|
2020-03-27 01:58:19 +05:30 |
|
kartikdutt18
|
13d18960e1
|
Attempt to Fix Azure pipeline (#2340)
* Install config parser
* Fix file
* Removed pandas to start build
* Update macos-steps.yaml
|
2020-03-26 20:37:24 +01:00 |
|
Ryan Curtin
|
148ce4891f
|
Merge pull request #2276 from adithya-tp/improved-ann-tutorial-ffn-thyroid-example
Improved ANN Tutorial for FFN - Thyroid Dataset Example
|
2020-03-25 21:29:56 -04:00 |
|
Marcus Edel
|
8b773e9cd1
|
Merge pull request #2329 from kartikdutt18/Serialization-Fix
Serialization Fix for some ANN layers.
|
2020-03-24 17:46:18 +01:00 |
|
kartikdutt18
|
0cf6af5096
|
Serialization Fix
|
2020-03-24 11:29:59 +05:30 |
|
favre49
|
682d25f69b
|
Merge pull request #2328 from rcurtin/arma-hdf5-fix
Alternate Homebrew HDF5 fix
|
2020-03-23 23:00:36 +05:30 |
|
favre49
|
4b4b4f6039
|
Merge pull request #2326 from rcurtin/memory-fixes
Memory leak and invalid use fixes
|
2020-03-23 22:59:12 +05:30 |
|
Ryan Curtin
|
c8795e766b
|
Force the use of the old HDF5 API as a build workaround.
|
2020-03-23 10:50:57 -04:00 |
|
Ryan Curtin
|
b1e51468f0
|
Remove unnecessary braces.
|
2020-03-23 08:27:01 -04:00 |
|
Ryan Curtin
|
c42b9f7670
|
Fix comment, thanks @saksham189!
|
2020-03-23 08:25:33 -04:00 |
|
Ryan Curtin
|
7dabe28e31
|
Fix minor syntax errors (should have checked!).
|
2020-03-22 21:51:10 -04:00 |
|
Ryan Curtin
|
f172fcf903
|
Fix memory leak in tree test.
|
2020-03-22 16:51:09 -04:00 |
|
Ryan Curtin
|
58209d7c9b
|
Fix missed deallocations in main tests.
|
2020-03-22 16:50:53 -04:00 |
|
Ryan Curtin
|
8d5b338cf1
|
Fix minor bugs in ANN tests for memory handling.
|
2020-03-22 16:49:39 -04:00 |
|
Ryan Curtin
|
4326b7d869
|
Be clear about which layers are owned by Recurrent.
Add `ownsLayers` members to AddMerge and Sequential to avoid double-frees or
memory leaks.
|
2020-03-22 16:48:29 -04:00 |
|
Ryan Curtin
|
e66f0dc7bd
|
Be clear about which layers are owned by Highway.
|
2020-03-22 16:43:11 -04:00 |
|
Ryan Curtin
|
b892f2cfab
|
Don't delete on free---DeleteVisitor() in FFN will do that.
|
2020-03-22 16:42:38 -04:00 |
|
Ryan Curtin
|
ca34426680
|
Don't free---DeleteVisitor will.
|
2020-03-22 16:41:56 -04:00 |
|
Ryan Curtin
|
29422c6066
|
No need for inputTemp; use the input given in Gradient().
This solves #2146 in a better way than #2234.
|
2020-03-22 16:40:02 -04:00 |
|
Ryan Curtin
|
6c115776b4
|
Delete internal layers of models when Model() exists.
|
2020-03-22 15:55:38 -04:00 |
|
Ryan Curtin
|
4ad421a9b4
|
Fix memory handling---only clear if model=false.
Otherwise DeleteVisitor will do it.
|
2020-03-22 15:54:50 -04:00 |
|
Ryan Curtin
|
68fd4c30b4
|
Allow adding layer and manually specifying ownership of internal layers.
|
2020-03-22 15:54:11 -04:00 |
|
Ryan Curtin
|
9e70b542e6
|
Make sure output model is set even when not requested (important for non-CLI bindings).
|
2020-03-22 15:52:58 -04:00 |
|
Ryan Curtin
|
0bfbe786e6
|
Handle memory properly in the case of failures.
|
2020-03-22 15:52:27 -04:00 |
|
Ryan Curtin
|
bde18b80ad
|
Handle memory leaks when exceptions are thrown.
|
2020-03-22 15:49:39 -04:00 |
|
Ryan Curtin
|
e3b77096d9
|
Fix unused parameter warning.
|
2020-03-22 15:42:52 -04:00 |
|
Ryan Curtin
|
31c29505df
|
Fix various memory handling issues.
Delete things that were allocated, be clear about ownership.
|
2020-03-22 15:42:25 -04:00 |
|
Ryan Curtin
|
b4e37680b2
|
Clean copy constructor and fix memory loss in serialization.
|
2020-03-22 15:39:37 -04:00 |
|
Ryan Curtin
|
e551c887eb
|
No need to allocate memory for the internally-held PCA object.
|
2020-03-22 15:39:17 -04:00 |
|
Ryan Curtin
|
0f361925ad
|
Delete any old pointers created before serialization.
|
2020-03-22 15:38:33 -04:00 |
|
Toshal Agrawal
|
bc4f4a1250
|
Merge pull request #2139 from himanshupathak21061998/add-computerror
Adding ComputeError function in lars class. Thanks
|
2020-03-21 21:14:58 +05:30 |
|
Ryan Curtin
|
26e29f9d2c
|
Merge pull request #2312 from rcurtin/remove-has-stb
Move all STB-related code into .cpp files.
|
2020-03-19 21:01:19 -04:00 |
|
adithya-tp
|
2242743a5f
|
Minor code clean-up
|
2020-03-19 11:32:58 +04:00 |
|
Ryan Curtin
|
6f7f916067
|
Re-add default value.
|
2020-03-18 10:42:31 -04:00 |
|
Ryan Curtin
|
237828ff61
|
Update tutorial to remove transpose parameter.
|
2020-03-18 09:19:12 -04:00 |
|
Marcus Edel
|
e4d6715ce1
|
Merge pull request #2301 from joeljosephjin/patch-1
Some minor code improvements.
|
2020-03-18 12:45:22 +01:00 |
|
Marcus Edel
|
a56c317345
|
Merge branch 'master' into remove-has-stb
|
2020-03-18 12:40:54 +01:00 |
|
favre49
|
3f38cc3921
|
Merge pull request #2302 from nishantkr18/patch-1
DoubleDQN doesn't utilize DoubleQLearning
|
2020-03-18 13:08:51 +05:30 |
|
favre49
|
d7e73eab38
|
Merge pull request #2199 from mrityunjay-tripathi/huber
adding huber loss implementation
|
2020-03-18 12:13:04 +05:30 |
|
Mrityunjay Tripathi
|
1919522431
|
style fix
|
2020-03-18 11:12:13 +05:30 |
|
 Lakshya OjhaandMarcus Edel
|
a967547d28
|
Adding Hinge embedding loss function (#2229)
* Adding hard shrink function (#2186)
* completed hardshrink_function.hpp
* resetting master
* complete hardsrhink_function.hpp
* activation_functions_test.cpp
* cmake changes
* base layer changes
* style correction
* starting implementing hard shrink as layer
* new changes
* changes in tests
* inv changes
* test changes
* test changes
* deleting prev function
* test style changes
* more style changes
* comment changes
* minor changes
* comment corrections hard shrink
* minor changes
* dummy commit
* Style fix for parameter lambda
* hardshrink.hpp to hardshrink_impl.hpp fn function shift
* style fix
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
* completed hardshrink_function.hpp
* resetting master
* complete hardsrhink_function.hpp
* activation_functions_test.cpp
* cmake changes
* base layer changes
* style correction
* starting implementing hard shrink as layer
* new changes
* changes in tests
* inv changes
* test changes
* test changes
* deleting prev function
* test style changes
* more style changes
* comment changes
* minor changes
* comment corrections hard shrink
* minor changes
* dummy commit
* Style fix for parameter lambda
* hardshrink.hpp to hardshrink_impl.hpp fn function shift
* style fix
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
dummy commit
Redirected link on NUMfocus logo
test bugs fixing
rebasing branch
* rvalue refactor corrections
edited copyright.txt
changes in History.md
bug fix
* bug fixes
minor change
* dummy commit
* style fix
|
2020-03-18 01:18:45 -04:00 |
|
Joel Joseph
|
58d477707f
|
Merge pull request #1 from mlpack/master
rebasing
|
2020-03-18 09:23:55 +05:30 |
|
Ryan Curtin
|
436a0935fa
|
Merge remote-tracking branch 'origin/master' into remove-has-stb
|
2020-03-17 21:36:33 -04:00 |
|