Skip to content

Instantly share code, notes, and snippets.

View LePhasme's full-sized avatar
💭
I may be slow to respond.

Le Phasme LePhasme

💭
I may be slow to respond.
View GitHub Profile
Les slides : http://io-io-io.io/ensci/ (accès direct aux liens de fin de la présentation, dans laquelle vous pouvez naviguer via les touches fléchées par exemple, le début se situant à l'adresse http://io-io-io.io/ensci/assets/player/KeynoteDHTMLPlayer.html#0)
Dans la série des outils (plus ou moins aisément utilisables) :
https://github.com/facebookresearch/Detectron
https://github.com/nvidia/fastphotostyle (https://arxiv.org/abs/1802.06474)
https://github.com/ofirnachum/sequence_gan
Dans la série des article (plus ou moins techniques, généraux ou axés sur l'envers du décor) :
https://lejournal.cnrs.fr/dossiers/comment-lintelligence-artificielle-va-changer-nos-vies
https://usbeketrica.com/article/le-futur-opposera-t-il-les-transhumanistes-aux-collapsologues
@LePhasme
LePhasme / README.md
Last active February 6, 2016 11:30 — forked from kerryrodden/.block
Sequences sunburst

This example shows how it is possible to use a D3 sunburst visualization (partition layout) with data that describes sequences of events.

A good use case is to summarize navigation paths through a web site, as in the sample synthetic data file (visit_sequences.csv). The visualization makes it easy to understand visits that start directly on a product page (e.g. after landing there from a search engine), compared to visits where users arrive on the site's home page and navigate from there. Where a funnel lets you understand a single pre-selected path, this allows you to see all possible paths.

Features:

  • works with data that is in a CSV format (you don't need to pre-generate a hierarchical JSON file, unless your data file is very large)
  • interactive breadcrumb trail helps to emphasize the sequence, so that it is easy for a first-time user to understand what they are seeing
  • percentages are shown explicitly, to help overcome the distortion of the data that occurs wh