Genome browser for phamerator.org
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@mbostock/rotating-voronoi |
| { | |
| "papers":[ | |
| { | |
| "id":"adaptive-targeting", | |
| "title":"Adaptive Targeting for Online Advertisement", | |
| "year":"2015", | |
| "authors":["Andrey Pepelyshev","Yuri Staroselskiy","Anatoly Zhigljavsky"], | |
| "problematic":"Making fast decisions on whether to show a given ad to a particular user based on information extracted from big data sets containing records of previous impressions, clicks and subsequent purchases.", | |
| "solution":"Strategies for maximizing the click-through rate and provide some results of statistical analysis of real data", | |
| "references":["massive-datasets","web-scale-user-targ","onl-ad-industry","greedy-approx-gbm","sponsored-search","mult-dim-maj","ftrl-mirror-descent","sup-mult-dim-scale","organic-vs-spons-search"] |
| license: CC0-1.0 | |
| height: 1000 | |
| border: no |
| license: gpl-3.0 |
| border: no | |
| height: 640 | |
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@d3/force-directed-tree |
| license: gpl-3.0 | |
| height: 960 |
| license: gpl-3.0 | |
| height: 600 | |
| redirect: https://observablehq.com/@d3/d3-force-directed-graph |
Virtual reality representation of a force-directed iterative layout, using 3d-force-graph-vr. This component uses A-Frame for VR rendering and either d3-force-3d or ngraph for the layout physics engine.
Cycle through various topological data sets using the button on the top-right. Click the icon on the bottom-right to enter VR mode.
Simulate flying-style movement through the layout using a gamepad controller or the arrow/wasd keys on a physical keyboard.
See also the WebGL version.
edited 20251024 y barionleg
3-dimensional representation of a force-directed iterative layout, using 3d-force-graph. This component uses ThreeJS/WebGL for rendering and either d3-force-3d or ngraph for the 3D physics engine.
Cycle through various topological data sets using the button on the top-right.
See also the VR version.