Saksham Bansal
33bce014a5
Fix LayerNorm Implementation
2019-06-18 02:50:41 +07:00
Saksham Bansal
9995041ff7
Add linear layer in numerical gradient tests
2019-06-18 00:11:03 +07:00
Shikhar Jaiswal
e2f696cfd5
Merge pull request #1925 from zoq/code_of_conduct
...
Code of Conduct.
2019-06-16 17:24:42 -07:00
Ryan Curtin
416cbf9f81
Merge branch 'Yashwants19-Softmax'
2019-06-16 11:04:00 -04:00
Ryan Curtin
7824ae057c
Update history.
2019-06-16 11:03:38 -04:00
Ryan Curtin
dd45e27d25
Merge branch 'Softmax' of https://github.com/Yashwants19/mlpack into Yashwants19-Softmax
2019-06-16 11:02:49 -04:00
Marcus Edel
cf1b948ece
Minor style fixes (80 line limit, spaces between operations, comment style).
2019-06-15 19:17:04 +02:00
Marcus Edel
e5d50e26c9
Merge pull request #1614 from robotcator/per
...
[WIP]Prioritized Experience Replay.
2019-06-15 18:35:37 +02:00
Marcus Edel
b3a0e811f5
Add Code of Conduct.
2019-06-14 21:34:36 +02:00
Ryan Curtin
860c4c6d4f
Merge pull request #1921 from rcurtin/rf-test-fixes
...
Random forest test stability fixes
2019-06-13 15:00:31 -04:00
Yashwant Singh Parihar
e08b0c09fe
Update softmax_regression_main.cpp
2019-06-13 21:15:36 +05:30
Yashwant Singh Parihar
24f8872a1e
Update softmax_regression_main.cpp
2019-06-13 20:15:50 +05:30
Ryan Curtin
fff36379e5
Don't move the data, so that it's available in trial 2.
2019-06-09 19:04:33 -04:00
Ryan Curtin
d542234521
Increase number of trials.
...
The test does not seem to fail often, but I saw it fail once on Jenkins so let's
bump it. I couldn't reproduce any failures locally after ~2000 trials.
2019-06-09 19:04:04 -04:00
robotcator
64f3112857
fix code style issue
2019-06-08 09:56:59 +08:00
robotcator
77a964dec0
fix code style according code review
2019-06-07 13:58:59 +08:00
robotcator
cf12a91649
reorder the parameter to remove the warning
2019-06-06 23:04:42 +08:00
robotcator
e3dc560adc
remove PrioritizedReplayType template parameter
2019-06-06 22:54:35 +08:00
robotcator
2aaba06bd1
Merge branch 'master' of https://github.com/mlpack/mlpack into per
2019-06-05 23:00:59 +08:00
robotcator
b724be55b0
fix code style
2019-06-05 22:33:12 +08:00
Ryan Curtin
46a14f30ef
Merge pull request #1914 from robotcator/warning-fix
...
remove move() statement in hoeffding_tree_test.cpp
2019-06-02 16:06:26 -05:00
robotcator
a1bac97c23
fix code style
2019-06-02 10:06:02 +08:00
robotcator
62149347e3
fix code style
2019-06-02 10:04:43 +08:00
Ryan Curtin
11c4b0917b
Merge pull request #1917 from birm/doxy-311
...
bump version to 3.1.1
2019-06-01 19:21:48 -05:00
Ryan Birmingham
ece0e6ae0e
bump version to 3.1.1
2019-06-01 15:14:11 -04:00
Marcus Edel
c79835872b
Merge pull request #1901 from favre49/multiplePoleBalancing
...
Add Multiple Pole Balancing Environment.
2019-06-01 14:01:48 +02:00
Rahul Prabhu
0a7986a577
Update HISTORY.md
2019-05-31 21:37:34 +05:30
Rahul Prabhu
5b416d1717
Merge branch 'master' of https://github.com/mlpack/mlpack into multiplePoleBalancing
2019-05-31 21:34:25 +05:30
Marcus Edel
c8f52fbd6b
Merge pull request #1905 from walragatver/mean_pooling
...
Fix serialization of glimpse, maxPooling and meanPooling layers.
2019-05-31 13:13:50 +02:00
robotcator
a27a85c634
fix code systle
2019-05-31 16:50:40 +08:00
robotcator
1f77382216
remove move() to avoid warning
2019-05-31 16:21:01 +08:00
walragatver
f3318fd0f2
Serialize floor parameter in mean_pool and max_pool layer.
2019-05-30 16:11:10 +05:30
Shikhar Jaiswal
f4840a7b45
Merge pull request #1907 from rcurtin/docfix
...
Fix link to 'getting involved'
2019-05-29 22:20:13 +05:30
Shikhar Jaiswal
89085da2db
Merge pull request #1823 from saksham189/train2
...
Introduce Memory Sharing Between GAN and FFN
2019-05-29 22:15:41 +05:30
Ryan Curtin
b116647376
Fix link; thanks rajs123 for pointing it out.
2019-05-29 08:17:08 -04:00
walragatver
91578d5ca2
Fix serialization of glimpse, maxPooling and meanPooling layers.
2019-05-29 15:06:05 +05:30
Rahul Prabhu
863d22cadd
Added to CMakeLists.
2019-05-29 10:26:08 +05:30
Rahul Prabhu
fc51a2fc87
Added Continuous Multiple Pole Cart. Also included Manish's suggestions.
2019-05-29 09:43:06 +05:30
Saksham Bansal
11033e65d0
match with training data
2019-05-28 17:39:19 +07:00
Rahul Prabhu
b4750f2e07
Restored newline at end of file.
2019-05-28 10:03:46 +05:30
Rahul Prabhu
db90db86da
Fixed style.
2019-05-28 10:00:49 +05:30
Rahul Prabhu
0c6c468894
Optimized expressions.
2019-05-28 09:57:14 +05:30
Saksham Bansal
469599cbd6
Remove extra line
2019-05-27 23:45:40 +07:00
Saksham Bansal
ed22eda6b2
Add test for memory sharing
2019-05-27 19:02:17 +07:00
Saksham Bansal
7b69a88e03
Minor changes
2019-05-27 18:56:19 +07:00
Saksham Bansal
ca8e8d04cd
Remove temporary variable
2019-05-27 18:56:19 +07:00
Saksham Bansal
8f5a649eb8
Change size of predictors and responses
2019-05-27 18:56:19 +07:00
Saksham Bansal
b988e6966f
Memory sharing b/w predictors of discriminator and GAN
2019-05-27 18:56:19 +07:00
Saksham Bansal
26a015c8d5
Shuffle discriminator predictors of GAN
2019-05-27 18:56:19 +07:00
Ryan Curtin
584f8533f2
Fix little issues with the script.
2019-05-26 23:08:43 -04:00