kartikdutt18
74f662e1f0
fix clean up of move copy constructor
...
Move ampersand to the left to match the codebase
2020-04-24 20:25:54 +05:30
kartikdutt18
07cf3c5cd8
Added copy, move constructors and copy assignment operators
...
Fixed Line Length
2020-04-24 20:25:54 +05:30
Ryan Birmingham
1c25a1bda5
Merge pull request #2379 from rcurtin/linear_svm_julia
...
Add Julia binding for linear SVM.
2020-04-23 22:55:34 -04:00
Ryan Curtin
7654f7ea1e
Remove Python 2.7 build from OS X.
2020-04-21 23:14:12 -04:00
Ryan Curtin
c02a25852d
Add Julia binding for linear SVM.
2020-04-21 17:30:20 -04:00
Ryan Curtin
3068378653
Merge pull request #2373 from Yashwants19/Fix-Julia-Doc
...
Fix Julia documentation.
2020-04-20 15:26:20 -04:00
Yashwant
54bf1741e9
Resolve some comments.
2020-04-18 21:53:37 +05:30
Yashwant Singh Parihar
803e2a8f61
Add some ignored options.
2020-04-18 21:27:21 +05:30
Yashwant Singh Parihar
f18c84d7f3
Remove some extra options.
2020-04-18 21:27:21 +05:30
Yashwant
5477314a3e
Fix Azure Pipeline
2020-04-18 21:27:21 +05:30
jeffin sam
154b0ed963
Exposing callbacks to sparseautoencoder ( #2198 )
...
Exposing callbacks to sparseautoencoder.
2020-04-16 20:48:09 +02:00
Marcus Edel
3ce835cbab
Merge pull request #2369 from nishantkr18/pendulum
...
Changes in the Pendulum-v0 implementation.
2020-04-15 21:34:07 +02:00
Toshal Agrawal
8002e49150
Merge pull request #1933 from walragatver/gan_gradient
...
Merging this in. Thanks everyone for their review.
2020-04-15 11:20:29 +05:30
walragatver
c8b800ad36
Prevent update of discriminator network while training generator network and call gradient indirectly.
2020-04-14 21:58:25 +05:30
nishantkr18
e15ef5d631
changes in pendulum test
2020-04-14 19:28:51 +05:30
Marcus Edel
5ae87b5d44
Merge pull request #2365 from nishantkr18/activations-patch
...
Changes in parameter description for activation functions in ANN module.
2020-04-13 22:04:53 +02:00
nishantkr18
6e12eed346
updated HISTORY.md
2020-04-12 21:05:30 +05:30
nishantkr18
d5111dbbf1
motified test for Pendulum
2020-04-12 20:40:49 +05:30
Ryan Curtin
52c6b0eb98
Pass CXXFLAGS correctly to Python build ( #2367 )
...
* Pass CXXFLAGS to Python build correctly.
* Update HISTORY.
* Add issue number.
2020-04-12 00:30:58 -04:00
nishantkr18
d5f92dbb95
removed isTerminal from Sample
2020-04-10 23:57:36 +05:30
nishantkr18
c26ba34914
removed AngleThreshold
2020-04-10 23:40:47 +05:30
nishantkr18
492d144116
modified reward function
2020-04-10 23:37:07 +05:30
nishantkr18
80ba0eed14
corrected AngleNormalize()
2020-04-10 23:34:55 +05:30
nishantkr18
92cf436c64
changed parameter comments
2020-04-10 16:28:25 +05:30
favre49
fded9ee333
Merge pull request #2354 from nishantkr18/patch-2
...
Removing terminal state for Pendulum-v0 env
2020-04-09 11:08:16 +05:30
bb7cb051fe
Adding L1 loss function ( #2203 )
...
* Adding L1 loss function
* Adding Suggested changes
* Adding Tests
* Adding changes in History.md
* Adding some changes in implmentation
* Using arma::accu
* Style fix
* Adding some suggested changes
* Chaging class name
* Style fix
* Changes for r-value refactor
* Adding suggestion
* Updating history
* Solving rebase issues
* Serializing mean
* Update src/mlpack/methods/ann/loss_functions/l1_loss_impl.hpp
Co-Authored-By: favre49 <40389657+favre49@users.noreply.github.com >
* Templating loss function
* Fix broken syntax from merge
* Changing History.md
Co-authored-by: favre49 <40389657+favre49@users.noreply.github.com >
Co-authored-by: Ryan Birmingham <birm@rbirm.us >
2020-04-09 11:05:07 +05:30
Ryan Curtin
364042ec93
Merge pull request #2273 from y2s82/refact-pvv
...
refactor(ProgramDoc): changed ProgramDoc constructor to accept pass-by-value
2020-04-08 22:03:24 -04:00
Nishant Kumar
de55dcdbba
Merge branch 'master' into patch-2
2020-04-08 12:16:37 +05:30
Bisakh Mondal and Marcus Edel
a129c5069d
Adding ELiSH Activation Function ( #2274 )
...
* template created
* Definition done
* adding elish layer
* CMake updated
* Adding tests
* typo fixed & url added
* Update src/mlpack/methods/ann/activation_functions/elish_function.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de >
* Update src/mlpack/methods/ann/activation_functions/elish_function.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de >
* Update src/mlpack/methods/ann/activation_functions/elish_function.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de >
* Deriv() & Fn() modified
* minor style fix
* styles fix
* Condition checking modified
* wrong {} position fix
* base_layer documentation updated
* Update src/mlpack/methods/ann/activation_functions/elish_function.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de >
* Updated History.md
* Style fixed
* Updated to arma
* unnecessary digits truncated
* Documentation updated
* EOL whitespace removed
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2020-04-08 10:33:33 +05:30
Marcus Edel
dc3fd7b9c0
Merge branch 'master' into patch-2
2020-04-07 21:00:55 +02:00
nishantkr18
f9bdc4b9b1
updated History.md
2020-04-08 00:27:24 +05:30
Nishant Kumar
88fc2e4454
Updated comment for maxSteps
2020-04-08 00:18:37 +05:30
Nishant Kumar and Marcus Edel
3382b7238b
Addition of q_networks ( #2317 )
...
* added q_network
* added vanilla dqn, along with tests
* added comments
* style errors removed
* style error removed
* Revert "style error removed"
This reverts commit 578601546d47f7a0df3d3a2d05e13c21d8492c0b.
* style errors removed
* Update src/mlpack/methods/reinforcement_learning/q_networks/vanilla_dqn.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de >
* made suggested changes in vanillaDQN
* changed vanillaDQN to simpleDQN
* backward compatibility for custom models
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2020-04-07 14:27:33 -04:00
Ryan Curtin
81c02c8e9c
Update name of link.
2020-04-07 09:24:28 -04:00
Ryan Curtin
5e55b16ce5
Add new block to HISTORY.md for next version.
2020-04-07 09:17:16 -04:00
Ryan Curtin
a5814d0c5c
Update version to next release version.
2020-04-07 09:17:16 -04:00
Ryan Curtin
5677c2b5b9
Update version to 3.3.0.
2020-04-07 09:17:16 -04:00
Ryan Curtin
02dbca40d2
Add missing licenses.
2020-04-07 09:17:04 -04:00
Ryan Curtin
1e2d3f2286
Update history for release.
2020-04-07 09:14:22 -04:00
Ryan Curtin
0c7ccaead7
Merge pull request #2359 from rcurtin/regression-size-fix
...
Fix LogisticRegression parameter size
2020-04-07 07:49:18 -04:00
favre49
2bacff2ba6
Merge pull request #2357 from rcurtin/stb-include-fix-2
...
Workaround Debian buster STB include bug
2020-04-07 10:48:47 +05:30
Mrityunjay Tripathi
ec96ed17a1
inclusion of all layers in layer.hpp ( #2353 )
...
* added remaining layers
* slight change
* including linear_no_bias.hpp in layer_types.hpp
2020-04-07 01:11:21 -04:00
Conrad Sanderson
bfde028fbb
Merge pull request #2356 from conradsnicta/traits-fix
...
corrections to handle vector types in Armadillo 9.870
2020-04-07 03:26:42 +02:00
Conrad Sanderson and Ryan Curtin
77a0513d1d
layout changes
...
Co-Authored-By: Ryan Curtin <ryan@ratml.org >
2020-04-07 02:56:12 +02:00
Ryan Curtin
fad498cae0
Add a test case.
2020-04-06 16:34:20 -04:00
Ryan Curtin
7dfdae66a5
Update history.
2020-04-06 16:17:15 -04:00
Ryan Curtin
eebece7c54
Set size of parameters in all Train() calls.
2020-04-06 16:16:27 -04:00
Ryan Curtin
ee4a09fef1
Merge branch 'master' into HEAD
2020-04-06 12:50:45 -04:00
Nishant Kumar
67322b791b
Update pendulum.hpp
2020-04-06 20:09:53 +05:30
Ryan Curtin
674737eb19
Workaround Debian buster STB include bug.
2020-04-06 09:36:08 -04:00