<?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>S32VのトピックFundamentally, Neural Networks allows machines to learn</title>
    <link>https://community.nxp.com/t5/S32V/Fundamentally-Neural-Networks-allows-machines-to-learn/m-p/683137#M29</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Artificial Neural Network (ANN) consists of connections made from thousands interconnected artificial neurons sequentially stacked in layers. The layered ANN is one of the key features to have &lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/454123"&gt;Machine Learning (ML)&lt;/A&gt;&lt;/STRONG&gt;: the labeled data used to feed the ANN enables it to learn how to interpret that data like a human (and sometimes better); this is called Supervised Learning.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;One of the simplest types of ANN is Feedforward Neural Network (FNN). The FNN moves data in only one direction, with no loops or cycles. Data travels from input nodes (and through hidden nodes, if any) to output nodes. Convolutional Neural Network (CNN) is a class of FNN inspired by the animal visual cortex organization and the connectivity pattern between neurons.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Convolutional Neural Network is commonly used to analyze visual imagery: recognizing objects or scenes, performing object detection and segmentation. Compared to other image classification algorithms, CNN brings independence from previous knowledge by using its little pre-processing: learning the filters that in traditional algorithms were hand-engineered —this also saves human effort.&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Filters can have very simple features (like checking brightness or identifying edges) and increase complexity as the layers progress (like define unique characteristics of the object). Filters are applied to every training image at different resolutions, the input of the next layer uses the output of each convolved image. CNN have hundreds or thousands of layers; each one of them can learn to detect different features of the image.&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;There are some ways for training a CNN to perform object recognition. Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.mathworks.com/products/matlab.html" style="margin: 0px; padding: 0px; text-decoration: none; color: inherit;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 11pt;"&gt;MATLAB®&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.mathworks.com/products/neural-network.html" style="margin: 0px; padding: 0px; text-decoration: none; color: inherit;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 11pt;"&gt;Neural Network Toolbox&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 11pt;"&gt;™&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;eases the transfer learning for a CNN:&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;1.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;STRONG&gt;From scratch.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Requiring the definition of the layer and filter numbers, also the learning weights and other parameters. This type of training demands massive amounts of data (millions of samples).&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;2.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;STRONG&gt;Using a pre-trained model.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Automatically extracts features from a new data set without requiring huge amounts of it, long computation, or training time. Pre-trained model is called Transfer Learning.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Lately, the use of CNN for ML has become popular due:&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;SPAN style="background-color: inherit; font-size: 11pt;"&gt;- CNN produces state-of-the-art recognition outcomes.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;- CNN learns directly from image data.&lt;/SPAN&gt;&lt;SPAN style="padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;- CNN removes the need for manual feature extraction —the features are directly learned.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;- CNN can be retrained for new recognition duties —allowing the use of pre-existing networks.&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 10pt;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://www.mathworks.com/content/mathworks/www/en/discovery/convolutional-neural-network/_jcr_content/mainParsys/image.img.jpg/1497876372969.jpg" style="width: 620px; height: 159px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 10pt;"&gt;&lt;EM&gt;IMAGE:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;A href="https://www.mathworks.com/discovery/convolutional-neural-network.html" style="margin: 0px; padding: 0px; text-decoration: none; color: inherit;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 10pt;"&gt;&lt;EM&gt;Convolutional Neural Network&lt;/EM&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Artificial Neural Networks have been responsible for moving forward the era of &lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/455150"&gt;Artificial Intelligence (AI)&lt;/A&gt;&lt;/STRONG&gt;; ANN is currently one of the most disruptive technologies out there. Fundamentally, ANN allows machines to learn.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 16:27:59 GMT</pubDate>
    <dc:creator>yosoytono</dc:creator>
    <dc:date>2017-07-25T16:27:59Z</dc:date>
    <item>
      <title>Fundamentally, Neural Networks allows machines to learn</title>
      <link>https://community.nxp.com/t5/S32V/Fundamentally-Neural-Networks-allows-machines-to-learn/m-p/683137#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Artificial Neural Network (ANN) consists of connections made from thousands interconnected artificial neurons sequentially stacked in layers. The layered ANN is one of the key features to have &lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/454123"&gt;Machine Learning (ML)&lt;/A&gt;&lt;/STRONG&gt;: the labeled data used to feed the ANN enables it to learn how to interpret that data like a human (and sometimes better); this is called Supervised Learning.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;One of the simplest types of ANN is Feedforward Neural Network (FNN). The FNN moves data in only one direction, with no loops or cycles. Data travels from input nodes (and through hidden nodes, if any) to output nodes. Convolutional Neural Network (CNN) is a class of FNN inspired by the animal visual cortex organization and the connectivity pattern between neurons.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Convolutional Neural Network is commonly used to analyze visual imagery: recognizing objects or scenes, performing object detection and segmentation. Compared to other image classification algorithms, CNN brings independence from previous knowledge by using its little pre-processing: learning the filters that in traditional algorithms were hand-engineered —this also saves human effort.&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Filters can have very simple features (like checking brightness or identifying edges) and increase complexity as the layers progress (like define unique characteristics of the object). Filters are applied to every training image at different resolutions, the input of the next layer uses the output of each convolved image. CNN have hundreds or thousands of layers; each one of them can learn to detect different features of the image.&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;There are some ways for training a CNN to perform object recognition. Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.mathworks.com/products/matlab.html" style="margin: 0px; padding: 0px; text-decoration: none; color: inherit;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 11pt;"&gt;MATLAB®&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.mathworks.com/products/neural-network.html" style="margin: 0px; padding: 0px; text-decoration: none; color: inherit;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 11pt;"&gt;Neural Network Toolbox&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 11pt;"&gt;™&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;eases the transfer learning for a CNN:&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;1.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;STRONG&gt;From scratch.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Requiring the definition of the layer and filter numbers, also the learning weights and other parameters. This type of training demands massive amounts of data (millions of samples).&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;2.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;STRONG&gt;Using a pre-trained model.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Automatically extracts features from a new data set without requiring huge amounts of it, long computation, or training time. Pre-trained model is called Transfer Learning.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Lately, the use of CNN for ML has become popular due:&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&lt;SPAN style="background-color: inherit; font-size: 11pt;"&gt;- CNN produces state-of-the-art recognition outcomes.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;- CNN learns directly from image data.&lt;/SPAN&gt;&lt;SPAN style="padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;- CNN removes the need for manual feature extraction —the features are directly learned.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&lt;SPAN style="margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="margin: 0px; padding: 0px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;- CNN can be retrained for new recognition duties —allowing the use of pre-existing networks.&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 10pt;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://www.mathworks.com/content/mathworks/www/en/discovery/convolutional-neural-network/_jcr_content/mainParsys/image.img.jpg/1497876372969.jpg" style="width: 620px; height: 159px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 10pt;"&gt;&lt;EM&gt;IMAGE:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;A href="https://www.mathworks.com/discovery/convolutional-neural-network.html" style="margin: 0px; padding: 0px; text-decoration: none; color: inherit;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; color: #0563c1; text-decoration: underline; font-size: 10pt;"&gt;&lt;EM&gt;Convolutional Neural Network&lt;/EM&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; background-color: transparent; color: windowtext; text-indent: 0px;"&gt;&lt;SPAN style="background-color: inherit; padding: 0px; margin: 0px; font-size: 11pt;"&gt;Artificial Neural Networks have been responsible for moving forward the era of &lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/455150"&gt;Artificial Intelligence (AI)&lt;/A&gt;&lt;/STRONG&gt;; ANN is currently one of the most disruptive technologies out there. Fundamentally, ANN allows machines to learn.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32V/Fundamentally-Neural-Networks-allows-machines-to-learn/m-p/683137#M29</guid>
      <dc:creator>yosoytono</dc:creator>
      <dc:date>2017-07-25T16:27:59Z</dc:date>
    </item>
  </channel>
</rss>

