<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>卢宁的博客</title>
  
  <subtitle>AI~哎</subtitle>
  <link href="/atom.xml" rel="self"/>
  
  <link href="https://n-moving.com/"/>
  <updated>2020-11-07T17:47:04.437Z</updated>
  <id>https://n-moving.com/</id>
  
  <author>
    <name>卢宁</name>
    
  </author>
  
  <generator uri="http://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Paper Reading -- Information Extraction</title>
    <link href="https://n-moving.com/2020/11/08/paper-reading-ie/"/>
    <id>https://n-moving.com/2020/11/08/paper-reading-ie/</id>
    <published>2020-11-07T16:00:00.000Z</published>
    <updated>2020-11-07T17:47:04.437Z</updated>
    
    <summary type="html">
    
      
      
        
        
          

	&lt;div class=&quot;row&quot;&gt;
    &lt;embed src=&quot;main.pdf&quot; width=&quot;100%&quot; height=&quot;550&quot;
        
      
    
    </summary>
    
      <category term="Paper Reading" scheme="https://n-moving.com/categories/Paper-Reading/"/>
    
    
      <category term="信息抽取" scheme="https://n-moving.com/tags/%E4%BF%A1%E6%81%AF%E6%8A%BD%E5%8F%96/"/>
    
      <category term="文字检测" scheme="https://n-moving.com/tags/%E6%96%87%E5%AD%97%E6%A3%80%E6%B5%8B/"/>
    
      <category term="文字识别" scheme="https://n-moving.com/tags/%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB/"/>
    
  </entry>
  
  <entry>
    <title>Paper Reading -- PICK</title>
    <link href="https://n-moving.com/2020/11/07/paper-reading-pick/"/>
    <id>https://n-moving.com/2020/11/07/paper-reading-pick/</id>
    <published>2020-11-07T15:55:00.000Z</published>
    <updated>2020-11-07T17:44:08.513Z</updated>
    
    <summary type="html">
    
      
      
        
        
          

	&lt;div class=&quot;row&quot;&gt;
    &lt;embed src=&quot;main.pdf&quot; width=&quot;100%&quot; height=&quot;550&quot;
        
      
    
    </summary>
    
      <category term="Paper Reading" scheme="https://n-moving.com/categories/Paper-Reading/"/>
    
    
      <category term="信息抽取" scheme="https://n-moving.com/tags/%E4%BF%A1%E6%81%AF%E6%8A%BD%E5%8F%96/"/>
    
  </entry>
  
  <entry>
    <title>Paper Reading -- SCATTER, GTC and GFTE</title>
    <link href="https://n-moving.com/2020/11/07/paper-reading-scatter-gfte/"/>
    <id>https://n-moving.com/2020/11/07/paper-reading-scatter-gfte/</id>
    <published>2020-11-07T15:55:00.000Z</published>
    <updated>2020-11-07T17:44:19.944Z</updated>
    
    <summary type="html">
    
      
      
        
        
          
	&lt;iframe src=&quot;https://www.slideshare.net/slideshow/embed_code/key/IgomXNvXf3Abh2&quot; style=&quot;width:100%;height:550px&quot; frameborder=&quot;0&quot;
        
      
    
    </summary>
    
      <category term="Paper Reading" scheme="https://n-moving.com/categories/Paper-Reading/"/>
    
    
      <category term="文字识别" scheme="https://n-moving.com/tags/%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB/"/>
    
      <category term="表格识别" scheme="https://n-moving.com/tags/%E8%A1%A8%E6%A0%BC%E8%AF%86%E5%88%AB/"/>
    
  </entry>
  
  <entry>
    <title>Paper Reading -- Table Recognition</title>
    <link href="https://n-moving.com/2020/11/07/paper-reading-table-recognition/"/>
    <id>https://n-moving.com/2020/11/07/paper-reading-table-recognition/</id>
    <published>2020-11-07T15:55:00.000Z</published>
    <updated>2020-11-07T17:44:17.175Z</updated>
    
    <summary type="html">
    
      
      
        
        
          
	&lt;iframe src=&quot;https://www.slideshare.net/slideshow/embed_code/key/juY4BY9BLmJaId&quot; style=&quot;width:100%;height:550px&quot; frameborder=&quot;0&quot;
        
      
    
    </summary>
    
      <category term="Paper Reading" scheme="https://n-moving.com/categories/Paper-Reading/"/>
    
    
      <category term="表格识别" scheme="https://n-moving.com/tags/%E8%A1%A8%E6%A0%BC%E8%AF%86%E5%88%AB/"/>
    
  </entry>
  
  <entry>
    <title>什么是反向传播算法</title>
    <link href="https://n-moving.com/2020/05/12/back-prop/"/>
    <id>https://n-moving.com/2020/05/12/back-prop/</id>
    <published>2020-05-11T16:10:37.000Z</published>
    <updated>2020-07-18T10:04:55.110Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;&lt;em&gt;&lt;strong&gt;本文翻译自：&lt;a href=&quot;http://colah.github.io/posts/2015-08-Backprop/&quot; target=&quot;_blank&quot;
        
      
    
    </summary>
    
      <category term="机器学习" scheme="https://n-moving.com/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
      <category term="深度学习基础" scheme="https://n-moving.com/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80/"/>
    
  </entry>
  
  <entry>
    <title>Bias vs. Variance</title>
    <link href="https://n-moving.com/2020/05/11/rooted-join-tree-construction/"/>
    <id>https://n-moving.com/2020/05/11/rooted-join-tree-construction/</id>
    <published>2020-05-11T15:55:46.000Z</published>
    <updated>2020-07-18T10:04:55.109Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h1 id=&quot;Bias&quot;&gt;&lt;a href=&quot;#Bias&quot; class=&quot;headerlink&quot; title=&quot;Bias&quot;&gt;&lt;/a&gt;Bias&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Symptom&lt;br&gt;$ J_{cv}(\theta)  -1 $ and $
        
      
    
    </summary>
    
      <category term="机器学习" scheme="https://n-moving.com/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
      <category term="深度学习基础" scheme="https://n-moving.com/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80/"/>
    
  </entry>
  
  <entry>
    <title>Deformable DETR: Deformable Transformers for End-to-End Object Detection</title>
    <link href="https://n-moving.com/2020/02/16/deformable-detr/"/>
    <id>https://n-moving.com/2020/02/16/deformable-detr/</id>
    <published>2020-02-16T07:09:23.000Z</published>
    <updated>2020-11-22T08:39:19.542Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;文章地址：&lt;a href=&quot;http://arxiv.org/abs/2010.04159&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;http://arxiv.org/abs/2010.04159&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;代码地址：&lt;a
        
      
    
    </summary>
    
      <category term="Paper Reading" scheme="https://n-moving.com/categories/Paper-Reading/"/>
    
    
      <category term="目标检测" scheme="https://n-moving.com/tags/%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B/"/>
    
      <category term="自注意力" scheme="https://n-moving.com/tags/%E8%87%AA%E6%B3%A8%E6%84%8F%E5%8A%9B/"/>
    
  </entry>
  
  <entry>
    <title>十大经典排序算法整理汇总（附代码）</title>
    <link href="https://n-moving.com/2020/02/16/sort-algorithms/"/>
    <id>https://n-moving.com/2020/02/16/sort-algorithms/</id>
    <published>2020-02-16T07:09:23.000Z</published>
    <updated>2020-11-07T16:32:56.186Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="编程算法" scheme="https://n-moving.com/categories/%E7%BC%96%E7%A8%8B%E7%AE%97%E6%B3%95/"/>
    
    
      <category term="leetcode" scheme="https://n-moving.com/tags/leetcode/"/>
    
      <category term="算法" scheme="https://n-moving.com/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
</feed>
