Marcus Edel
0bd163d4a4
Include string header to resolve undefined type error.
2021-04-16 22:28:31 +02:00
Marcus Edel
2e0eb7882f
Include string header to resolve undefined type error.
2021-04-16 21:26:45 +02:00
Marcus Edel
efdd5a1cbf
Merge pull request #2913 from MarkFischinger/master
...
Fixed ResetParameters() in #2855 .
2021-04-15 20:14:12 -04:00
Mark
049dfc180b
Update COPYRIGHT.txt
2021-04-15 11:04:22 +02:00
Mark
e89e39d06d
Update q_learning_impl.hpp
2021-04-13 11:42:11 +02:00
Mark
1980e1492e
Update q_learning_impl.hpp
2021-04-13 02:22:46 +02:00
Mark
0aa114b505
Merge pull request #1 from MarkFischinger/fix-loading-weights-dqn
...
Check whether existing weights are loaded
2021-04-12 22:46:22 +02:00
Mark
70c966f477
Check whether existing weights are loaded
...
If no weights are loaded, the network is empty and new weights are generated. If not, the already loaded weights will be used.
2021-04-12 21:57:08 +02:00
jeffin sam
feb5cb6fc4
Merge pull request #2910 from zoq/mlpack-badge
...
Use Azure build as badge source.
2021-04-12 23:51:32 +05:30
Yashwants19
caae33a797
Upgrade Catch to 2.13.5
2021-04-12 11:30:33 -04:00
Marcus Edel
e52217ee8b
Use Azure build as badge source.
2021-04-11 18:04:31 +02:00
Ryan Curtin
25aa75049d
Merge pull request #2881 from RishabhGarg108/warm-start
...
Added warm start feature to Random Forest.
2021-04-11 00:12:29 -04:00
Marcus Edel
6d1d2b54ba
Merge pull request #2909 from FawwazMayda/fix-typo-in-rl-tutorial
...
Fix typo in rl tutorial.
2021-04-10 16:27:27 -04:00
FawwazMayda
748b33b997
add missing std::
2021-04-10 18:16:48 +08:00
Rishabh Garg and Ryan Curtin
ee34576c07
Apply suggestions from code review
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2021-04-09 09:09:46 +05:30
abh2k
cb9ba56a75
Fixed mean poolinglayer for correct ceil_mode ( #2887 )
...
Redesigned poolinglayer for correct ceil_mode.
2021-04-05 21:18:40 -04:00
Yashwant Singh Parihar
366e06b98f
Merge pull request #2896 from Yashwants19/Fix-R-bindings-Note
...
Fix LazyData Note in R-bindings.
2021-04-05 09:44:24 +05:30
Yashwant
52e123e567
Fix Go-bindings flow control.
2021-04-02 23:06:14 -04:00
Rishabh Garg
91db8fc3d9
Fixed ElemType
2021-04-01 09:35:47 +05:30
Rishabh Garg
c312ccf7ed
Merge branch 'master' of https://github.com/mlpack/mlpack into warm-start
2021-04-01 07:55:33 +05:30
Marcus Edel
bd60c387a1
Merge pull request #2893 from gunnxx/master
...
Update Reinforcement Learning tutorial for custom DQN network.
2021-04-01 01:17:00 +02:00
Yashwant
bea72a12aa
Fix LazyData Note in R-bindings.
2021-03-31 09:15:40 +05:30
FawwazMayda
240463c1da
Improve Linear Regression Docs. ( #2890 )
...
* adding multivariate examples
* editing some typo in file
* edit some typo and modify the section
* Update linear_regression.txt
* Update linear_regression.txt
2021-03-30 12:05:41 -04:00
Marcus Edel
d5324f1b2d
Merge pull request #2892 from rcurtin/csv-header
...
Auto-detect a CSV header in `data::Load()`.
2021-03-30 04:38:38 +02:00
Rishabh Garg
ecde617cff
Fixed static code analysis error
2021-03-29 17:14:58 +05:30
Tri Wahyu Guntara and Marcus Edel
40698325b6
edit RL tutorial for custom DQN network
...
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2021-03-29 12:49:53 +07:00
Ryan Curtin
bea27ff487
Better strategy for finding invalid numbers.
2021-03-28 15:15:45 -04:00
Ryan Curtin
487ab565c6
Remove inaccurate comment.
2021-03-28 15:15:45 -04:00
gunnxx
73bc5b11f7
edit RL tutorial for custom DQN network
2021-03-28 15:49:56 +07:00
Rishabh Garg
abe7ecc2ed
Minor fix in documentation
2021-03-28 12:31:53 +05:30
Rishabh Garg
b2e913029e
Merge branch 'warm-start' of ssh://github.com/RishabhGarg108/mlpack-1 into warm-start
2021-03-27 22:43:23 +05:30
Rishabh Garg and Ryan Curtin
5d3d81de28
Update HISTORY.md
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2021-03-27 22:43:09 +05:30
Rishabh Garg
bc4307d37e
Undo unwanted changes
2021-03-27 22:42:58 +05:30
Marcus Edel
b96c79284b
Merge pull request #2880 from mayankray2020/tanh
...
Added tanh exponential activation function.
2021-03-27 18:02:57 +01:00
Rishabh Garg
416cd7cf8c
Added a missing newline
2021-03-27 21:48:04 +05:30
Rishabh Garg
fb928ae37f
Added to HISTORY.md
2021-03-27 21:40:04 +05:30
Rishabh Garg
0f65b18e6d
Fixed failing tests
2021-03-27 21:33:42 +05:30
Rishabh Garg
ef52e858ae
Added suggestion
2021-03-27 21:24:05 +05:30
Rishabh Garg
af79e1c02d
Simplified code to train in bindings.
2021-03-27 21:09:46 +05:30
Rishabh Garg
d90069be5d
Fixed unnecessary copying of trees
2021-03-26 12:54:13 +05:30
Rishabh Garg
ff3a35bdef
Reduced number of old trees in test
2021-03-26 12:07:28 +05:30
Rishabh Garg
b3de3ceb39
Initialised avgGain in ctors
2021-03-26 11:58:44 +05:30
Rishabh Garg
be0e152f39
Changed warmStart position in signature of train
2021-03-26 11:57:09 +05:30
Ryan Curtin and Anush Kini
64d6402fa0
Update src/mlpack/bindings/cli/print_type_doc_impl.hpp
...
Co-authored-by: Anush Kini <33577829+Abilityguy@users.noreply.github.com >
2021-03-25 13:09:26 -04:00
Ryan Curtin
7bb314b004
Add test for detecting CSV header.
2021-03-25 11:00:49 -04:00
Ryan Curtin
6dda52946b
Fix minor bugs.
2021-03-25 11:00:43 -04:00
Ryan Curtin
0126e4efd5
Add code to check for a CSV header.
2021-03-25 10:20:46 -04:00
mayank raj
f06cb9c9e3
minor changes
2021-03-24 14:16:12 +05:30
jeffin sam
1b684afef5
Merge pull request #2031 from jeffin143/hmm-acc
...
Accelerate HMM `Forward()` and `Backward()` by precomputing probabilities
2021-03-23 20:57:54 +05:30
jeffin sam
7e124696ac
Merge pull request #2885 from rcurtin/blr-add-methods
...
Add methods to `BayesianLinearRegression` to change training parameters
2021-03-23 11:57:30 +05:30