Commit Graph
19225 Commits
Author SHA1 Message Date
Ryan Curtin 69ea3599c4 This test also can hang in a loop. 2018-08-03 21:46:22 -04:00
Ryan Curtin 45e667399c Merge pull request #1430 from xtelinco/master
Return the final objective of the trained model
2018-08-03 16:30:56 -04:00
Ryan Curtin 6256d43a66 Comment out sometimes-failing test.
I will shortly open an issue to handle it...
2018-08-03 14:01:34 -04:00
Ryan Curtin 53aff80a72 Handle paths with spaces correctly. 2018-08-02 21:20:49 -04:00
Barak A. Pearlmutter a160376044 latex syntax
Need curly braces on arg to \begin, need arg to \right
2018-08-02 21:20:49 -04:00
Ryan Curtin c7ec18f16c Merge pull request #1466 from manish7294/impBounds
LMNN: Bounds for avoiding Impostors recalculation
2018-08-02 09:51:18 -04:00
Ryan Curtin 2788faa751 Merge pull request #1476 from rcurtin/lmnn-test-lr-fix
Update LMNN low-rank tests to use all three optimizers.
2018-08-02 09:32:04 -04:00
Ryan Curtin c4f91f1e92 Update HISTORY and version number. 2018-08-01 10:16:29 -04:00
Marcus Edel 55bd2d0b85 Merge pull request #1208 from ShikharJ/RBM
Restricted Boltzmann Machine and Spike Slab Restricted Boltzmann Machine.
2018-07-27 11:50:55 +02:00
Ryan Curtin e723e47068 Merge pull request #1474 from rcurtin/optional-openmp
Make use of OpenMP optional
2018-07-26 20:02:18 -07:00
Ryan Curtin e788d87704 Update LMNN low-rank tests to use all three optimizers.
Also actually perform the checking.
2018-07-26 22:58:29 -04:00
Ryan Curtin 4b33dbbb04 Also update links to Windows tutorials. 2018-07-25 16:01:43 -04:00
Ryan Curtin c1e800b576 Update citation to newest paper. 2018-07-25 15:43:56 -04:00
Ryan Curtin fbc1561f97 Add and document an option for OpenMP support.
Previously, by default, it was always used.  This fixes #1473.
2018-07-25 15:41:37 -04:00
Shikhar Jaiswal 89977b8015 Additional Changes 2018-07-25 14:02:32 +05:30
Ryan Curtin 455b009731 Merge pull request #1469 from manish7294/Patch
Resolve random failing of LMNN Test
2018-07-24 16:22:21 +00:00
Shikhar Jaiswal bc7b512db3 Fix Tests and Clean Implementation 2018-07-23 16:25:41 +05:30
Shikhar Jaiswal 9c57ab50fa Implement API changes 2018-07-23 16:25:41 +05:30
kris-singh ef544df3b8 Binary Rbm 2018-07-23 16:25:41 +05:30
Manish a81e387e64 Solve failing build 2018-07-22 14:52:09 +05:30
Manish 9edda268ff Added Re-order() 2018-07-22 13:58:01 +05:30
Manish dfff872a42 Remove Typo 2018-07-21 20:43:39 +05:30
Manish 23fd8b1d7d Temporary solution for avoiding NaN 2018-07-21 20:41:17 +05:30
Manish b7e25aba5e Reviewed changes 2018-07-21 18:22:11 +05:30
Manish 74236a6bd3 Takes care of boundary condition 2018-07-20 09:09:07 +05:30
Manish f972da4759 Add optimization to batches as well. 2018-07-19 22:57:18 +05:30
Manish Kumar 42303c30c8 Merge branch 'master' into impBounds 2018-07-19 20:25:20 +05:30
Manish 3bd4acfdf3 rectify shuffle() 2018-07-19 09:03:03 +05:30
Ryan Curtin 3b7bbf0f14 Merge pull request #1461 from manish7294/evalBounds
LMNN: Bounds for slack term
2018-07-18 13:41:58 +00:00
Manish 457980ebfe use is_empty() 2018-07-17 07:58:30 +05:30
Marcus Edel 139e0a46fe Merge pull request #1467 from ShikharJ/FFN
Add EvaluateWithGradient To FFN and RNN.
2018-07-15 15:59:51 +02:00
Manish 65842b9867 Reviewed changes 2018-07-15 10:48:45 +05:30
Ryan Curtin 884523db61 Merge pull request #1460 from rcurtin/master
Add documentation fields to setup.py.in
2018-07-14 09:51:32 -04:00
Manish a845afec53 apply optimization over Gradient() as well 2018-07-14 14:29:57 +05:30
Manish 7025a8bc3d Use Ryan's strategy to handle variable batch size 2018-07-14 13:47:51 +05:30
Manish 6df99cb70d some reviewed changes 2018-07-13 17:24:10 +05:30
Shikhar Jaiswal 0de8f08310 Use FFN::EvaluateWithGradient inside GAN::EvaluateWithGradient 2018-07-13 01:38:35 +05:30
Ryan Curtin 5b1b7d3b3d Don't use hardcoded version. 2018-07-12 13:56:54 -04:00
Manish 0a77354803 made changes to bounds 2018-07-12 17:40:38 +05:30
Shikhar Jaiswal 2c977235b4 Add EvaluateWithGradient To FFN 2018-07-11 23:37:16 +05:30
Manish 1b7da33831 Reviewed changes 2018-07-11 18:53:25 +05:30
Marcus Edel 4c19146cb7 Merge pull request #1465 from gmanlan/fix-link-win-tutorial-and-sample
Fix/add references to Win tutorials and sample app.
2018-07-11 14:47:29 +02:00
Manish cb36f2d702 solves some errors 2018-07-11 13:23:43 +05:30
Manish 1bc7dc0a2a remove optimization from batches 2018-07-10 11:56:34 +05:30
gmanlan 336935aab9 link to both new and previous tutorials 2018-07-09 20:04:27 -07:00
Manish a63ade3d47 impostors bounds 2018-07-10 00:24:03 +05:30
Manish 2d064506b5 Solves logical mistake 2018-07-09 21:20:09 +05:30
Ryan Curtin f75026ffc5 Merge pull request #1462 from manish7294/RandomSeed
Fix math::RandomSeed() BINDING_TYPE macro condition
2018-07-09 10:33:15 -04:00
Marcus Edel 648a0397e0 Merge pull request #1444 from ShikharJ/WGAN
Wasserstein GAN Implementation.
2018-07-08 14:49:50 +02:00
Shikhar Jaiswal 78d351dc86 Add EvaluateWithGradient Function 2018-07-08 16:36:44 +05:30