Marcus Edel
|
4786c05bdf
|
Merge pull request #2277 from rcurtin/fix-return-type
Fix return type of A().
|
2020-03-11 17:54:50 +01:00 |
|
Ryan Curtin
|
b12c31bf7d
|
Merge pull request #2259 from rcurtin/ann-rvalue-reference
Refactor ANN code to avoid rvalue references.
|
2020-03-11 08:36:57 -04:00 |
|
Ryan Curtin
|
34842727d3
|
Fix return type of A().
|
2020-03-11 08:32:00 -04:00 |
|
Toshal Agrawal
|
b18dc8bcda
|
Merge pull request #2256 from sriramsk1999/powerfocus
New NumFOCUS badge mockup
|
2020-03-11 01:15:27 +05:30 |
|
Ryan Curtin
|
c3f5ad0cbd
|
Merge pull request #2254 from rcurtin/julia-fixes
Julia binding fixes
|
2020-03-10 11:02:00 -04:00 |
|
Sriram
|
26fd7302be
|
Redirected link on NUMfocus logo
|
2020-03-10 17:41:07 +05:30 |
|
Sriram
|
3a5f29b350
|
Reverted deletion and added attribution line
|
2020-03-09 19:56:09 +05:30 |
|
Sriram
|
b823643b91
|
Redirected badge and removed info about NUMfocus
|
2020-03-09 19:41:11 +05:30 |
|
kartikdutt18
|
b8db9ba0d9
|
Removed setuptools ver
|
2020-03-07 23:22:06 -05:00 |
|
 Lakshya OjhaandMarcus Edel
