-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (132 loc) · 6.55 KB
/
index.html
File metadata and controls
170 lines (132 loc) · 6.55 KB
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
<html>
<head>
<title>拼搭小怪</title>
<link href='/images/fav.jpg' rel='shortcut icon'>
<link href='/atom.xml' rel='alternate' type='application/rss+xml'>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/highlight.css">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="stylesheet" href="/css/iconfont.css">
<script src="/js/jquery.js"></script>
<script src="/js/basics.js"></script>
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type'>
<meta name="keywords" content="机器学习,Machine Learning,Agent">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-115469277-1');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script type="text/x-mathjax-config">
if(window.innerWidth > 480) {
MathJax.Hub.Config({
CommonHTML: { scale: 100 },
"HTML-CSS": { scale: 100 },
SVG: { scale: 100 }
});
}
else {
MathJax.Hub.Config({
CommonHTML: { scale: 50 },
"HTML-CSS": { scale: 50 },
SVG: { scale: 50 }
});
}
</script>
</head>
<body>
<header>
<a id='go-back-home' href='/'><img class='avatar' src='/images/scribble.jpg' alt='Home'></a>
<p id='title'>拼搭小怪</p>
<p>智能体设计师</p>
<br>
<div class="social-links">
<a href="https://www.zhihu.com/people/GuGe0825" class="iconfont icon-zhihu" title="zhihu"></a>
</div>
</header>
<div id='container'>
<div class='block'>
<a class='main' href='/'>Blog</a>
<a class='main' href='https://github.com/makingagent'>Github</a>
</div>
<div class='content'>
<ul class='posts'>
<li>
<small class='datetime muted' data-time='Wed May 08 2019 20:58:20 GMT+0800'>2019-05-08</small>
<a href='/2019/05/08/ufldl-summary/'>UFLDL:深度学习课程总结</a>
</li>
<li>
<small class='datetime muted' data-time='Fri Dec 21 2018 17:29:09 GMT+0800'>2018-12-21</small>
<a href='/2018/12/21/build-ml-pc/'>深度学习攒机 | 硬件篇</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Oct 20 2018 09:26:41 GMT+0800'>2018-10-20</small>
<a href='/2018/10/20/ufldl-sparse-autoencoder/'>UFLDL:稀疏自编码器</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Sep 01 2018 16:00:30 GMT+0800'>2018-09-01</small>
<a href='/2018/09/01/box2d-segway/'>Box2D 学习:平衡车</a>
</li>
<li>
<small class='datetime muted' data-time='Sun Jul 29 2018 21:44:53 GMT+0800'>2018-07-29</small>
<a href='/2018/07/29/westworld/'>作品推荐:《西部世界》</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Jul 07 2018 10:52:21 GMT+0800'>2018-07-07</small>
<a href='/2018/07/07/coursera-ml-andrewng-anomaly-detection-and-collaborative-filtering/'>吴恩达机器学习:异常检测与协同过滤</a>
</li>
<li>
<small class='datetime muted' data-time='Wed Jun 13 2018 19:06:04 GMT+0800'>2018-06-13</small>
<a href='/2018/06/13/non-player-game/'>NOC 学习:Spaceship</a>
</li>
<li>
<small class='datetime muted' data-time='Tue Jun 05 2018 20:26:45 GMT+0800'>2018-06-05</small>
<a href='/2018/06/05/coursera-ml-andrewng-kmeans-and-pca/'>吴恩达机器学习:无监督学习 | k-means 与 PCA</a>
</li>
<li>
<small class='datetime muted' data-time='Sun May 13 2018 18:26:28 GMT+0800'>2018-05-13</small>
<a href='/2018/05/13/coursera-ml-andrewng-svm/'>吴恩达机器学习:支持向量机</a>
</li>
<li>
<small class='datetime muted' data-time='Fri Apr 27 2018 09:31:38 GMT+0800'>2018-04-27</small>
<a href='/2018/04/27/tensorflow-playground/'>玩项目:TensorFlow Playground</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Apr 21 2018 12:44:44 GMT+0800'>2018-04-21</small>
<a href='/2018/04/21/coursera-ml-andrewng-bias-vs-variance/'>吴恩达机器学习:方差与偏差</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Apr 14 2018 11:51:28 GMT+0800'>2018-04-14</small>
<a href='/2018/04/14/coursera-ml-andrewng-nn-back-propagation/'>吴恩达机器学习:神经网络 | 反向传播算法</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Apr 07 2018 08:19:16 GMT+0800'>2018-04-07</small>
<a href='/2018/04/07/coursera-ml-andrewng-nn-multi-class/'>吴恩达机器学习:神经网络 | 多分类问题</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Mar 31 2018 21:05:57 GMT+0800'>2018-03-31</small>
<a href='/2018/03/31/coursera-ml-andrewng-logistic-regression/'>吴恩达机器学习:逻辑回归</a>
</li>
<li>
<small class='datetime muted' data-time='Sat Mar 24 2018 10:33:53 GMT+0800'>2018-03-24</small>
<a href='/2018/03/24/coursera-ml-andrewng-linear-regression/'>吴恩达机器学习:线性回归</a>
</li>
<li>
<small class='datetime muted' data-time='Sun Mar 11 2018 17:34:41 GMT+0800'>2018-03-11</small>
<a href='/2018/03/11/build-hexo-blog/'>万里长征第一步,博客搭建</a>
</li>
</ul>
</div>
</div>
<footer>
<p>Hosted by <a href="https://pages.coding.me" style="font-weight: bold">Coding Pages</a></p>
<span class='muted'>© agent. All Rights Reserved.</span><br>
<a href='https://github.com/saintwinkle/hexo-theme-scribble' class='muted'>built with Hexo using Scribble theme</a>
<br>
</footer>
</body>
</html>