https://github.com/geffy/tffm

sort by:
Revision Author Date Message Commit Date
7bfe63e bump fix on pypi 17 January 2022, 20:38:58 UTC
49b8e91 Merge pull request #52 from stanbucaille/patch-2 Update core.py (use up to date tf optimizer API) 22 May 2020, 21:40:57 UTC
1a05c22 Update core.py 20 May 2020, 22:13:53 UTC
848eeab Update README.md fix typo 04 February 2019, 07:46:06 UTC
b1d4e2e pypi release 1.0.1 27 January 2018, 11:47:00 UTC
ee4c0a5 NITs: fix comments in example 27 January 2018, 11:30:42 UTC
c574a61 Merge pull request #36 from peterewills/master Custom loss function 27 January 2018, 10:47:27 UTC
03c246e finished weighted loss examples in notebook 26 January 2018, 19:58:59 UTC
6483cd3 improve sample_weight support 13 January 2018, 11:06:21 UTC
43c3cd9 renamed to pos_weight, removed balanced option 12 January 2018, 17:40:58 UTC
786a919 updated regressor behavior 08 January 2018, 22:41:06 UTC
200e824 implemented weighted cross-entropy 08 January 2018, 22:32:21 UTC
f584000 Update README.md 31 August 2017, 16:29:12 UTC
cfa34f0 minor fix 31 August 2017, 16:24:02 UTC
a98c786 Merge pull request #26 from babakx/master introduced new parameter to have a different batch size for training and testing 29 July 2017, 09:24:26 UTC
b8da656 moved the pred_batch_size param to the decision_function 28 July 2017, 21:09:56 UTC
b3fde21 introduced new parameter to have a different batch size for training and prediction 18 July 2017, 23:50:34 UTC
ded44ad Update README.md 03 May 2017, 19:54:24 UTC
7929525 pypi fixes 03 May 2017, 19:41:46 UTC
6e90c05 Merge pull request #18 from jseabold/make-installable Make installable 03 May 2017, 18:56:26 UTC
75a937d Merge pull request #22 from xujin1982/master Fix predict_proba bugs (python 2.7) 17 March 2017, 16:18:07 UTC
dbe5a1b Fix predict_proba bugs (python 2.7) 15 March 2017, 03:30:39 UTC
1041578 Merge pull request #21 from geffy/fixes Fixes 27 February 2017, 16:39:17 UTC
6c245ef Update README.md 27 February 2017, 16:31:54 UTC
f2a3f9a upd readme 27 February 2017, 16:23:35 UTC
19630f7 NITs 26 February 2017, 19:52:11 UTC
cf45b81 updated examples 26 February 2017, 14:54:20 UTC
303fc40 slightly different l2 26 February 2017, 14:53:26 UTC
5cc81fa fixes 26 February 2017, 14:11:49 UTC
3e67f09 [add] reweight fir regularization 26 February 2017, 13:01:12 UTC
aa82cdf make defaults local 26 February 2017, 12:00:32 UTC
d948d14 [refactor] use **kwargs 25 February 2017, 15:23:41 UTC
6478b6a [add] support diagonal elements (like Polynomial Networks) 25 February 2017, 10:26:27 UTC
e732344 minor refactor 24 February 2017, 20:54:43 UTC
eb4259f [fix] sparse shape->dense_shape 21 February 2017, 14:27:05 UTC
6d7a9c5 [fix] upgrade summary writers to 1.0 21 February 2017, 14:21:09 UTC
1a06b8b Make installable 02 February 2017, 15:03:18 UTC
e57ff1e Merge pull request #17 from geffy/fixes fix ignoring session_config 16 January 2017, 22:11:35 UTC
f063bf5 fix ignoring session_config 16 January 2017, 22:10:58 UTC
287eea1 Merge pull request #15 from geffy/fixes add example of model loading 05 December 2016, 07:26:44 UTC
df6bf9b Merge pull request #14 from yasyf/patch-1 Fix TensorFlow debug output with `nosetests` 05 December 2016, 07:06:15 UTC
4bf51e8 Fix TensorFlow debug output with `nosetests` 03 December 2016, 07:40:38 UTC
bc7ff32 add exmaple of model loading 11 November 2016, 15:09:08 UTC
ddef470 Merge pull request #12 from binga/master added seed for reproducibility for mini-batches. 09 November 2016, 11:15:25 UTC
fa8079d added seed for reproducibility for mini-batches. 08 November 2016, 09:59:34 UTC
c239b72 Merge pull request #11 from geffy/fixes Fixes 29 September 2016, 14:42:19 UTC
4474205 Test instructions 29 September 2016, 11:45:55 UTC
b244ca3 Properly fix random seed for tests 29 September 2016, 11:40:43 UTC
596d5d9 Improve high-order terms test precision 29 September 2016, 11:32:11 UTC
ec95a5c assert n_features in .fit 29 September 2016, 09:59:02 UTC
f48f533 fix test 29 September 2016, 09:49:30 UTC
7cc62ba move test.py 29 September 2016, 09:42:35 UTC
7813291 Merge pull request #6 from geffy/feature/regression Implementation of regression model 23 July 2016, 14:26:46 UTC
5e75eb4 NITs: update example and readme 23 July 2016, 14:25:16 UTC
24fec2e bugfix 22 July 2016, 13:45:16 UTC
a91ee76 init TFFMRegression 22 July 2016, 12:21:06 UTC
eefa41a stabilize TFFMClassifier 22 July 2016, 09:50:19 UTC
fb48139 separeta TFFMBaseModel class 22 July 2016, 09:01:55 UTC
c285c71 decompose loss function 21 July 2016, 19:21:32 UTC
cf57956 init refactor before implement regression 21 July 2016, 15:37:40 UTC
0b3dca2 add note about paper 21 July 2016, 12:41:01 UTC
145f6b8 py3 support 21 July 2016, 12:17:26 UTC
09f31e3 NITs 10 July 2016, 21:10:36 UTC
4053302 add gpu benchmark 10 July 2016, 21:02:38 UTC
2553042 add session_config in TFFMClassifier 10 July 2016, 21:02:21 UTC
cc9f06a remove log_dir cleaning part 10 July 2016, 19:28:55 UTC
cef52f0 tested comp with tf0.9 28 June 2016, 05:47:57 UTC
162a23b fix batcher crash 04 June 2016, 19:03:19 UTC
cf1859b Fix potential bug: order of returned variables 29 May 2016, 12:27:00 UTC
8daac91 powers_and_coefs doc string 29 May 2016, 12:17:03 UTC
8cc4f2d Refactor and document topological sort 29 May 2016, 10:49:11 UTC
5f3113b sub_decompositions doc string 29 May 2016, 09:45:18 UTC
5de383e Add inference complexity to Readme 29 May 2016, 09:25:35 UTC
437c99f Update README.md fix typo 25 May 2016, 21:45:36 UTC
17ebd93 NITs 25 May 2016, 21:43:51 UTC
8083ab5 update example 25 May 2016, 21:37:48 UTC
8dfbe22 update docstrings 25 May 2016, 21:37:33 UTC
f121795 move graph initialization to TFFMCore 20 May 2016, 15:19:17 UTC
d2a3f77 fix typo, add complexity example 19 May 2016, 16:55:00 UTC
c11854c NITs 18 May 2016, 21:25:18 UTC
fc52908 Merge pull request #2 from geffy/fix_high_order Fix high order 18 May 2016, 20:43:26 UTC
fc1fbac improve pow_wrapper 18 May 2016, 20:37:33 UTC
6e33d2e clean unused code 18 May 2016, 20:24:33 UTC
6b798e3 add test for sparse input 18 May 2016, 20:22:12 UTC
4011316 merge dense\sparse logic 18 May 2016, 20:15:56 UTC
f7ad0d7 chacngr test precision 18 May 2016, 19:33:22 UTC
bba6fd3 Cache matmul(power) 18 May 2016, 18:45:04 UTC
512caea fix tensor initialization todo 18 May 2016, 09:00:02 UTC
921f03f Init high order fix 17 May 2016, 16:47:18 UTC
fac6f58 Test decision function on high order FM (test fails) 17 May 2016, 16:26:01 UTC
66b4508 fix style 08 May 2016, 11:41:54 UTC
0b899b7 add docstrings (draft) 07 May 2016, 22:00:07 UTC
6e1ee95 make graph blocks more clear 06 May 2016, 12:53:01 UTC
af5e82c add save/restore 06 May 2016, 12:09:11 UTC
25d9500 fix 06 May 2016, 11:27:09 UTC
e848e1a add logging via tensorboard 06 May 2016, 11:16:10 UTC
d5d1162 NITs 05 May 2016, 20:21:33 UTC
69ba5d9 add usage example 05 May 2016, 20:12:53 UTC
bd98d4f get rid of sparse_reorder 05 May 2016, 15:07:08 UTC
cacaa32 add sparse input (draft) 05 May 2016, 13:22:13 UTC
back to top