<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>递归神经网络 on Machine Learning</title>
    <link>https://feisky.xyz/machine-learning/rnn.html</link>
    <description>Recent content in 递归神经网络 on Machine Learning</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language><atom:link href="https://feisky.xyz/machine-learning/rnn/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sequence to Sequence</title>
      <link>https://feisky.xyz/machine-learning/rnn/seq2seq.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/seq2seq.html</guid>
      <description>Sequence to Sequence来自Google Cho et al., 2014，主要用来解决翻译、智能问答等序列型问题。Seq2Seq由两个不同的RNN（比如GRU或L</description>
    </item>
    
    <item>
      <title>word2vec</title>
      <link>https://feisky.xyz/machine-learning/rnn/word2vec.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/word2vec.html</guid>
      <description>在信号处理领域，图像和音频信号的输入往往是表示成高维度、密集的向量形式，在图像和音频的应用系统中，如何对输入信息进行编码(Encoding)</description>
    </item>
    
    <item>
      <title>RNN示例</title>
      <link>https://feisky.xyz/machine-learning/rnn/sequence.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/sequence.html</guid>
      <description>tf.SequenceExample tf.SequenceExample可以用来方便的处理序列数据，它包含两部分 context：非序列化的数据 feature_list：序列数</description>
    </item>
    
    <item>
      <title></title>
      <link>https://feisky.xyz/machine-learning/rnn/01_wikipedia.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/01_wikipedia.html</guid>
      <description>Wikipedia Word Embeddings To train a set of embedded word vectors, run train.py:
$ python3 train.py This will save your word embeddings into ./wikipedia/embeddings.npy
Unfortunately, at this time the sample code is only compatible with Python 3. We&amp;rsquo;re working on providing Python 2 translations of the code.
Refer tensorflowbook.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://feisky.xyz/machine-learning/rnn/02_imdb.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/02_imdb.html</guid>
      <description>IMDB Sentiment Analysis To train the sentiment analysis model, simply run train.py:
$ python3 train.py Note that this requires training word embeddings from the previous Wikipedia model.
Unfortunately, at this time the sample code is only compatible with Python 3. We&amp;rsquo;re working on providing Python 2 translations of the code.
Refer tensorflowbook.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://feisky.xyz/machine-learning/rnn/03_ocr.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/03_ocr.html</guid>
      <description>RNN and Bi-directional RNN for OCR To run and train the standard RNN, simply run train.py:
$ python3 train.py To run the bi-directional RNN, use train_bidirectional.py:
$ python3 train_bidirectional.py Unfortunately, at this time the sample code is only compatible with Python 3. We&amp;rsquo;re working on providing Python 2 translations of the code.
Refer tensorflowbook.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://feisky.xyz/machine-learning/rnn/04_arxiv.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://feisky.xyz/machine-learning/rnn/04_arxiv.html</guid>
      <description>arXiv character-by-character generative model To train the model, simply run train.py:
$ python3 train.py Then, to generate a sample abstract, run sample.py:
$ python3 sample.py If you want to change the starting seed of the generated abstract or change its length, just modify this line in sample.py to your liking:
print(Sampling(get_params())(&amp;#39;&amp;lt;SEED&amp;gt;&amp;#39;, &amp;lt;LENGTH&amp;gt;)) Unfortunately, at this time the sample code is only compatible with Python 3. We&amp;rsquo;re working on providing Python 2 translations of the code.</description>
    </item>
    
  </channel>
</rss>