|
0d8c3a0c60
|
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>
|
2020-03-07 22:51:13 -05:00 |
|
Ryan Curtin
|
cab675bd21
|
Fix a few other minor issues.
|
2020-03-06 17:32:12 -05:00 |
|
Ryan Curtin
|
7ddf7ba366
|
Remove inaccurate comments.
|
2020-03-06 17:29:45 -05:00 |
|
Ryan Curtin
|
c85d7ec5e9
|
Switch int64_t to int.
|
2020-03-06 17:28:53 -05:00 |
|
Ryan Curtin
|
758cb5a681
|
Oops, fix declaration of s.
|
2020-03-06 08:33:55 -05:00 |
|
Ryan Curtin
|
5f77658003
|
Merge pull request #2246 from rcurtin/julia-project-toml
Add specific versions of dependencies for Julia.
|
2020-03-06 08:31:48 -05:00 |
|
Ryan Curtin
|
48f2ffa05d
|
Add a note to the README.
|
2020-03-06 08:31:25 -05:00 |
|
Ryan Curtin
|
d730879104
|
Use Csize_t instead of uint64_t, and UInt/Int.
|
2020-03-06 08:23:32 -05:00 |
|
Sriram
|
c4b3a7f82d
|
Minor changes reflecting discusssion
|
2020-03-06 09:40:59 +05:30 |
|
Ryan Curtin
|
b5d00eda93
|
Fix style issues.
|
2020-03-05 19:32:04 -05:00 |
|
Ryan Curtin
|
d90f1f0dd2
|
Merge remote-tracking branch 'origin/master' into ann-rvalue-reference
|
2020-03-05 19:26:59 -05:00 |
|
Ryan Curtin
|
ffa6d8a560
|
Refactor to avoid rvalue references.
|
2020-03-05 19:23:15 -05:00 |
|
Ryan Birmingham
|
6339fe17bc
|
Merge pull request #2207 from kartikdutt18/Add-LogCosh-Loss-Function
Add Log Hyperbolic Cosine Function
|
2020-03-05 18:33:32 -05:00 |
|
Sriram
|
573b350d3c
|
Match style of other badges
|
2020-03-04 23:49:09 +05:30 |
|
Marcus Edel
|
ee3967e2bb
|
Merge pull request #2255 from favre49/copyright-fix
Copyright and GOVERNANCE.md fix.
|
2020-03-04 18:53:09 +01:00 |
|
Sriram
|
466e00be0c
|
New NumFOCUS badge mockup
|
2020-03-04 23:05:46 +05:30 |
|
Rahul Prabhu
|
a75406e314
|
Fixed link
|
2020-03-04 21:16:23 +05:30 |
|
Rahul Prabhu
|
f6ab410c07
|
Fix
|
2020-03-04 21:13:55 +05:30 |
|
Ryan Curtin
|
0621165a8b
|
Add docstrings to the mlpack module.
|
2020-03-04 08:50:55 -05:00 |
|
Ryan Curtin
|
d5447718b4
|
Remove unneeded REQUIRE.
|
2020-03-04 08:25:26 -05:00 |
|
Ryan Curtin
|
4d45e05944
|
Additional i386 fixes.
|
2020-03-04 12:46:12 +00:00 |
|
Ryan Curtin
|
6432555257
|
Always pass 64-bit integers back and forth.
|
2020-03-03 17:57:12 -05:00 |
|
Ryan Curtin
|
c9856000dc
|
Print code snippets in ```julia blocks.
|
2020-03-03 17:56:57 -05:00 |
|
Ryan Curtin
|
4cff789eec
|
Use _Internal module, not util.
|
2020-03-03 17:56:31 -05:00 |
|
Ryan Curtin
|
08a7e2b4bf
|
Bump minimum Julia version.
|
2020-03-03 12:33:00 -05:00 |
|
Marcus Edel
|
e9c8c16967
|
Merge pull request #2244 from kartikdutt18/ReFactor-Activation-Functions
Refactor Activation Function implemented in ann/layers.
|
2020-03-03 12:53:49 +01:00 |
|
favre49
|
767a82b80b
|
Merge pull request #2239 from codeboy5/documentation-fix
Hadamard product instead of Dot product in documentation
|
2020-03-03 15:53:18 +05:30 |
|
Mikhail Lozhnikov
|
225ec4e951
|
Merged PR #1960.
Merge remote-tracking branch 'lozhnikov/string-encoding-fixes'
|
2020-03-02 14:57:43 +03:00 |
|
Mikhail Lozhnikov
|
3e2d7439ea
|
Removed a redundant space.
|
2020-02-29 23:14:41 +03:00 |
|
Ryan Curtin
|
30ad1490d3
|
Merge pull request #2236 from saraansh1999/updateDoc
Update doc about installation on different versions of ubuntu and debian
|
2020-02-29 13:57:37 -05:00 |
|
Mikhail Lozhnikov
|
d4ea18e420
|
Added unicode tests for the string encoding algorithm.
|
2020-02-28 15:43:41 +03:00 |
|
saraansh
|
8983ac4034
|
made the requested changes
|
2020-02-28 16:28:50 +05:30 |
|
Marcus Edel
|
31b5961457
|
Merge pull request #2210 from codeboy5/msle
Added mean squared logarithic error.
|
2020-02-27 23:07:58 +01:00 |
|
Ryan Curtin
|
f4b24b0fdc
|
Add specific versions of dependencies for Julia.
|
2020-02-27 10:49:53 -05:00 |
|
kartikdutt18
|
19a22ccf4d
|
Added a missing stop.
|
2020-02-27 19:16:33 +05:30 |
|
kartikdutt18
|
3660b340a1
|
Refactor Activation Function Codes
|
2020-02-27 16:49:13 +05:30 |
|
Saksham Rastogi
|
5068f0f07d
|
minor style fix
|
2020-02-27 10:26:43 +05:30 |
|
saraansh
|
f4c5e8372c
|
Reverted the last change
|
2020-02-27 02:24:07 +05:30 |
|
saraansh
|
17e7054d39
|
Made the requested changes
|
2020-02-27 02:19:19 +05:30 |
|
saraansh
|
4d629c8560
|
Made the requested changes and added name to COPYRIGHT.txt
|
2020-02-26 13:04:53 +05:30 |
|
Marcus Edel
|
d91dc818fb
|
Merge pull request #2235 from rcurtin/apt-doc-fix
Clarify availability of libensmallen-dev and libstb-dev.
|
2020-02-25 23:48:42 +01:00 |
|