Taken from http://bl.ocks.org/supereggbert/aff58196188816576af0#surface3d.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# The unreasonable effectiveness of Character-level Language Models\n", | |
"## (and why RNNs are still cool)\n", | |
"\n", | |
"###[Yoav Goldberg](http://www.cs.biu.ac.il/~yogo)\n", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=BDH(name,$B$2:$FU$2,"-10CY","","Dir=V","Dts=S","Sort=D","Quote=C","QtTyp=P","Days=T","Per=cd","DtFmt=D","UseDPDF=N","CshAdjAbnormal=y","CshAdjNormal =N","CapChg = Y") | |
=BDH(name,$B$2:$FU$2,"01/04/2015","02/07/2015"). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./elastic-mapreduce --create --alive \ | |
--name "Hive cluster" \ | |
--hive-interactive --hive-versions latest \ | |
--hive-site=s3://${s3bucket}/emr/conf/hive-site.xml \ | |
--ami-version latest \ | |
--availability-zone us-east-1d --log-uri s3n://york-emr-logs \ | |
--instance-group master --instance-type m1.medium --instance-count 1 --bid-price 0.175 \ | |
--instance-group core --instance-type m1.large --instance-count 3 --bid-price 0.35 \ | |
--enable-debugging --log-uri s3n://${s3bucket}/emr/logs \ | |
--bootstrap-action s3://elasticmapreduce/bootstrap-actions/run-if \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<script src="http://d3js.org/d3.v2.js"></script> | |
<style> | |
line.arrow { | |
stroke: #666; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://jsfiddle.net/r3ewqLvb/ | |
http://jsfiddle.net/8Lqsjbhm/ | |
{ | |
"width": 500, | |
"height": 200, | |
"data": [ | |
{ | |
"name": "stocks", | |
"url": "data/stocks.csv", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data = sqlContext.load("/home/rxin/ints.parquet") | |
data.groupBy("a").agg(col("a"), avg("num")).collect() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test App</title> | |
<script src="http://underscorejs.org/underscore-min.js"></script> | |
<script src="http://backbonejs.org/backbone.js"></script> | |
<!-- // <script src="http://fb.me/react-js-fiddle-integration.js"></script> --> | |
<!-- // <script src="http://d3js.org/d3.v3.min.js"></script> --> | |
<script src="http://fb.me/react-0.12.2.js"></script> | |