Skip to content

Instantly share code, notes, and snippets.

View arnicas's full-sized avatar

Lynn Cherny arnicas

  • Consultant / DS & NLP & Vis
  • France
View GitHub Profile
@arnicas
arnicas / Screenshot.png
Last active July 23, 2017 13:43
Bot Links and How-To's
Screenshot.png
We couldn’t find that file to show.
@arnicas
arnicas / index.html
Last active April 8, 2016 18:30
Animate a dot with a few transitions
<!DOCTYPE html>
<html>
<style>
circle {
fill: blue;
}
svg {
@arnicas
arnicas / README.md
Last active March 5, 2016 18:58
TSNE Plot of Yelp Reviews

An illustration of TSNE layout of word2vec output from a subset of Yelp reviews.

Use the mouse to click on a dot and see the word plotted. Click a label to hide it again.

Color indicates polarity based on simple word labeling from the AFINN wordlist. It may be that context in this dataset affects polarity :)

@arnicas
arnicas / index.html
Last active February 21, 2016 22:18
Student project links, fall 2015
<html>
<head>
<style>
body {
margin: 50px;
font-family: Arial;
}
h1 {
@arnicas
arnicas / README.md
Last active February 9, 2016 16:34
Week4 homework1 - Scale Fix
@arnicas
arnicas / index.html
Last active August 29, 2015 14:26
HTML/CSS tooltip in D3
<!DOCTYPE html>
<!-- Updated code from Christophe Viau for a d3 tooltip in the old days:
https://gist.github.com/biovisualize/1016860 -->
<html >
<head>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
</head>
<body>