<?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 Thanks, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064887#M21873</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;I will check the convolution functions of IPP.&lt;/P&gt;

&lt;P&gt;FYI, I have also noticed that some other deep learning tools that call MKL such as the Intel versions of Caffe and Neon cannot also be compiled on Windows as CMAKE for Windows returns errors and Intel C++ finds errors in the source code when we try to compile manually. Apparently, one has to use GNU C++ (g++) to compile without errors but this is not acceptable in my case as the compiled code cannot be called by Intel Fortran or C++.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jean&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Mar 2017 00:10:00 GMT</pubDate>
    <dc:creator>jean-vezina</dc:creator>
    <dc:date>2017-03-25T00:10:00Z</dc:date>
    <item>
      <title>Implementing a convolutional neural network using MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064883#M21869</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Good evening,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;After discovering that it is not possible to build MKL-DNN on Windows, I would like to know if there is an example code or some hints about implementing a convolutional neural network (CNN) using the primitives already implemented in the MKL library available with XE 2017 release 2?&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;

&lt;P&gt;Jean Vezina&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 00:24:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064883#M21869</guid>
      <dc:creator>jean-vezina</dc:creator>
      <dc:date>2017-03-24T00:24:58Z</dc:date>
    </item>
    <item>
      <title>mkl-dnn-0.7 version is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064884#M21870</link>
      <description>&lt;P&gt;mkl-dnn-0.7 version is available from github. You may have a look at the source code and see the implementations details (e.x - ..\intel-Caffe\mkl-dnn-0.7\src\cpu\jit_avx2_1x1_conv_kernel_f32.cpp - you will show the AVX2 specific implementation )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:30:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064884#M21870</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-03-24T03:30:58Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot! </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064885#M21871</link>
      <description>&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jean&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:42:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064885#M21871</guid>
      <dc:creator>jean-vezina</dc:creator>
      <dc:date>2017-03-24T19:42:48Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...some hints about</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064886#M21872</link>
      <description>&amp;gt;&amp;gt;...some hints about implementing a convolutional neural network (CNN)...

If you're at initial phase of your R&amp;amp;D I would recommend to look at a set of convolution functions of IPP.

&amp;gt;&amp;gt;...After discovering that it is not possible to build MKL-DNN on Windows

Developers of MKL-DNN overcomplicated simple matters and they've imposed too many constraints that prevent MKL-DNN to be widely accepted in an Open Source community.</description>
      <pubDate>Fri, 24 Mar 2017 20:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064886#M21872</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-03-24T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Thanks,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064887#M21873</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;I will check the convolution functions of IPP.&lt;/P&gt;

&lt;P&gt;FYI, I have also noticed that some other deep learning tools that call MKL such as the Intel versions of Caffe and Neon cannot also be compiled on Windows as CMAKE for Windows returns errors and Intel C++ finds errors in the source code when we try to compile manually. Apparently, one has to use GNU C++ (g++) to compile without errors but this is not acceptable in my case as the compiled code cannot be called by Intel Fortran or C++.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jean&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 00:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Implementing-a-convolutional-neural-network-using-MKL/m-p/1064887#M21873</guid>
      <dc:creator>jean-vezina</dc:creator>
      <dc:date>2017-03-25T00:10:00Z</dc:date>
    </item>
  </channel>
</rss>

