-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
155 lines (97 loc) · 4.25 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QNCVK5CV4M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QNCVK5CV4M');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.69.2" />
<title>horrellblog</title>
<meta property="og:title" content="horrellblog">
<meta property="og:type" content="website">
<link href='https://mthorrell.github.io/horrellblog/favicon.ico' rel='icon' type='image/x-icon'/>
<meta property="description" content="Blog discussing Machine Learning and Statistics">
<link href="https://mthorrell.github.io/horrellblog/index.xml" rel="alternate" type="application/rss+xml" title="horrellblog" />
<link rel="stylesheet" href="https://mthorrell.github.io/horrellblog/css/fonts.css" media="all">
<link rel="stylesheet" href="https://mthorrell.github.io/horrellblog/css/main.css" media="all">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="https://mthorrell.github.io/horrellblog/" class="nav-logo">
<img src="https://mthorrell.github.io/horrellblog/images/logo.png"
width="50"
height="50"
alt="Logo">
</a>
<ul class="nav-links">
<li><a href="https://mthorrell.github.io/horrellblog/about/">About</a></li>
<li><a href="https://github.com/mthorrell">GitHub</a></li>
<li><a href="https://twitter.com/horrellmt">Twitter</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<div class="archive">
<h2 class="archive-title">2020</h2>
<article class="archive-item">
<a href="https://mthorrell.github.io/horrellblog/2020/05/06/face-ventura-and-comparison-networks/" class="archive-item-link">Face Ventura and Comparison Networks</a>
<span class="archive-item-date">
2020-05-06
</span>
</article>
<h2 class="archive-title">2019</h2>
<article class="archive-item">
<a href="https://mthorrell.github.io/horrellblog/2019/04/28/gradient-fitting-for-deep-learning/" class="archive-item-link">Gradient Fitting for Deep Learning</a>
<span class="archive-item-date">
2019-04-28
</span>
</article>
<h2 class="archive-title">2018</h2>
<article class="archive-item">
<a href="https://mthorrell.github.io/horrellblog/2018/01/20/an-interactive-map-of-the-movies/" class="archive-item-link">An Interactive Map of the Movies</a>
<span class="archive-item-date">
2018-01-20
</span>
</article>
<h2 class="archive-title">2017</h2>
<article class="archive-item">
<a href="https://mthorrell.github.io/horrellblog/2017/12/09/svd-and-recommendation-algorithms/" class="archive-item-link">SVD and Recommendation Algorithms</a>
<span class="archive-item-date">
2017-12-09
</span>
</article>
<article class="archive-item">
<a href="https://mthorrell.github.io/horrellblog/2017/09/30/gaussian-processes-and-neural-networks/" class="archive-item-link">Gaussian Processes and Neural Networks</a>
<span class="archive-item-date">
2017-09-30
</span>
</article>
<article class="archive-item">
<a href="https://mthorrell.github.io/horrellblog/2017/08/14/gradient-descent-that-increases-loss/" class="archive-item-link">Gradient Descent that Increases Loss</a>
<span class="archive-item-date">
2017-08-14
</span>
</article>
</div>
</main>
<footer class="footer">
<ul class="footer-links">
<li>
<a href="https://mthorrell.github.io/horrellblog/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
</li>
<li>
<a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="https://mthorrell.github.io/horrellblog/images/hugo-logo.png" alt="Img link to Hugo website" width="22" height="22"></a>
</li>
</ul>
</footer>
</div>
</body>
</html>