Commit Graph
22374 Commits
Author SHA1 Message Date
Ryan Curtin 357df3cdd4 Force minimum boost to 1.58 (and a workaround for CMake < 3.6). 2020-03-16 13:06:44 +00:00
favre49 160ab97251 Merge pull request #2299 from adithya-tp/cleaner-code-in-tests
Cleaner code for a few test files
2020-03-15 08:38:38 +05:30
favre49 97627c84ca Merge pull request #2295 from sriramsk1999/rltutorial
Reinforcement Learning Tutorial
2020-03-15 00:21:45 +05:30
adithya-tp dd9b0bca24 Cleaner code for a few test files 2020-03-14 19:01:09 +04:00
Rahul Prabhu ba25b8e139 Added Deterministic() function 2020-03-13 16:29:00 -04:00
favre49 56769420de Merge pull request #2283 from rcurtin/julia-cint
Use Cint to match C++'s int type, not Julia's Int.
2020-03-14 01:39:28 +05:30
219696656a Adding soft shrink function (#2174)
* soft shrinkage activation function

* changes

* new changes

* new changes

* void Fn complete

* comments

* changes

* changes

* lambda as param

* added derivate also

* changes

* complete function

* changes in ss function

* new changes

* soft shrinkage activation function

* changes

* new changes

* new changes

* void Fn complete

* comments

* changes

* changes

* lambda as param

* added derivate also

* changes

* complete function

* changes in ss function

* new changes

* style corrections

* style corrections 2

* corrections

* corrections

* final corrections

* base layer changes

* cmake softshrink function

* softshrink.hpp in layer

* softshrink_impl.hpp added

* layer_types.hpp updated

* updating activation_functions_test.cpp

* soft shrink changes

* commit

* style corrections

* style changes

* changes style

* small style changes

* changes

* style checks

* final checks

* changes

* doxygen syntax for comment

* soft shrink comments

* style checks for 80 characters

* dummy commit

* softshrink.hpp to softshrink_impl.hpp fn to forward

* bug fixes in build

* style fixes

* updating lambda definition

Co-Authored-By: Ryan Birmingham <birm@rbirm.us>

* Use _Internal module, not util.

* Print code snippets in ```julia blocks.

* Always pass 64-bit integers back and forth.

* Additional i386 fixes.

* Remove unneeded REQUIRE.

* Add docstrings to the mlpack module.

* New NumFOCUS badge mockup

* Match style of other badges

* Minor changes reflecting discusssion

* Use Csize_t instead of uint64_t, and UInt/Int.

* Oops, fix declaration of s.

* Switch int64_t to int.

* Remove inaccurate comments.

* Fix a few other minor issues.

* Redirected badge and removed info about NUMfocus

* Reverted deletion and added attribution line

* added @tparam and rvalue correction according to recent refactor pr

Co-authored-by: Ryan Birmingham <birm@rbirm.us>
Co-authored-by: Ryan Curtin <ryan@ratml.org>
Co-authored-by: Sriram <sriramsk1999@gmail.com>
2020-03-13 15:37:22 -04:00
Sriram 718e3d522b Grammatical errors 2020-03-14 00:09:06 +05:30
favre49 4057806c62 Merge pull request #2280 from adithya-tp/markdown-issue-fix
Fixed markdown pipe symbol issue
2020-03-13 23:31:53 +05:30
favre49 2fb1c2baf2 Merge pull request #2292 from kartikdutt18/master
Removed r-value references from remaining functions [and some style fixes]
2020-03-13 23:25:21 +05:30
Ryan Curtin add98c70b2 Fix unchanged header definition (oops). 2020-03-13 16:45:12 +00:00
Sriram 778d61a17e Removed async learning header 2020-03-13 20:17:24 +05:30
Sriram b6a7f1c2fa Completed tutorial v1.0 2020-03-13 18:34:37 +05:30
Ryan Curtin 11d478615d Merge pull request #2260 from jeffin143/contrib-guide
Improving Contributing guidlines
2020-03-13 08:47:32 -04:00
Ryan Curtin d1188bdb1a Update CONTRIBUTING.md 2020-03-13 08:47:19 -04:00
jeffin143 3c78cac243 Improve contrib docs - repharasing 2020-03-13 17:56:25 +05:30
kartikdutt18 744ddc5c4d Removed r-value references and some style fixes 2020-03-13 16:22:00 +05:30
Ryan Curtin 8510d08568 Merge pull request #2285 from mrityunjay-tripathi/typo-fix
typo fix in recurrent_attention layer
2020-03-12 22:40:48 -04:00
Mrityunjay Tripathi abe5764cc6 typo fix 2020-03-13 07:25:47 +05:30
Ryan Curtin 4bb869a195 Switch to correct size_t type. 2020-03-12 23:37:54 +00:00
Ryan Curtin 3f07bcfef3 Only add test if BUILD_JULIA_BINDINGS is specified. 2020-03-12 21:04:43 +00:00
Sriram 2e0dc19522 Added background of tutorial 2020-03-13 00:41:27 +05:30
Ryan Curtin f482383a8b Don't build Julia bindings for regular Windows builds. 2020-03-12 16:48:49 +00:00
Ryan Curtin 69ccaab3a6 Move Vector{Cint} conversion into cli.jl. 2020-03-12 13:31:29 +00:00
Ryan Curtin 934681a1fe Use Cint to match C++'s int type, not Julia's Int. 2020-03-12 13:13:55 +00:00
Ryan Curtin a158b13e70 Merge pull request #2281 from kartikdutt18/Add-Tests-For-Pooling-Layer
Fix build according to r-value tests [Urgent]
2020-03-12 07:31:41 -04:00
kartikdutt18 1348aa3be3 Restart build, changed comment to do so 2020-03-12 16:02:18 +05:30
kartikdutt18 91a0a10fb0 Fix build according to r-value tests 2020-03-12 15:41:55 +05:30
favre49 d7d2e591fd Merge pull request #2265 from kartikdutt18/Add-Tests-For-Pooling-Layer
Pooling Tests fail on Rectangular inputs?
2020-03-12 14:37:49 +05:30
adithya-tp 2c27ef792b Removed extra endl after printing description 2020-03-12 00:26:07 +04:00
Ryan Birmingham 97fd462a98 Simplify CMake for Armadillo and its Dependencies (#2247)
* start simplify of arma deps

* no manual openblas links

* slight change to openblas get and order

* restore tools directory

* Rename

* wrong opts renamed

* better handle no wrapper case

* library -> libraries

* move dep links to findArmadillo

* minor cleanup of findArma

* giving up on cleanup of config get

* simplify header read

* special HDF5 case

* more closely follo hdf5 case

* remove standard findblas/lapack

* cleanup doc and quiet mode
2020-03-11 15:18:33 -04:00
Marcus Edel 41fe99adad Merge pull request #2267 from codeboy5/doc-fix
Added URL's for Paper cited in some files.
2020-03-11 17:55:23 +01:00
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
adithya-tp f050c78a78 Style Fix - Extra white space at the end of line 2020-03-11 19:38:02 +04:00
adithya-tp 2c16179ecd Style fix 2020-03-11 19:34:41 +04:00
adithya-tp ca9ac315b7 Fixed markdown pipe symbol issue 2020-03-11 19:23:49 +04: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
Saksham Rastogi b585cd7531 Update reparametrization.hpp 2020-03-10 23:57:54 +05:30
Saksham Rastogi 2dda64d269 Update alpha_dropout.hpp 2020-03-10 23:56:18 +05:30
Sriram c40c359b1e Init commit 2020-03-10 22:32:51 +05:30
kartikdutt18 beb684b6d3 Style Fix 2020-03-10 22:25:17 +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
Saksham Rastogi 72aa1fdd32 Update alpha_dropout.hpp 2020-03-10 16:35:54 +05:30
jeffin143 ef13d5d78d wrapping lines 2020-03-10 12:29:56 +05:30
jeffin143 9f728e5beb Add involvement and repharse info 2020-03-10 11:52:13 +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