File tree Expand file tree Collapse file tree 13 files changed +1563
-1
lines changed
deeplearning_in_go_part_1 Expand file tree Collapse file tree 13 files changed +1563
-1
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ <h1>Page not found</h1>
125
125
126
126
< h2 > Recent Posts</ h2 >
127
127
128
+ < ul >
129
+ < li > < a href ="http://gopherdata.io/post/distributed_trump_finder "> Building a distributed Trump finder</ a > </ li >
130
+ </ ul >
131
+
128
132
< ul >
129
133
< li > < a href ="http://gopherdata.io/post/deeplearning_in_go_part_1 "> Deep Learning from Scratch in Go - Part 1: Equations Are Graphs</ a > </ li >
130
134
</ ul >
Original file line number Diff line number Diff line change @@ -327,6 +327,65 @@ <h1>Recent Posts</h1>
327
327
328
328
329
329
330
+ < div class ="article-list-item " itemscope itemprop ="blogPost ">
331
+
332
+
333
+ < a href ="http://gopherdata.io/post/distributed_trump_finder ">
334
+ < img src ="/img/headers/trump_finder.jpg " class ="article-banner " itemprop ="image ">
335
+ </ a >
336
+
337
+ < h3 class ="article-title " itemprop ="name ">
338
+ < a href ="http://gopherdata.io/post/distributed_trump_finder " itemprop ="url "> Building a distributed Trump finder</ a >
339
+ </ h3 >
340
+
341
+
342
+ < div class ="article-metadata ">
343
+
344
+ < span class ="article-date ">
345
+ < time datetime ="2017-04-26 12:00:00 +0000 UTC " itemprop ="datePublished ">
346
+ Wed, Apr 26, 2017
347
+ </ time >
348
+ </ span >
349
+
350
+
351
+
352
+
353
+
354
+
355
+ < span class ="article-tags ">
356
+ < i class ="fa fa-tags "> </ i >
357
+
358
+ < a href ="/tags/academic "> academic</ a
359
+ > ,
360
+
361
+ < a href ="/tags/hugo "> hugo</ a
362
+ >
363
+
364
+ </ span >
365
+
366
+
367
+
368
+
369
+
370
+ </ div >
371
+
372
+ < div class ="article-style " itemprop ="articleBody ">
373
+
374
+ < p > A step-by-step guide to building a distributed facial recognition system with Pachyderm and Machine Box.</ p >
375
+
376
+ </ div >
377
+ < p class ="read-more ">
378
+ < a href ="http://gopherdata.io/post/distributed_trump_finder " class ="btn btn-primary btn-outline ">
379
+ CONTINUE READING
380
+ </ a >
381
+ </ p >
382
+ </ div >
383
+
384
+
385
+
386
+
387
+
388
+
330
389
< div class ="article-list-item " itemscope itemprop ="blogPost ">
331
390
332
391
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -592,6 +592,9 @@ <h2 id="why-go">Why Go?</h2>
592
592
593
593
594
594
595
+ < li class ="next "> < a href ="http://gopherdata.io/post/distributed_trump_finder "> Building a distributed Trump finder < span
596
+ aria-hidden ="true "> →</ span > </ a > </ li >
597
+
595
598
</ ul >
596
599
</ nav >
597
600
You can’t perform that action at this time.
0 commit comments