<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Deep Neural Networks in Digital Economy1</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Dorodnicyn Computing Centre, FRC CSC RAS</institution>
          ,
          <addr-line>Vavilov st. 40, 119333 M oscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Plekhanov University of Economics</institution>
          ,
          <addr-line>Stremyanny lane 36, M oscow, 117997</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>M odern generations of artificial neural networks are more complex and flexible architectures than neural networks of the first generations. Increasing application possibilities, improved existing artificial neural networks. Solving the problem of developing artificial neural networks that must solve a number of complex mathematical problems, problems aimed at developing the most rapid and flexible learning algorithms. Overview of modern research in the field of applied artificial intelligence and the most interesting generations of artificial neural networks. Of the most relevant to date neural network architectures, we should highlight deep neural networks, impulse neural networks and capsular neural networks. Deep Learning Neural Networks are based on the teaching of representations and not on specialized algorithms designed for specific tasks. M any deep learning methods were known as early as the 1980s, but the results were unimpressive, while advances were made in the theory of artificial neural networks (pre-training of neural networks using a special case of an undirected graphical model, the so-called limited Boltzmann machine). One of the most biologically inspired models of artificial neural networks is the so-called impulse or spike neural networks, which are the third generation of neural networks. Pulsed neural networks or spike basically contain the principles of operation of biological neurons. Unlike other neural network architectures, in impulse networks, neurons exchange short impulses of the same amplitude between themselves, which allows achieving tremendous energy efficiency. Neuromorphic chips are built on the basis of pulse architectures to simulate the operation of a biological neural network. Capsule networks use small groups of neurons, called capsules, which are concentrated in layers, use spatial relationships, and can recognize objects in video and images. When multiple capsules in the same layer match as a result of recognition, they activate the capsule with a layer above and so on until the network brings together the whole image. This approach is the newest in the field of artificial neural networks.</p>
      </abstract>
      <kwd-group>
        <kwd>Deep Learning</kwd>
        <kwd>Digital Economy</kwd>
        <kwd>Neural Networks</kwd>
        <kwd>Capsule Neural Networks</kwd>
        <kwd>Spiking neural network</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Modern generations of artificial neural networks are more complex and flexible
architectures than neural networks of the first generations. Increasing application
possibilities, improved existing artificial neural networks. Solving the problem of developing
artificial neural networks that must solve a number of complex mathematical problems,
problems aimed at developing the most rapid and flexible learning algorithms.
Overview of modern research in the field of applied artificial intelligence and the most
interesting generations of artificial neural networks. It is also necessary to pay special
attention to the state of artificial intelligence in Russia and abroad.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Deep Learning</title>
      <p>Among the most actively developing models of artificial neural networks is to highlight
the deep models of neural networks (Deep Learning Neural Networks). Similar models
of neural networks have already proven their effectiveness in image recognition and
classification tasks. The most popular architecture is the so -called convolutional neural
network. Technological giants allocate billions of dollars for research and development
in the field of artificial intelligence. An example is a convolutional neural network. I
have a network developed by Google - GoogLeNet. Also, among the well-known
neural networks - champions, AlexNet should be highlighted.</p>
      <p>Of the most relevant to date neural network architectures, we should highlight deep
neural networks, impulse neural networks and capsular neural networks that appeared
literally at the end of 2017, which literally exploded in the field of artificial neural
networks. Therefore, we dwell on these three architectures.</p>
      <p>Deep Neural Networks or Deep Learning NN are a class based on machine learning
