<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Intel(R) Python with Intel(R) Optimized Theano in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095699#M437</link>
    <description>&lt;P&gt;For instructions on using Intel's optimized Theano* with your Intel(R) Distribution for Python* installation, please &lt;A href="https://software.intel.com/en-us/articles/getting-started-with-intel-optimized-theano"&gt;see the article here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: &amp;nbsp;Beginning with 2017 update 2, the Intel Theano module is included in the Intel Python distribution.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: &amp;nbsp;As of 2017 update 3, it is no longer necessary to use a .theanorc file. The optimal defaults are determined at runtime.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 20:43:35 GMT</pubDate>
    <dc:creator>Christophe_H_Intel2</dc:creator>
    <dc:date>2016-09-28T20:43:35Z</dc:date>
    <item>
      <title>Intel(R) Python with Intel(R) Optimized Theano</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095699#M437</link>
      <description>&lt;P&gt;For instructions on using Intel's optimized Theano* with your Intel(R) Distribution for Python* installation, please &lt;A href="https://software.intel.com/en-us/articles/getting-started-with-intel-optimized-theano"&gt;see the article here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: &amp;nbsp;Beginning with 2017 update 2, the Intel Theano module is included in the Intel Python distribution.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: &amp;nbsp;As of 2017 update 3, it is no longer necessary to use a .theanorc file. The optimal defaults are determined at runtime.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 20:43:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095699#M437</guid>
      <dc:creator>Christophe_H_Intel2</dc:creator>
      <dc:date>2016-09-28T20:43:35Z</dc:date>
    </item>
    <item>
      <title>The theanorc file recommended</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095700#M438</link>
      <description>&lt;P style="font-size: 13.008px;"&gt;The theanorc file recommended in the article requires an intel compiler. If you're using a gcc compiler try this,&lt;/P&gt;

&lt;BLOCKQUOTE style="font-size: 13.008px;"&gt;
	&lt;PRE class="brush:plain;" style="color: rgb(0, 0, 0);"&gt;nano ~/.theanorc

[cuda]
root = /usr/local/cuda

[global]
device = cpu
floatX = float32
mode = FAST_RUN
openmp = True
openmp_elemwise_minsize = 10

[gcc]
cxxflags = -O3 -ffast-math -ftree-loop-distribution -funroll-loops -ftracer

[blas]
ldflags = -lmkl_rt&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 09 Oct 2016 08:00:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095700#M438</guid>
      <dc:creator>raymond_s_2</dc:creator>
      <dc:date>2016-10-09T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095701#M439</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Do we have Keras on Theano ?&lt;/P&gt;

&lt;P&gt;if someone is using&amp;nbsp;Theano on a GPGPU , how to optimize their workload&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Priya&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 07:22:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095701#M439</guid>
      <dc:creator>Priyadhars_K_Intel</dc:creator>
      <dc:date>2017-03-28T07:22:36Z</dc:date>
    </item>
    <item>
      <title>Quote:raymond s. wrote:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095702#M440</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;raymond s. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The theanorc file recommended in the article requires an intel compiler. If you're using a gcc compiler try this,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em; font-style: italic;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em; font-style: italic;"&gt;Thank you for the addition. In my case I don't see a difference between using the default cxx flags or using the ones suggested in this post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 12:46:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095702#M440</guid>
      <dc:creator>RL5</dc:creator>
      <dc:date>2017-05-16T12:46:36Z</dc:date>
    </item>
    <item>
      <title>Hi RL,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095703#M441</link>
      <description>&lt;P&gt;Hi RL,&lt;/P&gt;

&lt;P&gt;Beginning with Intel Python 2017 Update 3, the .theanorc file is no longer required. &amp;nbsp;The recommended defaults, including environment variables for Xeon Phi, are set at runtime based on the cpu and installed compiler. &amp;nbsp; Additionally, the steps decribed in the article above for installing Intel Theano are no longer necessary, as the module is bundled with Intel Python.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 12:52:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-R-Python-with-Intel-R-Optimized-Theano/m-p/1095703#M441</guid>
      <dc:creator>Christophe_H_Intel2</dc:creator>
      <dc:date>2017-05-16T12:52:38Z</dc:date>
    </item>
  </channel>
</rss>

