Commit Graph

32 Commits

Author SHA1 Message Date
cb0ad906eb Implemented Neural Net + training 2021-09-24 16:13:55 +02:00
0231d97a42 Switched to a simpler bayesian model for score generation 2021-09-24 14:49:59 +02:00
4fa3a57cc7 Remove 'useless' read books from recommendation-graph (far away from all
unread books)
2021-09-08 22:54:49 +02:00
c31a3d78e2 Allow keeping useless recommenders (args) 2021-09-06 16:21:01 +02:00
60067ed263 Remove unused recommenders when recommending and allow keeping topLists
via args
2021-09-06 16:17:54 +02:00
255502cdd2 Added support for bigger Top-Lists 2021-09-03 21:21:07 +02:00
9c4722aa8f Delta 2021-07-04 20:44:10 +02:00
d537f878b7 Better Stuff 2021-07-04 20:38:20 +02:00
0f1255f614 Buffed TopLists a bit 2021-07-04 20:25:26 +02:00
be0afb59c7 Fined tuned wheight of TopLists and Tags 2021-07-04 20:08:25 +02:00
486a8fb88f Tweaked the scoring (Feedback-Nodes get boosted by 1/4 of the std when
calculating scores for unread books)
2021-06-25 13:14:08 +02:00
a188e923e2 Tweaked the Algo (higher penalty for low number of feedbacks) 2021-06-23 18:50:26 +02:00
cc6606f468 Better Tag-Pruning (keep more good tags) 2021-06-23 15:45:32 +02:00
a8d9f96e70 Mark center of analysis and include topLists in analysis 2021-06-22 15:41:24 +02:00
07205f37c0 Tweaking to the visual apperance 2021-06-16 18:01:28 +02:00
ff5c1ae139 Added remove-egde cli-argument 2021-06-16 17:35:40 +02:00
532357b186 number and depth are no longer required arguments 2021-06-16 17:15:53 +02:00
03cb19819b Shebang now points to .venv-python 2021-06-16 17:12:50 +02:00
d20ada2d60 Executable Bit for caliGraph.py 2021-06-16 17:11:31 +02:00
378dbcd5ef Renamed main.py -> caliGraph.py 2021-06-16 17:06:57 +02:00
d662ba0c03 Added shebang to main.py 2021-06-16 17:06:10 +02:00
67737cac48 Renamed some params of the CLI-interface 2021-06-16 15:18:25 +02:00
00c72df281 Added a CLI-Interface and 'analyze' command 2021-06-16 15:12:26 +02:00
051a22b124 PruningTags ignores Series 2021-06-15 14:39:51 +02:00
612d8f2967 Added pruning of connections from authors above theshold and tweaked
some params
2021-06-15 14:23:49 +02:00
ad38e3e2a2 Added pruning of connections from recommenders (above maximum threshold)
and tweaked some params
2021-06-15 13:52:41 +02:00
a5352dd794 Merge branch 'master' of dominik.roth.ml:dodox/CaliGraph 2021-06-15 12:18:14 +02:00
bf8459438a No more -sigma for tag-based-feedback 2021-06-15 12:02:32 +02:00
941d754cd0 Added Screenshot to README 2021-06-14 22:30:00 +02:00
7b15a2f8eb Added a image for the README 2021-06-14 22:29:05 +02:00
cffd459033 Added a README 2021-06-14 22:24:21 +02:00
6dabc68f3f initial commit 2021-06-14 22:20:36 +02:00