methods.</p>
      <p>
        In-depth training is based on the teaching of represent ations (eng. Feature /
representation learning), and not on specialized algorithms designed for specific tasks. Many
deep learning methods were known as early as the 1980s, but the results were
unimpressive [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], while advances were made in the theory of artificial neural networks
(pretraining of neural networks using a special case of an undirected graphical model, the
so-called limited Boltzmann machine) x (above all, Nvidia GPUs, and now Google’s
tensor processors) did not allow creating complex technolo gical architectures of neural
networks with sufficient performance and allow to solve a wide range of tasks, do not
be an effective solution before, for example, in computer vision, machine translation,
speech recognition, with quality solutions, in many cases, are now comparable, and in
some cases superior to "the protein" experts. Unlike machine learning, depth learning
requires a much larger amount of training sample than in the case of machine learning.
Also, unlike machine learning, a deep neural netwo rk can have thousands of layers. All
this helps deep neural networks to achieve a sufficiently high accuracy in the tasks of
analysis, classification and image recognition. But, the main drawback of in -depth
training is the enormous resource-intensiveness; in order to train a deep neural network,
it is sometimes necessary to make a training sample of a million images, or even more,
and the learning process can take several days. For such tasks, even developed separate
GPU processors, to speed up the learning process.
      </p>
      <p>
        The most well known example of a deep learning network is the convolutional neural
network. This architecture of artificial neural networks, proposed by Yan Lekun in 1988
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and aimed at effective image recognition.
It is no secret to anyone that scientists engaged in developments in the field of artificial
intelligence face the task of copying the work of biological intelligence in the best way
possible, in other words, creating the most biologically inspired model o f the human
brain. One of the most biologically inspired models of artificial neural networks is the
so-called impulse or spike neural networks, which are the third generation of neural
networks. The word spike comes from the English word spike, that is, impulse. Pulsed
neural networks or spike [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] basically contain the principles of operation of biological
neurons. Unlike other neural network architectures, in impulse networks, neurons
exchange short impulses of the same amplitude between themselves, which allows
achieving tremendous energy efficiency.
      </p>
      <p>Neuromorphic chips are built on the basis of pulse architectures to simulate the
operation of a biological neural network.</p>
      <p>The active development of a new field of neuromorphic technology is associated with
the development of principles, architectures and implementations of neurobiological
systems. Such a neuromorphic approach implies a departure from known models of
formal neural networks and attempts at software and hardware implementation of
models of the functional parts of the brain and nervous system.</p>
      <p>
        The practical development of this trend is currently supported by IBM [28] in terms
