-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (103 loc) · 5.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>guyrt.github.com by guyrt</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38946740-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Richard (Tommy) Guy</h1>
<h2></h2>
</header>
<hr>
<section id="main_content">
<p>I am a data scientist at <a href="http://www.bing.com">Microsoft</a>, formerly at <a href="http://www.waveapps.com">Wave Apps</a>.
<section>
<a rel="me" href="https://mathstodon.xyz/@guyrt">Mastodon</a> ---
<a href="http://www.twitter.com/richardtguy84">Twitter</a> ---
<a href="http://www.github.com/guyrt">Github</a></p>
</section>
<section>
My reading list is at <a href="./readinglist.html">readinglist.</a>
</section>
<section>
<p>Blog part 2 (this time with ipython notebooks (and Rmarkdown)!):</p>
<p>
<a href="https://github.com/guyrt/guyrt.github.com/blob/master/notebooks/join_v_merge/MergeVsJoin.ipynb">Change Tracking in Delta Lake 2.0</a>
</p>
<p>
<a href="https://github.com/guyrt/guyrt.github.com/blob/master/notebooks/Spark%20randomSplit%20and%20Determinism.ipynb">Spark's randomSplit function and nondeterminism</a>
</p>
<p>
<a href="https://github.com/guyrt/guyrt.github.com/blob/master/Cougar.md">
Run every trail in Cougar Park
</a>
</p>
<p>
<a href="http://guyrt.github.io/R/blog_pac_influence.html">
Businesses spend a profound amount money non-ideologically in political races.
</a>
</p>
<p>
<a href="http://nbviewer.jupyter.org/url/guyrt.github.io/notebooks/FEC_CrossDistrictContributions.ipynb">Most money in races for the House of Representatives comes from outside of the district where it gets spent.</a>
</p>
<p>
<a href="http://nbviewer.ipython.org/url/guyrt.github.io/notebooks/IID.ipynb">IID failures lead to over-confidence in A/B test results.</a>
</p>
<p>
<a href="http://nbviewer.ipython.org/url/guyrt.github.io/notebooks/ErrorFromSampleInMetrics.ipynb">Confidence bounds on metrics from sampled data sets.</a>
</p>
<p>
<a href="http://nbviewer.ipython.org/url/guyrt.github.io/notebooks/CountyWellbeingData2.ipynb">PCA on county-level statistics in the US.</a>
</p>
<p>
<a href="http://nbviewer.ipython.org/url/guyrt.github.io/notebooks/CountyWellbeingData.ipynb">Examining the outliers between median income and education levels by county in the US.</a>
</p>
<p>
<a href="http://nbviewer.ipython.org/url/guyrt.github.io/notebooks/Ising_model.ipynb">Mean field update using Ising model of image denoising.</a>
</p>
<p>
<a href="http://nbviewer.ipython.org/url/guyrt.github.io/notebooks/Ising_gibbs.ipynb">Gibbs sampling using Ising model of image denoising.</a>
</p>
</section>
<h2>Other projects</h2>
<img src="images/iconBig.png" width=170 align="center" alt="Verbal Victor"/>
<div class="maintext">
<a href="http://www.cs.wfu.edu/~pauca">Paúl Pauca</a>, myself, and team of programmers created Verbal Victor, an augmented communication device for children with communication problems. The website is <a href="https://sites.google.com/site/verbalvictor/">here.</a> VerbalVictor currently runs on iOS, with dedicated iPhone and iPad versions available in the iStore.
<br>
We've sold over 2000 copies, garnered press in the <a href="http://www.latimes.com/business/la-fi-ipad-speak-20101225,0,2593686.story">AP</a> and <a href="http://www.cnn.com/video/#/video/us/2011/01/17/dnt.ipad.helps.boy.talk.WFMY">CNN (video)</a>, and Dr. Pauca has extended the success of VerbalVictor in a Software Engineering course at Wake Forest that produced several more new promising assistive applications.
</div>
<img src="images/software-carpentry-banner.png" align="center" alt="Sofware Carpentry"/>
<div class="maintext">
Greg Wilson created <a href="http://www.software-carpentry.org">Software Carpentry</a>, to teach software engineering concepts to
scientists and other makers and users of software. We currently host multi-day workshops all over the world to give working
scientists hands-on training.
</div>
</section>
<footer>
Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>