Site updated: 2020-01-28 16:35:08
This commit is contained in:
54
index.html
54
index.html
@@ -88,13 +88,65 @@
|
||||
</section>
|
||||
<section class="wrapper menu-wrapper">
|
||||
<nav class="container">
|
||||
<a href="/" class="active">全部文章</a><a href="/fly/Python入门/" class="" title="Python入门">Python入门</a><a href="/fly/Python新特性/" class="" title="Python新特性">Python新特性</a><a href="/fly/自然语言处理/" class="" title="自然语言处理">自然语言处理</a><a href="/fly/自动化办公/" class="" title="自动化办公">自动化办公</a>
|
||||
<a href="/" class="active">全部文章</a><a href="/fly/Python入门/" class="" title="Python入门">Python入门</a><a href="/fly/Python新特性/" class="" title="Python新特性">Python新特性</a><a href="/fly/自然语言处理/" class="" title="自然语言处理">自然语言处理</a><a href="/fly/自动化办公/" class="" title="自动化办公">自动化办公</a><a href="/fly/飞蟒微课堂/" class="" title="飞蟒微课堂">飞蟒微课堂</a><a href="/fly/自然语言处理/cs224n/" class="" title="cs224n">cs224n</a><a href="/fly/飞蟒微课堂/LeetCode/" class="" title="LeetCode">LeetCode</a>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<div class="wrapper index-wrapper">
|
||||
<ul class="container list-container">
|
||||
|
||||
<li class="post-i-wrapper">
|
||||
<a href="/article/python-class-02/" class="wrapper post-i-link" title="飞蟒微课堂Python面试专项课程启动——LeetCode刷题计划">
|
||||
<div class="wrapper cover">
|
||||
<img src="/images/class-01.png" alt="飞蟒微课堂Python面试专项课程启动——LeetCode刷题计划">
|
||||
</div>
|
||||
<h3 class="wrapper title" title="飞蟒微课堂Python面试专项课程启动——LeetCode刷题计划">飞蟒微课堂Python面试专项课程启动——LeetCode刷题计划</h3>
|
||||
<p class="wrapper subtitle">
|
||||
LeetCode刷题计划启动啦
|
||||
</p>
|
||||
<div class="wrapper time">2020-01-02</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post-i-wrapper">
|
||||
<a href="/article/python-cs224n-02/" class="wrapper post-i-link" title="cs224n 解答拾遗:word embedding 之SVD分解">
|
||||
<div class="wrapper cover">
|
||||
<img src="/images/cs224n-02.png" alt="cs224n 解答拾遗:word embedding 之SVD分解">
|
||||
</div>
|
||||
<h3 class="wrapper title" title="cs224n 解答拾遗:word embedding 之SVD分解">cs224n 解答拾遗:word embedding 之SVD分解</h3>
|
||||
<p class="wrapper subtitle">
|
||||
cs224n解答
|
||||
</p>
|
||||
<div class="wrapper time">2020-01-02</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post-i-wrapper">
|
||||
<a href="/article/python-cs224n-01/" class="wrapper post-i-link" title="cs224n 解答拾遗: 为何word2vec 训练的时候每个词有两个不同的向量">
|
||||
<div class="wrapper cover">
|
||||
<img src="/images/cs224n-01.png" alt="cs224n 解答拾遗: 为何word2vec 训练的时候每个词有两个不同的向量">
|
||||
</div>
|
||||
<h3 class="wrapper title" title="cs224n 解答拾遗: 为何word2vec 训练的时候每个词有两个不同的向量">cs224n 解答拾遗: 为何word2vec 训练的时候每个词有两个不同的向量</h3>
|
||||
<p class="wrapper subtitle">
|
||||
cs224n解答
|
||||
</p>
|
||||
<div class="wrapper time">2020-01-01</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post-i-wrapper">
|
||||
<a href="/article/python-class-01/" class="wrapper post-i-link" title="为什么在今年,你需要学习Python">
|
||||
<div class="wrapper cover">
|
||||
<img src="/images/class-01.png" alt="为什么在今年,你需要学习Python">
|
||||
</div>
|
||||
<h3 class="wrapper title" title="为什么在今年,你需要学习Python">为什么在今年,你需要学习Python</h3>
|
||||
<p class="wrapper subtitle">
|
||||
飞蟒微课堂正式开班
|
||||
</p>
|
||||
<div class="wrapper time">2020-01-01</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post-i-wrapper">
|
||||
<a href="/article/python-new-02/" class="wrapper post-i-link" title="Python 3.8新特性——仅限位置形参">
|
||||
<div class="wrapper cover">
|
||||
|
||||
Reference in New Issue
Block a user