-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
832 lines (335 loc) · 17.7 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
<!DOCTYPE html>
<html lang="zn-Hans">
<head>
<meta name="generator" content="Hugo 0.46" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1" />
<meta name="author" content="stoner">
<meta name="description" content="[长风破浪会有时,直挂云帆济沧海]">
<meta property="og:title" content="stoner" />
<meta property="og:description" content="[长风破浪会有时,直挂云帆济沧海]" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://grayicon.github.io/" />
<meta property="og:updated_time" content="2020-02-26T01:11:27+08:00"/>
<title>
stoner
</title>
<link rel="canonical" href="https://grayicon.github.io/">
<link href="https://grayicon.github.io/css/vendors-extensions/fontawesome/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu+Mono:400,400i,700,700i|Raleway:300,400,500,600">
<link href="https://grayicon.github.io/css/font.css" rel="stylesheet">
<link href="https://grayicon.github.io/css/vendors/bootstrap4/bootstrap.min.css" rel="stylesheet">
<link href="https://grayicon.github.io/css/vendors-extensions/mdb/mdb.min.css" rel="stylesheet">
<link href="https://grayicon.github.io/css/vendors/mdb/style.min.css" rel="stylesheet">
<link href="https://grayicon.github.io/css/main.css" rel="stylesheet">
<link rel="shortcut icon"
href="https://grayicon.github.io/img/stone.jpg"
>
<style type="text/css">
@media (min-width: 800px) and (max-width: 850px) {
.navbar:not(.top-nav-collapse) {
background: #1C2331!important;
}
}
</style>
<link rel="stylesheet" href="https://grayicon.github.io/js/vendors/katex/katex.min.css">
<link rel="stylesheet" href="https://grayicon.github.io/css/vendors/highlight/github-gist.css">
</head>
<body class="bg-light" data-spy="scroll" data-target="#page-scrollspy" data-offset="90">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="https://grayicon.github.io/">
<img class="avatar" src="https://grayicon.github.io/img/stone.jpg" style="width: 40px!important;height: auto;" class="d-inline-block align-top" alt="" >
<strong> stoner</strong>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto ">
<li class="nav-item active ">
<a class="nav-link" href="https://grayicon.github.io/">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="https://grayicon.github.io/blog/" >Blog </a>
</li>
<li class="nav-item ">
<a class="nav-link" href="https://grayicon.github.io/moment/" >Moment </a>
</li>
<li class="nav-item ">
<a class="nav-link" href="https://grayicon.github.io/about/" >About Me </a>
</li>
</ul>
</div>
</div>
</nav>
<div id="site-header" class="carousel slide carousel-fade" data-ride="carousel" >
<ol class="carousel-indicators">
<li data-target="#site-header" data-slide-to="0" class="active"></li>
<li data-target="#site-header" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="view" style="background-image: url('https://grayicon.github.io/img/header-slides/background.jpg'); background-repeat: no-repeat; background-size: cover;">
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
</div>
</div>
</div>
<div class="carousel-item">
<div class="view" style="background-image: url('https://grayicon.github.io/img/header-slides/bg.jpg'); background-repeat: no-repeat; background-size: cover;">
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
</div>
</div>
</div>
</div>
<div class="carousel-content text-center white-text wow fadeIn">
<div class="row mx-0 headfont mb-5 pb-3">
<div class="col-12 col-sm-5 align-middle">
<a href="https://grayicon.github.io/">
<img class="pull-right avatar avatar-lg " src="https://grayicon.github.io/img/stone.jpg" alt="" >
</a>
</div>
<div class="col-12 col-sm-7 text-left pl-5">
<a href="https://grayicon.github.io/">
<h1 class="display-4 mb-2 mt-2 h1">
<strong>stoner</strong>
</h1>
</a>
<p class="mb-0 p" style="font-size: 1.250rem; font-weight: 200;">
长风破浪会有时,直挂云帆济沧海
</p>
<div class="mt-2" style="font-size: 2rem; color: white;">
<a href="//github.com/grayicon" target="_blank" rel="noopener"><i class="fab fa-github pr-1" aria-hidden="true"></i></a>
<a href="//linkedin.com/in/gray1993" target="_blank" rel="noopener"><i class="fab fa-linkedin pr-1" aria-hidden="true"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope-open pr-1" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#site-header" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#site-header" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section class="container pt-5 text-center">
<h1 class="display-3">Hello, World!</h1>
<p style="font-size:1.8rem; color: var(--text-light);">~ stay hungry.stay foolish ~</p>
</section>
<main class="post-main-wrapper px-5">
<div class="row">
<div class="col-md-3">
<hr>
<div class="post-meta">
<div class="mb-2">
<a href="https://grayicon.github.io/categories/">
<span class="font-weight-bold text-uppercase post-meta">
<i class="fas fa-folder-open pr-1" aria-hidden="true"></i>
Categories
</span>
</a>
</div>
<div class="li-x post-meta" style="margin-left: -8px;">
<li class="py-1">
<a href="https://grayicon.github.io/categories/%E6%95%B0%E5%AD%A6">
<span>数学 (2)</span>
</a>
</li>
</div>
</div>
<hr>
<div class="post-meta">
<div class="mb-2">
<a href="https://grayicon.github.io/tags/">
<span class="font-weight-bold text-uppercase post-meta">
<i class="fas fa-tags pr-1" aria-hidden="true"></i>
Featured Tags
</span>
</a>
</div>
<div class="li-x post-meta tags-md" style="margin-left: -8px;">
<li><a href="https://grayicon.github.io/tags/keras" role="button"><span>keras (1)</span></a></li>
<li><a href="https://grayicon.github.io/tags/%E4%BB%B7%E5%80%BC%E5%87%BD%E6%95%B0" role="button"><span>价值函数 (1)</span></a></li>
<li><a href="https://grayicon.github.io/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0" role="button"><span>机器学习 (1)</span></a></li>
</div>
</div>
<hr>
<div class="post-meta">
<div class="mb-2">
<a href="https://grayicon.github.io/series/">
<span class="font-weight-bold text-uppercase post-meta">
<i class="fas fa-bookmark pr-1" aria-hidden="true"></i>
Recommend Series
</span>
</a>
</div>
<div class="post-meta" >
<div class="card card-cascade wider mb-4 mt-2">
<a href="https://grayicon.github.io/series/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C">
<div class="view view-cascade overlay">
<img class="card-img-top" src="https://grayicon.github.io/images/series/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/AI.png" >
<div class="mask rgba-white-slight waves-effect waves-light"></div>
</div>
<div class="card-body card-body-cascade text-center">
<h4 class="card-title"><strong>神经网络 (2)</strong></h4>
<p class="card-text">some intuitions and tricks about artificial neural network </p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-9 mt-3">
<div>
<div class="post-wrapper white-bg post-card">
<a href="https://grayicon.github.io/blog/2020-02/%E6%B5%85%E8%B0%88%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/">
<div class="post-header text-center">
<div class="px-4 post-heading">浅谈机器学习</div>
<ul class="post-meta li-x mt-1">
<li>Feb 26, 2020</li>
<li class="middot"></li>
<li>11 minutes read</li>
</ul>
</div>
<div class="view">
<img src="https://grayicon.github.io/images/blog/2020-2/machinelearning.jpg" />
</div>
提供机器学习构建的方法论和一些数学直觉、行业动态
</a>
<div class="post-meta li-x mt-2 div-x">
<div>
<li><a href="https://grayicon.github.io/categories/%E6%95%B0%E5%AD%A6"><i class="fas fa-folder-open pr-1" aria-hidden="true"></i> 数学 </a></li>
</div>
<div>
<div class="li-x div-x post-meta">
<li class="pr-0"><a href="https://grayicon.github.io/tags/"><i class="fas fa-tags"></i></a></li>
<div class="tags-sm">
<li><a href="https://grayicon.github.io/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0" role="button">机器学习 </a></li>
</div>
</div>
</div>
</div>
</div>
<div class="post-wrapper white-bg post-card">
<a href="https://grayicon.github.io/blog/2019-09/%E6%8F%AD%E5%BC%80%E6%95%B0%E5%AD%A6%E7%9A%84%E9%9D%A2%E7%BA%B1/">
<div class="post-header text-center">
<div class="px-4 post-heading">揭开数学的面纱</div>
<ul class="post-meta li-x mt-1">
<li>Sep 5, 2019</li>
<li class="middot"></li>
<li>13 minutes read</li>
</ul>
</div>
<div class="view">
<img src="https://grayicon.github.io/images/blog/2019-9/mapOfMath.png" />
</div>
这是一篇关于数学的入门文章,也是一篇关于数学学习的回忆录与反思录。
</a>
<div class="post-meta li-x mt-2 div-x">
<div>
<li><a href="https://grayicon.github.io/categories/%E6%95%B0%E5%AD%A6"><i class="fas fa-folder-open pr-1" aria-hidden="true"></i> 数学 </a></li>
</div>
<div>
</div>
</div>
</div>
<div class="post-wrapper white-bg post-card">
<a href="https://grayicon.github.io/blog/2019-08/%E6%BC%AB%E8%B0%88%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C%E4%BB%B7%E5%80%BC%E5%87%BD%E6%95%B0/">
<div class="post-header text-center">
<div class="px-4 post-heading">漫谈神经网络价值函数</div>
<ul class="post-meta li-x mt-1">
<li>Aug 16, 2019</li>
<li class="middot"></li>
<li>4 minutes read</li>
</ul>
</div>
<div class="view">
<img src="https://grayicon.github.io/images/blog/2019-8/gradient_descent.PNG" />
</div>
轻松理解价值函数,价值函数不再神秘。
</a>
<div class="post-meta li-x mt-2 div-x">
<div>
<li><a href="https://grayicon.github.io/series/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C"><i class="fas fa-bookmark pr-1" aria-hidden="true"></i>神经网络</a></li>
</div>
<div>
<div class="li-x div-x post-meta">
<li class="pr-0"><a href="https://grayicon.github.io/tags/"><i class="fas fa-tags"></i></a></li>
<div class="tags-sm">
<li><a href="https://grayicon.github.io/tags/%E4%BB%B7%E5%80%BC%E5%87%BD%E6%95%B0" role="button">价值函数 </a></li>
</div>
</div>
</div>
</div>
</div>
<div class="post-wrapper white-bg post-card">
<a href="https://grayicon.github.io/blog/2019-08/keras%E6%9E%84%E5%BB%BA%E5%A4%8D%E6%9D%82%E6%A8%A1%E5%9E%8B%E7%9A%84%E5%8F%AF%E8%A1%8C%E6%80%A7/">
<div class="post-header text-center">
<div class="px-4 post-heading">Keras构建复杂模型的可行性</div>
<ul class="post-meta li-x mt-1">
<li>Aug 16, 2019</li>
<li class="middot"></li>
<li>5 minutes read</li>
</ul>
</div>
<div class="view">
<img src="https://grayicon.github.io/images/blog/2019-8/keras.jpg" />
</div>
多少人是因为对keras建模过程的友好程度而上手keras,又有多少人因为keras的高度封装造成的欠灵活性而开始累觉不爱。
</a>
<div class="post-meta li-x mt-2 div-x">
<div>
<li><a href="https://grayicon.github.io/series/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C"><i class="fas fa-bookmark pr-1" aria-hidden="true"></i>神经网络</a></li>
</div>
<div>
<div class="li-x div-x post-meta">
<li class="pr-0"><a href="https://grayicon.github.io/tags/"><i class="fas fa-tags"></i></a></li>
<div class="tags-sm">
<li><a href="https://grayicon.github.io/tags/keras" role="button">keras </a></li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="page-footer text-center font-small mt-4 wow fadeIn">
<div class="pb-2 mt-5 pt-5">
<a href="//github.com/grayicon " target="_blank" rel="noopener"><i class="fab fa-github mr-3" aria-hidden="true"></i></a>
<a href="//linkedin.com/in/gray1993" target="_blank" rel="noopener"><i class="fab fa-linkedin-in mr-3" aria-hidden="true"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope-open mr-3" aria-hidden="true"></i></a>
</div>
<div class="copyright py-4">
<span> 2016 - 2020 © | Powerd by <a href='https://gohugo.io' target="_blank">Hugo</a> </span>
</div>
</footer>
<script type="text/javascript" src="https://grayicon.github.io/js/vendors/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="https://grayicon.github.io/js/vendors/jquery/jquery.smooth-scroll.min.js"></script>
<script type="text/javascript" src="https://grayicon.github.io/js/vendors/popper.min.js"></script>
<script type="text/javascript" src="https://grayicon.github.io/js/vendors/holder.min.js"></script>
<script type="text/javascript" src="https://grayicon.github.io/js/vendors-extensions/bootstrap4/bootstrap.js" ></script>
<script type="text/javascript" src="https://grayicon.github.io/js/vendors/mdb/mdb.min.js"></script>
<script type="text/javascript" src="https://grayicon.github.io/js/main.js"></script>
<script src="https://grayicon.github.io/js/vendors/highlight.pack.js"> </script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://grayicon.github.io/js/vendors/katex/katex.min.js"> </script>
<script src="https://grayicon.github.io/js/vendors/katex/contrib/auto-render.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
renderMathInElement(document.body);
});
</script>
<script type="text/javascript">
new WOW().init();
</script>
</body>
</html>