Commit Graph

  • 303a04d9fe move backward_numeric() to unary node Hieu Hoang 2016-09-20 11:43:20 +0100
  • 8ef7f57a8a backward_numeric() Hieu Hoang 2016-09-20 10:26:57 +0100
  • 8797b5ffd3 reluplus node for testing, clean up Marcin Junczys-Dowmunt 2016-09-19 22:43:12 +0200
  • 0f64f338cb better visualization, Relu specific functions Marcin Junczys-Dowmunt 2016-09-19 19:31:45 +0200
  • 8b242fbc97 debug Hieu Hoang 2016-09-19 18:13:59 +0100
  • bcba5e171c debug Hieu Hoang 2016-09-19 17:39:40 +0100
  • a94d48226b Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-19 17:13:16 +0200
  • 9f9ca7a02b broadcasting in kernels Marcin Junczys-Dowmunt 2016-09-19 17:12:56 +0200
  • 2a9d3de35a split unary & binary operators into their own file Hieu Hoang 2016-09-19 15:57:41 +0100
  • 8b55721206 backward_numeric() Hieu Hoang 2016-09-19 15:22:44 +0100
  • a18dcb66a6 Update README.md Marcin Junczys-Dowmunt 2016-09-19 14:14:00 +0100
  • d871ae674d Merge pull request #1 from gitter-badger/gitter-badge Marcin Junczys-Dowmunt 2016-09-19 14:04:43 +0100
  • c8fc1a429c Add Gitter badge The Gitter Badger 2016-09-19 13:02:30 +0000
  • 71ad2d1352 graphviz - BinaryNodeOp is a binary op Hieu Hoang 2016-09-19 13:26:54 +0100
  • 39eb9f50f5 fixed random seed Hieu Hoang 2016-09-19 12:25:13 +0100
  • 4b67954807 debug Hieu Hoang 2016-09-19 12:18:51 +0100
  • cd7dbfc0f6 attempts at relu and dropout nodes Marcin Junczys-Dowmunt 2016-09-19 12:06:04 +0200
  • 05fad17a3d debug Hieu Hoang 2016-09-19 10:39:09 +0100
  • a9b1872f4e Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-19 02:08:16 +0200
  • 2800fcd904 fixed(?) bug in TanhOpNode, weird operator priority in bound lambdas Marcin Junczys-Dowmunt 2016-09-19 02:07:16 +0200
  • 25f38db0f1 Merge ../Marian Hieu Hoang 2016-09-18 22:00:20 +0100
  • a9ebe9f7c9 Re-deleted files Lane Schwartz 2016-09-18 15:56:25 -0500
  • 2c24cb6827 More commenting Lane Schwartz 2016-09-18 15:55:04 -0500
  • ad0ca47d88 Merge branch 'master' of github.com:hieuhoang/amunmt Hieu Hoang 2016-09-18 20:05:14 +0100
  • e141015165 comment out debug message Hieu Hoang 2016-09-18 20:05:04 +0100
  • 919c999e53 grad Hieu Hoang 2016-09-18 20:01:24 +0100
  • 40a9791f69 softmax grad Hieu Hoang 2016-09-18 19:45:02 +0100
  • 022a20efb7 eclipse Hieu Hoang 2016-09-18 19:36:35 +0100
  • 1c0fdfca8d merge Hieu Hoang 2016-09-18 19:15:12 +0100
  • add31dea47 test nodes Hieu Hoang 2016-09-18 18:09:02 +0100
  • 10ee031e61 Added comments to more methods Lane Schwartz 2016-09-18 18:20:46 +0200
  • 6c4a6e0eb4 Is "ChainableStack" the most appropriate name for this data structure? Lane Schwartz 2016-09-18 17:42:48 +0200
  • a875db7333 Added @brief messages to methods Lane Schwartz 2016-09-18 17:41:55 +0200
  • c82623b0ac Commented methods that create Expr objects Lane Schwartz 2016-09-18 17:31:15 +0200
  • ebbc148cc6 Minimal example that shows that something is wrong in a computation graph that forks. Andre Martins 2016-09-18 16:15:37 +0100
  • 43b3bb9822 copy compile args from cpu branch Hieu Hoang 2016-09-18 16:11:00 +0100
  • dd270a4f92 Added TODO notes for Marcin Lane Schwartz 2016-09-18 17:09:38 +0200
  • d02ec369fa Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-18 16:55:32 +0200
  • 5fa56d0b85 removed clipping Marcin Junczys-Dowmunt 2016-09-18 16:55:28 +0200
  • b4c4463344 Added standardized copyright statement to all source files Lane Schwartz 2016-09-18 16:46:58 +0200
  • f5f5e44486 Merge branch 'master' of https://github.com/emjotde/Marian Andre Martins 2016-09-18 15:44:05 +0100
  • c9dc0cf934 Corrected bug in softmax; implemented cross-entropy node along with a few CUDA functions. Andre Martins 2016-09-18 15:43:28 +0100
  • 88228e8fe2 Is "tensor.h" actually needed by npz_converter.h? Lane Schwartz 2016-09-18 16:27:09 +0200
  • cac6318818 Commented npz_converter.h Lane Schwartz 2016-09-18 16:25:30 +0200
  • ed684e25b6 combined elementwise functions for softmax gradient into single kernel call, no temporary objects needed, slightly faster Marcin Junczys-Dowmunt 2016-09-18 16:21:15 +0200
  • 20c80e4bbc Moved max-subtraction (safe softmax) inside the Softmax implementation. Andre Martins 2016-09-17 23:09:35 +0100
  • 9a6894949e eclipse Hieu Hoang 2016-09-17 23:19:07 +0200
  • 1f308d2004 Merge ../Marian Hieu Hoang 2016-09-17 23:09:38 +0200
  • 21bdc84e25 move eos to vocab Hieu Hoang 2016-09-17 23:09:33 +0200
  • 089f76751b Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-17 19:53:06 +0200
  • bfd9c369f8 preparing mnist benchmark Marcin Junczys-Dowmunt 2016-09-17 19:52:56 +0200
  • 04fb8734a2 Training the encoder-decoder (one batch for now). Andre Martins 2016-09-17 09:35:23 +0100
  • 1d11b4a40e Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-17 08:12:53 +0200
  • 5ed36889a6 cleaned-up visualization Marcin Junczys-Dowmunt 2016-09-17 08:12:45 +0200
  • f6de1677e1 Implemented safe softmax (but doesn't solve the problem yet, we need log-softmax). Andre Martins 2016-09-17 02:42:11 +0100
  • eb57df2a3e Some cleaning. Andre Martins 2016-09-17 02:00:03 +0100
  • 22bbac3287 Eliminated non-deterministic behaviour. Andre Martins 2016-09-17 01:55:09 +0100
  • 09ce7e6349 renamed sgd.h to optimizers.h Marcin Junczys-Dowmunt 2016-09-16 23:55:47 +0200
  • 6e90198426 demonstrate settings for need for safe softmax Marcin Junczys-Dowmunt 2016-09-16 23:45:35 +0200
  • c0b676c7c9 Tidying up optimizers Marcin Junczys-Dowmunt 2016-09-16 23:32:09 +0200
  • 70f8277eb1 Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-16 23:27:05 +0200
  • c46012a6c1 Adam optimizer Marcin Junczys-Dowmunt 2016-09-16 23:26:54 +0200
  • ea66688a13 Merge ../Marian Hieu Hoang 2016-09-16 19:56:54 +0200
  • 40ac84ba73 add argmax() Hieu Hoang 2016-09-16 19:56:01 +0200
  • 948789787d add ArgmaxNodeOp Hieu Hoang 2016-09-16 19:49:59 +0200
  • cbc29a0ab1 Added ref for the backprop of the fast softmax. Andre Martins 2016-09-16 18:41:26 +0100
  • 8f1a7382ec Merged. Andre Martins 2016-09-16 18:36:30 +0100
  • c54eaf17d5 Made e-d use actual MT data instead of synthetic. Andre Martins 2016-09-16 18:27:54 +0100
  • 2892fe0feb Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-16 19:25:10 +0200
  • c77e589267 renamed softmax_fast to softmax Marcin Junczys-Dowmunt 2016-09-16 19:24:57 +0200
  • 015be2bf63 Merge branch 'master' of https://github.com/emjotde/Marian Lane Schwartz 2016-09-16 19:21:20 +0200
  • 016c777d42 Don't make doc when make all Lane Schwartz 2016-09-16 19:21:15 +0200
  • 268d1e799c Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-16 19:03:52 +0200
  • 12fa4f40d2 removed cudaSetDevice Marcin Junczys-Dowmunt 2016-09-16 19:03:45 +0200
  • e37a54712d Update LICENSE.md Marcin Junczys-Dowmunt 2016-09-16 18:57:11 +0200
  • 3f74962df7 Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-16 18:34:45 +0200
  • 257b621db9 fudge factor for adagrad Marcin Junczys-Dowmunt 2016-09-16 18:34:38 +0200
  • 6b7ced99d3 Merge branch 'master' of https://github.com/emjotde/Marian Lane Schwartz 2016-09-16 18:28:18 +0200
  • 5e9cad3169 Use CMake to invoke Doxygen Lane Schwartz 2016-09-16 18:28:00 +0200
  • c824de0e82 merge Hieu Hoang 2016-09-16 18:20:19 +0200
  • 44785d3108 Merge branch 'master' of github.com:emjotde/Marian Hieu Hoang 2016-09-16 18:19:31 +0200
  • 3c34287549 don't call testArgMax() Hieu Hoang 2016-09-16 18:17:46 +0200
  • 94a846f780 don't call testArgMax() Hieu Hoang 2016-09-16 18:17:46 +0200
  • 6534403830 Merge branch 'master' of https://github.com/emjotde/Marian Lane Schwartz 2016-09-16 18:15:11 +0200
  • 732bb9fa7a merge Hieu Hoang 2016-09-16 18:14:47 +0200
  • e897f9d6a5 Added Doxyfile Lane Schwartz 2016-09-16 18:14:26 +0200
  • 5173e9e550 move gArgMax to tensor_operators. Write ArgMax() with tensors Hieu Hoang 2016-09-16 18:10:09 +0200
  • 09b7e15b05 removed cudaSetDevice Marcin Junczys-Dowmunt 2016-09-16 17:58:58 +0200
  • a4111bf1fe input & output are different Hieu Hoang 2016-09-16 17:55:14 +0200
  • 15429dd88f sgd variants Marcin Junczys-Dowmunt 2016-09-16 17:43:29 +0200
  • 7803f44a97 Merge ../Marian Hieu Hoang 2016-09-16 17:39:31 +0200
  • 1b27accaa0 Included embedding layer and graphviz part in the e-d. Andre Martins 2016-09-16 16:35:17 +0100
  • 09c65091f4 parallel gArgmax Hieu Hoang 2016-09-16 16:15:15 +0100
  • a5630d2786 Merge branch 'master' of https://github.com/emjotde/Marian Andre Martins 2016-09-16 16:14:18 +0100
  • 5ecd222d82 Separated graph computatiom from data in the e-d. Andre Martins 2016-09-16 16:14:10 +0100
  • 18018841f3 Cosmetic changes to comments in tensor.h Maximiliana Behnke 2016-09-16 17:10:02 +0200
  • 4ea1156e99 try to use parallelism Hieu Hoang 2016-09-16 17:05:51 +0200
  • b6c25a8db7 Add Doxygen comments to tensor.h Maximiliana Behnke 2016-09-16 16:49:05 +0200
  • 269b94cea6 serial gArgmax Hieu Hoang 2016-09-16 15:40:20 +0100
  • 32a5985500 move temp() to test.cu Hieu Hoang 2016-09-16 16:03:42 +0200