of neuromorphic computing (neuromorphic computing), and in terms of hardware
implementations of neuromorphic technology and its use - by the US defense agency
DARPA, which in 2008 implemented the SyNAPSE project [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Examples of early
development of neuromorphic ASICs are: Silicon Retina (eye model) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Silicon Cochlea
(ear model) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and others. Neuromorphic technology shou ld provide for the
construction of machines that have similar human perception, ability for self-organization [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
robustness in relation to changes in the environment and the control object.
      </p>
      <p>Neurogrid (Stanford University). Analog approach to neuron modeling (106
neurons, 6 · 109 synapses). The variability of a large number of parameters allows the study
of ensembles of neurons of different types. The problem is an outdated technological
base.</p>
      <p>SpiNNaker (University of Manchester). It is aimed at creating a neuromorphic
hardware platform for the implementation of the European project Human Brain Project.
The project is based on the use of special digital chips with the ability to build highly
scalable modular systems with a different topology of their connec tion. Each chip
contains 16 ARM9 processors and can emulate in real time the work of tens of thousands
of neurons. The router provides delivery within a chip of 5 · 109 spikes / second.
BrainScaleS (University of Heidelberg). The project aims to study and simulate the human
brain. Created a hybrid digital-analog neurochip. A system was built to simulate ANNs
from 2 · 105 neurons, 5 · 107 synapses.
4</p>
    </sec>
    <sec id="sec-3">
      <title>Capsule Neural Networks</title>
      <p>
        Capsule neural networks were proposed by Jeffrey Hinton, one of the researchers who
suggested teaching the neural network the method of back propagation of an error. In
2012, he proposed to teach deep neural networks using the method of back-propagation
of error, which later allowed for a breakthrough in image recognition tasks. In October
2017, he published work [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], in which he presented a new architecture of neural
networks, called capsular neural networks. This kind of architecture can be a revolution in
the field of recognition, as they can solve the problems of all favorite convolutiona l
neural networks. The problem of convolutional neural network (CNN) is that in the
learning process for image recognition, information about the spatial relationships of
all functions is lost. CNN does not remember the position of the image elements in
space and the same object, but from a different angle it can already be perceived as
another image. Therefore, it is necessary to make a huge sample for the same object
from all angles. Capsule neural networks can use spatial relationships to solve a similar
problem.
      </p>
      <p>This approach exceeded CNN quite significantly, reducing the number of errors by
45%. Capsule networks use small groups of neurons, called capsules, which are
concentrated in layers, use spatial relationships, and can recognize objects in video and
images. When multiple capsules in the same layer match as a result of recognition, they
activate the capsule with a layer above and so on until the network brings together the
whole image. Each of the capsules is designed to detect a specific function of an image
in such a way that it can recognize them from different angles. This approach is the
newest in the field of artificial neural networks.
5</p>
    </sec>
    <sec id="sec-4">
      <title>The State of AI Researches in Russia and USA</title>
      <p>In order to assess the state of affairs in the field of artificial intelligence in Russia and
compare them with foreign competitors, it is advisable to compare the number of
scientific publications over the past year and the amount of funds allocated to the
development of the field.</p>
      <p>Let us single out the most ambitious Western projects aimed at the development of
artificial intelligence and teams working in this field:
DARPA is a US Department of Defense directorate that is responsible for developing
new technologies in the military. The task of DARPA is to preserve the technological
superiority of the US armed forces, to prevent the emergence for the United States of
new technical means of armed struggle, to support breakthrough research, to bridge the
gap between basic research and their use in the military sphere. In the first 5 years, the
management of the SyNAPSE project has allocated more than 106 million dollars.
Also, annually large funds are allocated for holding competitions among developers,
thereby motivating the development of new technologies.</p>
      <p>ARPA-E - Agency for Advanced Energy Research, USA.</p>
      <p>The Advanced Research Foundation is the analogue of DARPA, created to facilitate
the implementation of research and development in the interests of Russian defense and
state security, associated with a high degree of risk of achieving qualitatively new
results in the military-technical, technological and socio-economic spheres.</p>
      <p>The Russian Science Foundation is a non-profit organization established for the
purpose of financial and organizational support for basic and exploratory research, the
training of scientific personnel, and the development of research teams that hold leading
positions in a specific field of science.</p>
      <p>The Russian Foundation for Basic Research is a self-governing state non-profit
organization in the form of a federal institution administered by the Government of the
Russian Federation. The RFBR was established by Decree of the President of the
Russian Federation of April 27, 1992 No. 426 “On Urgent Measures for the Preservation
of the Scientific and Technical Potential of the Russian Federation”. By order of the
Government of Russia of February 29, 2016, another state grant fund, the Russian
Humanitarian Fund, was attached to the RFBR.</p>
      <p>In general, in Russia for 10 years to support the development of about 23 billio n
rubles. For comparison, about 200 million dollars are allocated annually in the United
States (about 12 billion rubles). Obviously, the difference is enormous. Accordingly, in
order to be able to compete in this area with advanced countries, it is necessary to
increase the amount of funds invested in the development of artificial intelligence. It is
advisable to introduce special courses of artificial intelligence in universities and to
develop the potential of potential developers at the university stage. Conduct seminars
and lectures with the participation of leading scientists and businessmen working with
real tasks in the field of artificial intelligence and, in particular, artificial neural
networks.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bottou L</surname>
          </string-name>
          . et al.
          <article-title>Comparison of classifier methods: a case study in handwritten digit recognition //Pattern Recognition</article-title>
          ,
          <year>1994</year>
          . Vol.
          <volume>2</volume>
          -
          <string-name>
            <surname>Conference</surname>
            <given-names>B</given-names>
          </string-name>
          :
          <string-name>
            <surname>Computer</surname>
            <given-names>Vision &amp; Image</given-names>
          </string-name>
          <string-name>
            <surname>Processing</surname>
          </string-name>
          .,
          <source>Proceedings of the 12th IAPR International. Conference on</source>
          , vol.
          <volume>2</volume>
          ,
          <fpage>77</fpage>
          -
          <lpage>82</lpage>
          , IEEE, (
          <year>1994</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. . LeCun,
          <string-name>
            <given-names>B.</given-names>
            <surname>Boser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Denker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Henderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Hubbard</surname>
          </string-name>
          and
          <string-name>
            <given-names>L. D.</given-names>
            <surname>Jackel</surname>
          </string-name>
          : Backpropagation Applied to Handwritten Zip Code Recognition,
          <source>Neural Computation</source>
          ,
          <volume>1</volume>
          (
          <issue>4</issue>
          ):
          <fpage>541</fpage>
          -
          <lpage>551</lpage>
          ,
          <string-name>
            <surname>Winter</surname>
          </string-name>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Russakovsky</surname>
            <given-names>O.</given-names>
          </string-name>
          et al.
          <article-title>Imagenet large scale visual recognition challenge //</article-title>
          <source>International Journal of Computer Vision</source>
          , vol.
          <volume>115</volume>
          ,
          <issue>№</issue>
          .
          <volume>3</volume>
          ,
          <fpage>211</fpage>
          -
          <lpage>252</lpage>
          , (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Pilato</surname>
          </string-name>
          , Giovanni, Sergey A.
          <string-name>
            <surname>Yarushev</surname>
          </string-name>
          , and
          <string-name>
            <surname>Alexey</surname>
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Averkin</surname>
          </string-name>
          .
          <article-title>"Prediction and Detection of User Emotions Based on Neuro-Fuzzy Neural Networks in Social Networks."</article-title>
          <source>International Conference on Intelligent Information Technologies for Industry</source>
          . Springer, Cham, (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. M erolla,
          <string-name>
            <surname>P.A.</surname>
          </string-name>
          <article-title>A million spiking-neuron integrated circuit with a scalable communication network and interface / P.A. M erolla et</article-title>
          al.
          <source>// Science 08 Aug</source>
          <year>2014</year>
          , Vol.
          <volume>345</volume>
          , Issue 6197, pp .
          <fpage>668</fpage>
          -
          <lpage>673</lpage>
          , (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Zaghloul</surname>
            ,
            <given-names>K.A.</given-names>
          </string-name>
          <article-title>A silicon retina that reproduces signals in the optic nerve / K.A</article-title>
          .
          <string-name>
            <surname>Zaghloul</surname>
            , K. Boahen // Journal of neural engineering, Vol 3,
            <given-names>P.</given-names>
          </string-name>
          257267, (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Wen</surname>
            ,
            <given-names>B. A Silicon</given-names>
          </string-name>
          <string-name>
            <surname>Cochlea with Active Coupling</surname>
          </string-name>
          / B. Wen, K. Boahen // IEEE Transactions on
          <article-title>biomedical circuits and systems</article-title>
          ,
          <source>December</source>
          <year>2009</year>
          , Vol.
          <volume>3</volume>
          , No.
          <issue>6</issue>
          , pp.
          <fpage>444</fpage>
          -
          <lpage>455</lpage>
          , (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ranganathan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          et al.
          <article-title>Self-Organization in Artificial Intelligence and the Brain // Georgia Tech online</article-title>
          . URL: http://www.cc.gatech.edu/people/home/zkira/research.html/,
          <source>last accessed 2019/04/1</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Sabour</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frosst</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
            <given-names>G. E.</given-names>
          </string-name>
          <article-title>Dynamic routing between capsules //</article-title>
          <source>Advances in Neural Information Processing Systems</source>
          , pp .
          <fpage>3859</fpage>
          -
          <lpage>3869</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>