Английская Википедия:Artificial neural network

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Use dmy dates

Файл:Colored neural network.svg
An artificial neural network is an interconnected group of nodes, inspired by a simplification of neurons in a brain. Here, each circular node represents an artificial neuron and an arrow represents a connection from the output of one artificial neuron to the input of another.

Шаблон:Machine learning Artificial neural networks (ANNs, also shortened to neural networks (NNs) or neural nets) are a branch of machine learning models that are built using principles of neuronal organization discovered by connectionism in the biological neural networks constituting animal brains.[1][2]

An ANN is made of connected units or nodes called artificial neurons, which loosely model the neurons in a biological brain. These are connected by edges, which model the synapses in a biological brain. An artificial neuron receives signals from connected neurons, then processes them and sends a signal to other connected neurons. The "signal" is a real number, and the output of each neuron is computed by some non-linear function of the sum of its inputs, called the activation function. Neurons and edges typically have a weight that adjusts as learning proceeds. The weight increases or decreases the strength of the signal at a connection.

Typically, neurons are aggregated into layers. Different layers may perform different transformations on their inputs. Signals travel from the first layer (the input layer) to the last layer (the output layer), possibly passing through multiple intermediate layers (hidden layers). A network is typically called a deep neural network if it has at least 2 hidden layers.[3]

Artificial neural networks are used for predictive modeling, adaptive control, and other applications where they can be trained via a dataset. They are also used to solve problems in artificial intelligence. Networks can learn from experience, and can derive conclusions from a complex and seemingly unrelated set of information.

Шаблон:Toclimit

Training

Neural networks are typically trained through empirical risk minimization. This method is based on the idea of optimizing the network's parameters to minimize the difference, or empirical risk, between the predicted output and the actual target values in a given dataset.[4] Gradient based methods such as backpropagation are usually used to estimate the parameters of the network.[4] During the training phase, ANNs learn from labeled training data by iteratively updating their parameters to minimize a defined loss function.[5] This method allows the network to generalize to unseen data.Шаблон:Multiple image

History

Шаблон:Main

Historically, digital computers evolved from the von Neumann model, and operate via the execution of explicit instructions via access to memory by a number of processors. On the other hand, the origins of neural networks are based on efforts to model information processing in biological systems. Unlike the von Neumann model, neural network computing does not separate memory and processing.

The simplest kind of feedforward neural network (FNN) is a linear network, which consists of a single layer of output nodes; the inputs are fed directly to the outputs via a series of weights. The sum of the products of the weights and the inputs is calculated at each node. The mean squared errors between these calculated outputs and the given target values are minimized by creating an adjustment to the weights. This technique has been known for over two centuries as the method of least squares or linear regression. It was used as a means of finding a good rough linear fit to a set of points by Legendre (1805) and Gauss (1795) for the prediction of planetary movement.[6][7][8][9][10]

Wilhelm Lenz and Ernst Ising created and analyzed the Ising model (1925)[11] which is essentially a non-learning artificial recurrent neural network (RNN) consisting of neuron-like threshold elements.[9] In 1972, Shun'ichi Amari described an adaptive version of this architecture,[12][9] which was popularised by John Hopfield in 1982[13] and is now called a Hopfield network.

Warren McCulloch and Walter Pitts[14] (1943) also considered a non-learning computational model for neural networks.[15]

In the late 1940s, D. O. Hebb[16] created a learning hypothesis based on the mechanism of neural plasticity that became known as Hebbian learning. Hebbian learning is considered to be a 'typical' unsupervised learning rule and its later variants were early models for long term potentiation. These ideas started being applied to computational models in 1948 with Turing's "unorganized machines". Farley and Wesley A. Clark[17] were the first to simulate a Hebbian network in 1954 at MIT. They used computational machines, then called "calculators". Other neural network computational machines were created by Rochester, Holland, Habit, and Duda[18] in 1956. In 1958, psychologist Frank Rosenblatt invented the perceptron, the first implemented artificial neural network,[19][20][21][22] funded by the United States Office of Naval Research.[23]

The invention of the perceptron raised public excitement for research in Artificial Neural Networks, causing the US government to drastically increase funding into deep learning research. This led to "the golden age of AI" fueled by the optimistic claims made by computer scientists regarding the ability of perceptrons to emulate human intelligence.[24] For example, in 1957 Herbert Simon famously said:[24]Шаблон:BlockquoteHowever, this wasn't the case as research stagnated in the United States following the work of Minsky and Papert (1969),[25] who discovered that basic perceptrons were incapable of processing the exclusive-or circuit and that computers lacked sufficient power to train useful neural networks. This, along with other factors such as the 1973 Lighthill report by James Lighthill stating that research in Artificial Intelligence has not "produced the major impact that was then promised," shutting funding in research into the field of AI in all but two universities in the UK and in many major institutions across the world.[26] This ushered an era called the AI Winter with reduced research into connectionism due to a decrease in government funding and an increased stress on symbolic artificial intelligence in the United States and other Western countries.[27][26]

During the AI Winter era, however, research outside the United States continued, especially in Eastern Europe. By the time Minsky and Papert's book on Perceptrons came out, methods for training multilayer perceptrons (MLPs) were already known. The first deep learning Multi Layer Perceptron (MLP) was published by Alexey Grigorevich Ivakhnenko and Valentin Lapa in 1965, as the Group Method of Data Handling.[28][29][30] The first deep learning MLP trained by stochastic gradient descent[31] was published in 1967 by Shun'ichi Amari.[32][33] In computer experiments conducted by Amari's student Saito, a five layer MLP with two modifiable layers learned useful internal representations to classify non-linearily separable pattern classes.[33]

Self-organizing maps (SOMs) were described by Teuvo Kohonen in 1982.[34][35] SOMs are neurophysiologically inspired[36] neural networks that learn low-dimensional representations of high-dimensional data while preserving the topological structure of the data. They are trained using competitive learning.[34]

The convolutional neural network (CNN) architecture with convolutional layers and downsampling layers was introduced by Kunihiko Fukushima in 1980.[37] He called it the neocognitron. In 1969, he also introduced the ReLU (rectified linear unit) activation function.[38][9] The rectifier has become the most popular activation function for CNNs and deep neural networks in general.[39] CNNs have become an essential tool for computer vision.

A key in later advances in artificial neural network research was the backpropagation algorithm, an efficient application of the Leibniz chain rule (1673)[40] to networks of differentiable nodes.[9] It is also known as the reverse mode of automatic differentiation or reverse accumulation, due to Seppo Linnainmaa (1970).[41][42][43][44][9] The term "back-propagating errors" was introduced in 1962 by Frank Rosenblatt,[45][9] but he did not have an implementation of this procedure, although Henry J. Kelley[46] and Bryson[47] had dynamic programming based continuous precursors of backpropagation[28][48][49][50] already in 1960–61 in the context of control theory.[9] In 1973, Dreyfus used backpropagation to adapt parameters of controllers in proportion to error gradients.[51] In 1982, Paul Werbos applied backpropagation to MLPs in the way that has become standard.[52][48] In 1986 Rumelhart, Hinton and Williams showed that backpropagation learned interesting internal representations of words as feature vectors when trained to predict the next word in a sequence.[53]

In the late 1970s to early 1980s, interest briefly emerged in theoretically investigating the Ising model by Wilhelm Lenz (1920) and Ernst Ising (1925)[11] in relation to Шаблон:Pslink. In 1981, the Ising model was solved exactly by Peter Barth for the general case of closed Cayley trees (with loops) with an arbitrary branching ratio[54] and found to exhibit unusual phase transition behavior in its local-apex and long-range site-site correlations.[55][56]

The time delay neural network (TDNN) of Alex Waibel (1987) combined convolutions and weight sharing and backpropagation.[57][58] In 1988, Wei Zhang et al. applied backpropagation to a CNN (a simplified Neocognitron with convolutional interconnections between the image feature layers and the last fully connected layer) for alphabet recognition.[59][60] In 1989, Yann LeCun et al. trained a CNN to recognize handwritten ZIP codes on mail.[61] In 1992, max-pooling for CNNs was introduced by Juan Weng et al. to help with least-shift invariance and tolerance to deformation to aid 3D object recognition.[62][63][64] LeNet-5 (1998), a 7-level CNN by Yann LeCun et al.,[65] that classifies digits, was applied by several banks to recognize hand-written numbers on checks digitized in 32x32 pixel images.

From 1988 onward,[66][67] the use of neural networks transformed the field of protein structure prediction, in particular when the first cascading networks were trained on profiles (matrices) produced by multiple sequence alignments.[68]

In the 1980s, backpropagation did not work well for deep FNNs and RNNs. To overcome this problem, Juergen Schmidhuber (1992) proposed a hierarchy of RNNs pre-trained one level at a time by self-supervised learning.[69] It uses predictive coding to learn internal representations at multiple self-organizing time scales. This can substantially facilitate downstream deep learning. The RNN hierarchy can be collapsed into a single RNN, by distilling a higher level chunker network into a lower level automatizer network.[69][9] In 1993, a chunker solved a deep learning task whose depth exceeded 1000.[70]

In 1992, Juergen Schmidhuber also published an alternative to RNNs[71] which is now called a linear Transformer or a Transformer with linearized self-attention[72][73][9] (save for a normalization operator). It learns internal spotlights of attention:[74] a slow feedforward neural network learns by gradient descent to control the fast weights of another neural network through outer products of self-generated activation patterns FROM and TO (which are now called key and value for self-attention).[72] This fast weight attention mapping is applied to a query pattern.

The modern Transformer was introduced by Ashish Vaswani et al. in their 2017 paper "Attention Is All You Need."[75] It combines this with a softmax operator and a projection matrix.[9] Transformers have increasingly become the model of choice for natural language processing.[76] Many modern large language models such as ChatGPT, GPT-4, and BERT use it. Transformers are also increasingly being used in computer vision.[77]

In 1991, Juergen Schmidhuber also published adversarial neural networks that contest with each other in the form of a zero-sum game, where one network's gain is the other network's loss.[78][79][80] The first network is a generative model that models a probability distribution over output patterns. The second network learns by gradient descent to predict the reactions of the environment to these patterns. This was called "artificial curiosity."

In 2014, this principle was used in a generative adversarial network (GAN) by Ian Goodfellow et al.[81] Here the environmental reaction is 1 or 0 depending on whether the first network's output is in a given set. This can be used to create realistic deepfakes.[82] Excellent image quality is achieved by Nvidia's StyleGAN (2018)[83] based on the Progressive GAN by Tero Karras, Timo Aila, Samuli Laine, and Jaakko Lehtinen.[84] Here the GAN generator is grown from small to large scale in a pyramidal fashion.

Sepp Hochreiter's diploma thesis (1991)[85] was called "one of the most important documents in the history of machine learning" by his supervisor Juergen Schmidhuber.[9] Hochreiter identified and analyzed the vanishing gradient problem[85][86] and proposed recurrent residual connections to solve it. This led to the deep learning method called long short-term memory (LSTM), published in Neural Computation (1997).[87] LSTM recurrent neural networks can learn "very deep learning" tasks[88] with long credit assignment paths that require memories of events that happened thousands of discrete time steps before. The "vanilla LSTM" with forget gate was introduced in 1999 by Felix Gers, Schmidhuber and Fred Cummins.[89] LSTM has become the most cited neural network of the 20th century.[9] In 2015, Rupesh Kumar Srivastava, Klaus Greff, and Schmidhuber used the LSTM principle to create the Highway network, a feedforward neural network with hundreds of layers, much deeper than previous networks.[90][91] 7 months later, Kaiming He, Xiangyu Zhang; Shaoqing Ren, and Jian Sun won the ImageNet 2015 competition with an open-gated or gateless Highway network variant called Residual neural network.[92] This has become the most cited neural network of the 21st century.[9]

The development of metal–oxide–semiconductor (MOS) very-large-scale integration (VLSI), in the form of complementary MOS (CMOS) technology, enabled increasing MOS transistor counts in digital electronics. This provided more processing power for the development of practical artificial neural networks in the 1980s.[93]

Neural networks' early successes included predicting the stock market and in 1995 a (mostly) self-driving car.Шаблон:Efn[94]

Geoffrey Hinton et al. (2006) proposed learning a high-level representation using successive layers of binary or real-valued latent variables with a restricted Boltzmann machine[95] to model each layer. In 2012, Ng and Dean created a network that learned to recognize higher-level concepts, such as cats, only from watching unlabeled images.[96] Unsupervised pre-training and increased computing power from GPUs and distributed computing allowed the use of larger networks, particularly in image and visual recognition problems, which became known as "deep learning".[5]

Variants of the back-propagation algorithm, as well as unsupervised methods by Geoff Hinton and colleagues at the University of Toronto, can be used to train deep, highly nonlinear neural architectures,[97] similar to the 1980 Neocognitron by Kunihiko Fukushima,[98] and the "standard architecture of vision",[99] inspired by the simple and complex cells identified by David H. Hubel and Torsten Wiesel in the primary visual cortex.

Computational devices have been created in CMOS for both biophysical simulation and neuromorphic computing. More recent efforts show promise for creating nanodevices for very large scale principal components analyses and convolution.[100] If successful, these efforts could usher in a new era of neural computing that is a step beyond digital computing,[101] because it depends on learning rather than programming and because it is fundamentally analog rather than digital even though the first instantiations may in fact be with CMOS digital devices.

Ciresan and colleagues (2010)[102] showed that despite the vanishing gradient problem, GPUs make backpropagation feasible for many-layered feedforward neural networks.[103] Between 2009 and 2012, ANNs began winning prizes in image recognition contests, approaching human level performance on various tasks, initially in pattern recognition and handwriting recognition.[104][105] For example, the bi-directional and multi-dimensional long short-term memory (LSTM)[106][107] of Graves et al. won three competitions in connected handwriting recognition in 2009 without any prior knowledge about the three languages to be learned.[106][107]

Ciresan and colleagues built the first pattern recognizers to achieve human-competitive/superhuman performance[108] on benchmarks such as traffic sign recognition (IJCNN 2012).

Radial basis function and wavelet networks were introduced in 2013. These can be shown to offer best approximation properties and have been applied in nonlinear system identification and classification applications.[109]

Ramenzanpour et al. showed in 2020 that analytical and computational techniques derived from statistical physics of disordered systems can be extended to large-scale problems, including machine learning, e.g., to analyze the weight space of deep neural networks.[110]

Models

Шаблон:ConfusingШаблон:Further

Файл:Neuron3.png
Neuron and myelinated axon, with signal flow from inputs at dendrites to outputs at axon terminals

ANNs began as an attempt to exploit the architecture of the human brain to perform tasks that conventional algorithms had little success with. They soon reoriented towards improving empirical results, abandoning attempts to remain true to their biological precursors. ANNs have the ability to learn and model non-linearities and complex relationships. This is achieved by neurons being connected in various patterns, allowing the output of some neurons to become the input of others. The network forms a directed, weighted graph.[111]

An artificial neural network consists of simulated neurons. Each neuron is connected to other nodes via links like a biological axon-synapse-dendrite connection. All the nodes connected by links take in some data and use it to perform specific operations and tasks on the data. Each link has a weight, determining the strength of one node's influence on another,[112] allowing weights to choose the signal between neurons.

Artificial neurons

ANNs are composed of artificial neurons which are conceptually derived from biological neurons. Each artificial neuron has inputs and produces a single output which can be sent to multiple other neurons.[113] The inputs can be the feature values of a sample of external data, such as images or documents, or they can be the outputs of other neurons. The outputs of the final output neurons of the neural net accomplish the task, such as recognizing an object in an image.

To find the output of the neuron we take the weighted sum of all the inputs, weighted by the weights of the connections from the inputs to the neuron. We add a bias term to this sum.[114] This weighted sum is sometimes called the activation. This weighted sum is then passed through a (usually nonlinear) activation function to produce the output. The initial inputs are external data, such as images and documents. The ultimate outputs accomplish the task, such as recognizing an object in an image.[115]

Organization

The neurons are typically organized into multiple layers, especially in deep learning. Neurons of one layer connect only to neurons of the immediately preceding and immediately following layers. The layer that receives external data is the input layer. The layer that produces the ultimate result is the output layer. In between them are zero or more hidden layers. Single layer and unlayered networks are also used. Between two layers, multiple connection patterns are possible. They can be 'fully connected', with every neuron in one layer connecting to every neuron in the next layer. They can be pooling, where a group of neurons in one layer connects to a single neuron in the next layer, thereby reducing the number of neurons in that layer.[116] Neurons with only such connections form a directed acyclic graph and are known as feedforward networks.[117] Alternatively, networks that allow connections between neurons in the same or previous layers are known as recurrent networks.[118]

Hyperparameter

Шаблон:Main A hyperparameter is a constant parameter whose value is set before the learning process begins. The values of parameters are derived via learning. Examples of hyperparameters include learning rate, the number of hidden layers and batch size.[119] The values of some hyperparameters can be dependent on those of other hyperparameters. For example, the size of some layers can depend on the overall number of layers.

Learning

Шаблон:No footnotesШаблон:See also

Learning is the adaptation of the network to better handle a task by considering sample observations. Learning involves adjusting the weights (and optional thresholds) of the network to improve the accuracy of the result. This is done by minimizing the observed errors. Learning is complete when examining additional observations does not usefully reduce the error rate. Even after learning, the error rate typically does not reach 0. If after learning, the error rate is too high, the network typically must be redesigned. Practically this is done by defining a cost function that is evaluated periodically during learning. As long as its output continues to decline, learning continues. The cost is frequently defined as a statistic whose value can only be approximated. The outputs are actually numbers, so when the error is low, the difference between the output (almost certainly a cat) and the correct answer (cat) is small. Learning attempts to reduce the total of the differences across the observations. Most learning models can be viewed as a straightforward application of optimization theory and statistical estimation.[111][120]

Learning rate

Шаблон:Main The learning rate defines the size of the corrective steps that the model takes to adjust for errors in each observation.[121] A high learning rate shortens the training time, but with lower ultimate accuracy, while a lower learning rate takes longer, but with the potential for greater accuracy. Optimizations such as Quickprop are primarily aimed at speeding up error minimization, while other improvements mainly try to increase reliability. In order to avoid oscillation inside the network such as alternating connection weights, and to improve the rate of convergence, refinements use an adaptive learning rate that increases or decreases as appropriate.[122] The concept of momentum allows the balance between the gradient and the previous change to be weighted such that the weight adjustment depends to some degree on the previous change. A momentum close to 0 emphasizes the gradient, while a value close to 1 emphasizes the last change.

Cost function

While it is possible to define a cost function ad hoc, frequently the choice is determined by the function's desirable properties (such as convexity) or because it arises from the model (e.g. in a probabilistic model the model's posterior probability can be used as an inverse cost).

Backpropagation

Шаблон:Main Backpropagation is a method used to adjust the connection weights to compensate for each error found during learning. The error amount is effectively divided among the connections. Technically, backprop calculates the gradient (the derivative) of the cost function associated with a given state with respect to the weights. The weight updates can be done via stochastic gradient descent or other methods, such as extreme learning machines,[123] "no-prop" networks,[124] training without backtracking,[125] "weightless" networks,[126][127] and non-connectionist neural networks.Шаблон:Citation needed

Learning paradigms

Шаблон:No footnotes Machine learning is commonly separated into three main learning paradigms, supervised learning,[128] unsupervised learning[129] and reinforcement learning.[130] Each corresponds to a particular learning task.

Supervised learning

Supervised learning uses a set of paired inputs and desired outputs. The learning task is to produce the desired output for each input. In this case, the cost function is related to eliminating incorrect deductions.[131] A commonly used cost is the mean-squared error, which tries to minimize the average squared error between the network's output and the desired output. Tasks suited for supervised learning are pattern recognition (also known as classification) and regression (also known as function approximation). Supervised learning is also applicable to sequential data (e.g., for handwriting, speech and gesture recognition). This can be thought of as learning with a "teacher", in the form of a function that provides continuous feedback on the quality of solutions obtained thus far.

Unsupervised learning

In unsupervised learning, input data is given along with the cost function, some function of the data <math>\textstyle x</math> and the network's output. The cost function is dependent on the task (the model domain) and any a priori assumptions (the implicit properties of the model, its parameters and the observed variables). As a trivial example, consider the model <math>\textstyle f(x) = a</math> where <math>\textstyle a</math> is a constant and the cost <math>\textstyle C=E[(x - f(x))^2]</math>. Minimizing this cost produces a value of <math>\textstyle a</math> that is equal to the mean of the data. The cost function can be much more complicated. Its form depends on the application: for example, in compression it could be related to the mutual information between <math>\textstyle x</math> and <math>\textstyle f(x)</math>, whereas in statistical modeling, it could be related to the posterior probability of the model given the data (note that in both of those examples, those quantities would be maximized rather than minimized). Tasks that fall within the paradigm of unsupervised learning are in general estimation problems; the applications include clustering, the estimation of statistical distributions, compression and filtering.

Reinforcement learning

Шаблон:Main Шаблон:See also

In applications such as playing video games, an actor takes a string of actions, receiving a generally unpredictable response from the environment after each one. The goal is to win the game, i.e., generate the most positive (lowest cost) responses. In reinforcement learning, the aim is to weight the network (devise a policy) to perform actions that minimize long-term (expected cumulative) cost. At each point in time the agent performs an action and the environment generates an observation and an instantaneous cost, according to some (usually unknown) rules. The rules and the long-term cost usually only can be estimated. At any juncture, the agent decides whether to explore new actions to uncover their costs or to exploit prior learning to proceed more quickly.

Formally the environment is modeled as a Markov decision process (MDP) with states <math>\textstyle {s_1,...,s_n}\in S </math> and actions <math>\textstyle {a_1,...,a_m} \in A</math>. Because the state transitions are not known, probability distributions are used instead: the instantaneous cost distribution <math>\textstyle P(c_t|s_t)</math>, the observation distribution <math>\textstyle P(x_t|s_t)</math> and the transition distribution <math>\textstyle P(s_{t+1}|s_t, a_t)</math>, while a policy is defined as the conditional distribution over actions given the observations. Taken together, the two define a Markov chain (MC). The aim is to discover the lowest-cost MC.

ANNs serve as the learning component in such applications.[132][133] Dynamic programming coupled with ANNs (giving neurodynamic programming)[134] has been applied to problems such as those involved in vehicle routing,[135] video games, natural resource management[136][137] and medicine[138] because of ANNs ability to mitigate losses of accuracy even when reducing the discretization grid density for numerically approximating the solution of control problems. Tasks that fall within the paradigm of reinforcement learning are control problems, games and other sequential decision making tasks.

Self-learning

Self-learning in neural networks was introduced in 1982 along with a neural network capable of self-learning named crossbar adaptive array (CAA).[139] It is a system with only one input, situation s, and only one output, action (or behavior) a. It has neither external advice input nor external reinforcement input from the environment. The CAA computes, in a crossbar fashion, both decisions about actions and emotions (feelings) about encountered situations. The system is driven by the interaction between cognition and emotion.[140] Given the memory matrix, W =||w(a,s)||, the crossbar self-learning algorithm in each iteration performs the following computation:

  In situation s perform action a;
  Receive consequence situation s';
  Compute emotion of being in consequence situation v(s');
  Update crossbar memory w'(a,s) = w(a,s) + v(s').

The backpropagated value (secondary reinforcement) is the emotion toward the consequence situation. The CAA exists in two environments, one is behavioral environment where it behaves, and the other is genetic environment, where from it initially and only once receives initial emotions about to be encountered situations in the behavioral environment. Having received the genome vector (species vector) from the genetic environment, the CAA will learn a goal-seeking behavior, in the behavioral environment that contains both desirable and undesirable situations.[141]

Neuroevolution

Шаблон:Main

Neuroevolution can create neural network topologies and weights using evolutionary computation. It is competitive with sophisticated gradient descent approachesШаблон:Citation needed. One advantage of neuroevolution is that it may be less prone to get caught in "dead ends".[142]

Stochastic neural network

Stochastic neural networks originating from Sherrington–Kirkpatrick models are a type of artificial neural network built by introducing random variations into the network, either by giving the network's artificial neurons stochastic transfer functions, or by giving them stochastic weights. This makes them useful tools for optimization problems, since the random fluctuations help the network escape from local minima.[143] Stochastic neural networks trained using a Bayesian approach are known as Bayesian neural networks.[144]

Other

In a Bayesian framework, a distribution over the set of allowed models is chosen to minimize the cost. Evolutionary methods,[145] gene expression programming,[146] simulated annealing,[147] expectation-maximization, non-parametric methods and particle swarm optimization[148] are other learning algorithms. Convergent recursion is a learning algorithm for cerebellar model articulation controller (CMAC) neural networks.[149][150]

Modes

Шаблон:No footnotes Two modes of learning are available: stochastic and batch. In stochastic learning, each input creates a weight adjustment. In batch learning weights are adjusted based on a batch of inputs, accumulating errors over the batch. Stochastic learning introduces "noise" into the process, using the local gradient calculated from one data point; this reduces the chance of the network getting stuck in local minima. However, batch learning typically yields a faster, more stable descent to a local minimum, since each update is performed in the direction of the batch's average error. A common compromise is to use "mini-batches", small batches with samples in each batch selected stochastically from the entire data set.

Types

Шаблон:Main

ANNs have evolved into a broad family of techniques that have advanced the state of the art across multiple domains. The simplest types have one or more static components, including number of units, number of layers, unit weights and topology. Dynamic types allow one or more of these to evolve via learning. The latter is much more complicated but can shorten learning periods and produce better results. Some types allow/require learning to be "supervised" by the operator, while others operate independently. Some types operate purely in hardware, while others are purely software and run on general purpose computers.

Some of the main breakthroughs include: convolutional neural networks that have proven particularly successful in processing visual and other two-dimensional data;[151][152] long short-term memory avoid the vanishing gradient problem[153] and can handle signals that have a mix of low and high frequency components aiding large-vocabulary speech recognition,[154][155] text-to-speech synthesis,[156][48][157] and photo-real talking heads;[158] competitive networks such as generative adversarial networks in which multiple networks (of varying structure) compete with each other, on tasks such as winning a game[159] or on deceiving the opponent about the authenticity of an input.[81]

Network design

Using artificial neural networks requires an understanding of their characteristics.

  • Choice of model: This depends on the data representation and the application. Model parameters include the number, type, and connectedness of network layers, as well as the size of each and the connection type (full, pooling, etc. ). Overly complex models learn slowly.
  • Learning algorithm: Numerous trade-offs exist between learning algorithms. Almost any algorithm will work well with the correct hyperparameters[160] for training on a particular data set. However, selecting and tuning an algorithm for training on unseen data requires significant experimentation.
  • Robustness: If the model, cost function and learning algorithm are selected appropriately, the resulting ANN can become robust.

Neural architecture search (NAS) uses machine learning to automate ANN design. Various approaches to NAS have designed networks that compare well with hand-designed systems. The basic search algorithm is to propose a candidate model, evaluate it against a dataset, and use the results as feedback to teach the NAS network.[161] Available systems include AutoML and AutoKeras.[162] scikit-learn library provides functions to help with building a deep network from scratch. We can then implement a deep network with TensorFlow or Keras.

Hyperparameters must also be defined as part of the design (they are not learned), governing matters such as how many neurons are in each layer, learning rate, step, stride, depth, receptive field and padding (for CNNs), etc.[163] Шаблон:Citation needed span

Applications

Because of their ability to reproduce and model nonlinear processes, artificial neural networks have found applications in many disciplines. These include:

ANNs have been used to diagnose several types of cancers[179][180] and to distinguish highly invasive cancer cell lines from less invasive lines using only cell shape information.[181][182]

ANNs have been used to accelerate reliability analysis of infrastructures subject to natural disasters[183][184] and to predict foundation settlements.[185] It can also be useful to mitigate flood by the use of ANNs for modelling rainfall-runoff.[186] ANNs have also been used for building black-box models in geoscience: hydrology,[187][188] ocean modelling and coastal engineering,[189][190] and geomorphology.[191] ANNs have been employed in cybersecurity, with the objective to discriminate between legitimate activities and malicious ones. For example, machine learning has been used for classifying Android malware,[192] for identifying domains belonging to threat actors and for detecting URLs posing a security risk.[193] Research is underway on ANN systems designed for penetration testing, for detecting botnets,[194] credit cards frauds[195] and network intrusions.

ANNs have been proposed as a tool to solve partial differential equations in physics[196][197][198] and simulate the properties of many-body open quantum systems.[199][200][201][202] In brain research ANNs have studied short-term behavior of individual neurons,[203] the dynamics of neural circuitry arise from interactions between individual neurons and how behavior can arise from abstract neural modules that represent complete subsystems. Studies considered long-and short-term plasticity of neural systems and their relation to learning and memory from the individual neuron to the system level.

It is possible to create a profile of a user's interests from pictures, using artificial neural networks trained for object recognition.[204]

Theoretical properties

Computational power

The multilayer perceptron is a universal function approximator, as proven by the universal approximation theorem. However, the proof is not constructive regarding the number of neurons required, the network topology, the weights and the learning parameters.

A specific recurrent architecture with rational-valued weights (as opposed to full precision real number-valued weights) has the power of a universal Turing machine,[205] using a finite number of neurons and standard linear connections. Further, the use of irrational values for weights results in a machine with super-Turing power.[206][207]Шаблон:Failed verification

Capacity

A model's "capacity" property corresponds to its ability to model any given function. It is related to the amount of information that can be stored in the network and to the notion of complexity. Two notions of capacity are known by the community. The information capacity and the VC Dimension. The information capacity of a perceptron is intensively discussed in Sir David MacKay's book[208] which summarizes work by Thomas Cover.[209] The capacity of a network of standard neurons (not convolutional) can be derived by four rules[210] that derive from understanding a neuron as an electrical element. The information capacity captures the functions modelable by the network given any data as input. The second notion, is the VC dimension. VC Dimension uses the principles of measure theory and finds the maximum capacity under the best possible circumstances. This is, given input data in a specific form. As noted in,[208] the VC Dimension for arbitrary inputs is half the information capacity of a Perceptron. The VC Dimension for arbitrary points is sometimes referred to as Memory Capacity.[211]

Convergence

Models may not consistently converge on a single solution, firstly because local minima may exist, depending on the cost function and the model. Secondly, the optimization method used might not guarantee to converge when it begins far from any local minimum. Thirdly, for sufficiently large data or parameters, some methods become impractical.

Another issue worthy to mention is that training may cross some Saddle point which may lead the convergence to the wrong direction.

The convergence behavior of certain types of ANN architectures are more understood than others. When the width of network approaches to infinity, the ANN is well described by its first order Taylor expansion throughout training, and so inherits the convergence behavior of affine models.[212][213] Another example is when parameters are small, it is observed that ANNs often fits target functions from low to high frequencies. This behavior is referred to as the spectral bias, or frequency principle, of neural networks.[214][215][216][217] This phenomenon is the opposite to the behavior of some well studied iterative numerical schemes such as Jacobi method. Deeper neural networks have been observed to be more biased towards low frequency functions.[218]

Generalization and statistics

Шаблон:No footnotes Applications whose goal is to create a system that generalizes well to unseen examples, face the possibility of over-training. This arises in convoluted or over-specified systems when the network capacity significantly exceeds the needed free parameters. Two approaches address over-training. The first is to use cross-validation and similar techniques to check for the presence of over-training and to select hyperparameters to minimize the generalization error.

The second is to use some form of regularization. This concept emerges in a probabilistic (Bayesian) framework, where regularization can be performed by selecting a larger prior probability over simpler models; but also in statistical learning theory, where the goal is to minimize over two quantities: the 'empirical risk' and the 'structural risk', which roughly corresponds to the error over the training set and the predicted error in unseen data due to overfitting.

Файл:Synapse deployment.jpg
Confidence analysis of a neural network

Supervised neural networks that use a mean squared error (MSE) cost function can use formal statistical methods to determine the confidence of the trained model. The MSE on a validation set can be used as an estimate for variance. This value can then be used to calculate the confidence interval of network output, assuming a normal distribution. A confidence analysis made this way is statistically valid as long as the output probability distribution stays the same and the network is not modified.

By assigning a softmax activation function, a generalization of the logistic function, on the output layer of the neural network (or a softmax component in a component-based network) for categorical target variables, the outputs can be interpreted as posterior probabilities. This is useful in classification as it gives a certainty measure on classifications.

The softmax activation function is:

<math>y_i=\frac{e^{x_i}}{\sum_{j=1}^c e^{x_j}}</math>

<section end="theory" />

Criticism

Training

A common criticism of neural networks, particularly in robotics, is that they require too many training samples for real-world operation.[219] Any learning machine needs sufficient representative examples in order to capture the underlying structure that allows it to generalize to new cases. Potential solutions include randomly shuffling training examples, by using a numerical optimization algorithm that does not take too large steps when changing the network connections following an example, grouping examples in so-called mini-batches and/or introducing a recursive least squares algorithm for CMAC.[149] Dean Pomerleau uses a neural network to train a robotic vehicle to drive on multiple types of roads (single lane, multi-lane, dirt, etc.), and a large amount of his research is devoted to extrapolating multiple training scenarios from a single training experience, and preserving past training diversity so that the system does not become overtrained (if, for example, it is presented with a series of right turns—it should not learn to always turn right).[220]

Theory

A central claimШаблон:Citation needed of ANNs is that they embody new and powerful general principles for processing information. These principles are ill-defined. It is often claimedШаблон:By whom that they are emergent from the network itself. This allows simple statistical association (the basic function of artificial neural networks) to be described as learning or recognition. In 1997, Alexander Dewdney, a former Scientific American columnist, commented that as a result, artificial neural networks have a "something-for-nothing quality, one that imparts a peculiar aura of laziness and a distinct lack of curiosity about just how good these computing systems are. No human hand (or mind) intervenes; solutions are found as if by magic; and no one, it seems, has learned anything".[221] One response to Dewdney is that neural networks have been successfully used to handle many complex and diverse tasks, ranging from autonomously flying aircraft[222] to detecting credit card fraud to mastering the game of Go.

Technology writer Roger Bridgman commented:

Шаблон:Blockquote

Although it is true that analyzing what has been learned by an artificial neural network is difficult, it is much easier to do so than to analyze what has been learned by a biological neural network. Moreover, recent emphasis on the explainability of AI has contributed towards the development of methods, notably those based on attention mechanisms, for visualizing and explaining learned neural networks. Furthermore, researchers involved in exploring learning algorithms for neural networks are gradually uncovering generic principles that allow a learning machine to be successful. For example, Bengio and LeCun (2007) wrote an article regarding local vs non-local learning, as well as shallow vs deep architecture.[223]

Biological brains use both shallow and deep circuits as reported by brain anatomy,[224] displaying a wide variety of invariance. Weng[225] argued that the brain self-wires largely according to signal statistics and therefore, a serial cascade cannot catch all major statistical dependencies.

Hardware

Large and effective neural networks require considerable computing resources.[226] While the brain has hardware tailored to the task of processing signals through a graph of neurons, simulating even a simplified neuron on von Neumann architecture may consume vast amounts of memory and storage. Furthermore, the designer often needs to transmit signals through many of these connections and their associated neuronsШаблон:Snd which require enormous CPU power and time.

Schmidhuber noted that the resurgence of neural networks in the twenty-first century is largely attributable to advances in hardware: from 1991 to 2015, computing power, especially as delivered by GPGPUs (on GPUs), has increased around a million-fold, making the standard backpropagation algorithm feasible for training networks that are several layers deeper than before.[28] The use of accelerators such as FPGAs and GPUs can reduce training times from months to days.Шаблон:R

Neuromorphic engineering or a physical neural network addresses the hardware difficulty directly, by constructing non-von-Neumann chips to directly implement neural networks in circuitry. Another type of chip optimized for neural network processing is called a Tensor Processing Unit, or TPU.[227]

Practical counterexamples

Analyzing what has been learned by an ANN is much easier than analyzing what has been learned by a biological neural network. Furthermore, researchers involved in exploring learning algorithms for neural networks are gradually uncovering general principles that allow a learning machine to be successful. For example, local vs. non-local learning and shallow vs. deep architecture.[228]

Hybrid approaches

Advocates of hybrid models (combining neural networks and symbolic approaches) say that such a mixture can better capture the mechanisms of the human mind.[229][230]

Dataset bias

Neural networks are dependent on the quality of the data they are trained on, thus low quality data with imbalanced representativeness can lead to the model learning and perpetuating societal biases.[231][232] These inherited biases become especially critical when the ANNs are integrated into real-world scenarios where the training data may be imbalanced due to the scarcity of data for a specific race, gender or other attribute.[231] This imbalance can result in the model having inadequate representation and understanding of underrepresented groups, leading to discriminatory outcomes that exasperate societal inequalities, especially in applications like facial recognition, hiring processes, and law enforcement.[232][233] For example, in 2018, Amazon had to scrap a recruiting tool because the model favored men over women for jobs in software engineering due to the higher number of male workers in the field.[233] The program would penalize any resume with the word "woman" or the name of any women's college. However, the use of synthetic data can help reduce dataset bias and increase representation in datasets.[234]

Gallery

Recent Advancements and Future Directions

Artificial Neural Networks (ANNs) are a pivotal element in the realm of machine learning, resembling the structure and function of the human brain. ANNs have undergone significant advancements, particularly in their ability to model complex systems, handle large data sets, and adapt to various types of applications. Their evolution over the past few decades has been marked by notable methodological developments and a broad range of applications in fields such as image processing, speech recognition, natural language processing, finance, and medicine.

Image Processing

In the realm of image processing, ANNs have made significant strides. They are employed in tasks such as image classification, object recognition, and image segmentation. For instance, deep convolutional neural networks (CNNs) have been instrumental in handwritten digit recognition, achieving state-of-the-art performance.[235] This demonstrates the ability of ANNs to effectively process and interpret complex visual information, leading to advancements in fields ranging from automated surveillance to medical imaging.[235]

Speech Recognition

ANNs have revolutionized speech recognition technology. By modeling speech signals, they are used for tasks like speaker identification and speech-to-text conversion. Deep neural network architectures have introduced significant improvements in large vocabulary continuous speech recognition, outperforming traditional techniques.[235][236] These advancements have facilitated the development of more accurate and efficient voice-activated systems, enhancing user interfaces in technology products.

Natural Language Processing

In natural language processing, ANNs are vital for tasks such as text classification, sentiment analysis, and machine translation. They have enabled the development of models that can accurately translate between languages, understand the context and sentiment in textual data, and categorize text based on content.[235][236] This has profound implications for automated customer service, content moderation, and language understanding technologies.

Control Systems

In the domain of control systems, ANNs are applied to model dynamic systems for tasks such as system identification, control design, and optimization. The backpropagation algorithm, for instance, has been employed for training multi-layer feedforward neural networks, which are instrumental in system identification and control applications. This highlights the versatility of ANNs in adapting to complex dynamic environments, which is crucial in automation and robotics.

Finance

Artificial Neural Networks (ANNs) have made a significant impact on the financial sector, particularly in stock market prediction and credit scoring. These powerful AI systems can process vast amounts of financial data, recognize complex patterns, and forecast stock market trends, aiding investors and risk managers in making informed decisions.[235] In credit scoring, ANNs offer data-driven, personalized assessments of creditworthiness, improving the accuracy of default predictions and automating the lending process.[236] While ANNs offer numerous benefits, they also require high-quality data and careful tuning, and their "black-box" nature can pose challenges in interpretation. Nevertheless, ongoing advancements suggest that ANNs will continue to play a pivotal role in shaping the future of finance, offering valuable insights and enhancing risk management strategies.

Medicine

Artificial Neural Networks (ANNs) are revolutionizing the field of medicine with their ability to process and analyze vast medical datasets. They have become instrumental in enhancing diagnostic accuracy, especially in interpreting complex medical imaging for early disease detection, and in predicting patient outcomes for personalized treatment planning.[236] In drug discovery, ANNs expedite the identification of potential drug candidates and predict their efficacy and safety, significantly reducing development time and costs.[235] Additionally, their application in personalized medicine and healthcare data analysis is leading to more tailored therapies and efficient patient care management.[236] Despite these advancements, challenges such as data privacy and model interpretability remain, with ongoing research aimed at addressing these issues and expanding the scope of ANN applications in medicine.

Content Creation

ANNs such as Generative Adversarial Networks (GAN) and transformers are also being used for content creation across numerous industries.[237] This is because Deep Learning models are able to learn the style of an artist or musician from huge datasets and generate completely new artworks and music compositions. For instance, DALL-E is a deep neural network trained on 650 million pairs of images and texts across the internet that can create artworks based on text entered by the user.[238] In the field of music, transformers are being used to create original music for commercials and documentaries through companies such as AIVA and Jukedeck.[239] In the marketing industry generative models are being used to create personalized advertisements for consumers.[237] Additionally, major film companies are partnering with technology companies to analyze the financial success of a film, such as the partnership between Warner Bros and technology company Cinelytic established in 2020.[240] Furthermore, neural networks have found uses in video game creation, where Non Player Characters (NPCs) can make decisions based on all the characters currently in the game.[241]

See also

Шаблон:Cols

Шаблон:Colend

External links

Шаблон:Spoken Wikipedia

Notes

Шаблон:Notelist

References

Шаблон:Reflist

Bibliography

Шаблон:Colbegin

Шаблон:Colend

Шаблон:Complex systems topics Шаблон:Control theory Шаблон:Differentiable computing Шаблон:Neuroscience Шаблон:Self-driving cars and enabling technologies Шаблон:Authority control

  1. Шаблон:Cite web
  2. Шаблон:Cite book
  3. Шаблон:Cite book
  4. 4,0 4,1 Шаблон:Cite book
  5. 5,0 5,1 Шаблон:Cite book
  6. Mansfield Merriman, "A List of Writings Relating to the Method of Least Squares"
  7. Шаблон:Cite journal
  8. Шаблон:Cite book
  9. 9,00 9,01 9,02 9,03 9,04 9,05 9,06 9,07 9,08 9,09 9,10 9,11 9,12 9,13 Шаблон:Cite arXiv
  10. Шаблон:Cite book
  11. 11,0 11,1 Шаблон:Cite journal
  12. Шаблон:Cite journal
  13. Шаблон:Cite journal
  14. Шаблон:Cite journal
  15. Шаблон:Cite news
  16. Шаблон:Cite book
  17. Шаблон:Cite journal
  18. Шаблон:Cite journal
  19. Haykin (2008) Neural Networks and Learning Machines, 3rd edition
  20. Шаблон:Cite journal
  21. Шаблон:Cite book
  22. Шаблон:Cite journal
  23. Шаблон:Cite journal
  24. 24,0 24,1 Шаблон:Cite book
  25. Шаблон:Cite book
  26. 26,0 26,1 Шаблон:Cite book
  27. Шаблон:Cite book
  28. 28,0 28,1 28,2 Шаблон:Cite journal
  29. Шаблон:Cite book
  30. Шаблон:Cite book
  31. Шаблон:Cite journal
  32. Шаблон:Cite journal
  33. 33,0 33,1 Шаблон:Cite arXiv
  34. 34,0 34,1 Шаблон:Cite journal
  35. Шаблон:Cite journal
  36. Шаблон:Cite journal
  37. Шаблон:Cite journal
  38. Шаблон:Cite journal
  39. Шаблон:Cite arXiv
  40. Шаблон:Cite book
  41. Шаблон:Cite thesis
  42. Шаблон:Cite journal
  43. Шаблон:Cite book
  44. Шаблон:Cite book
  45. Шаблон:Cite book
  46. Шаблон:Cite journal
  47. Шаблон:Cite conference
  48. 48,0 48,1 48,2 Шаблон:Cite journal
  49. Шаблон:Cite journal
  50. Шаблон:Cite book
  51. Шаблон:Cite journal
  52. Шаблон:Cite book
  53. David E. Rumelhart, Geoffrey E. Hinton & Ronald J. Williams, "Learning representations by back-propagating errors Шаблон:Webarchive," Nature, 323, pages 533–536 1986.
  54. Шаблон:Cite thesis
  55. Шаблон:Cite journal
  56. Шаблон:Citation
  57. Шаблон:Cite conference
  58. Alexander Waibel et al., Phoneme Recognition Using Time-Delay Neural Networks IEEE Transactions on Acoustics, Speech, and Signal Processing, Volume 37, No. 3, pp. 328. – 339 March 1989.
  59. Шаблон:Cite journal
  60. Шаблон:Cite journal
  61. LeCun et al., "Backpropagation Applied to Handwritten Zip Code Recognition," Neural Computation, 1, pp. 541–551, 1989.
  62. J. Weng, N. Ahuja and T. S. Huang, "Cresceptron: a self-organizing neural network which grows adaptively Шаблон:Webarchive," Proc. International Joint Conference on Neural Networks, Baltimore, Maryland, vol I, pp. 576–581, June 1992.
  63. J. Weng, N. Ahuja and T. S. Huang, "Learning recognition and segmentation of 3-D objects from 2-D images Шаблон:Webarchive," Proc. 4th International Conf. Computer Vision, Berlin, Germany, pp. 121–128, May 1993.
  64. J. Weng, N. Ahuja and T. S. Huang, "Learning recognition and segmentation using the Cresceptron Шаблон:Webarchive," International Journal of Computer Vision, vol. 25, no. 2, pp. 105–139, Nov. 1997.
  65. Шаблон:Cite journal
  66. Qian, Ning, and Terrence J. Sejnowski. "Predicting the secondary structure of globular proteins using neural network models." Journal of molecular biology 202, no. 4 (1988): 865-884.
  67. Bohr, Henrik, Jakob Bohr, Søren Brunak, Rodney MJ Cotterill, Benny Lautrup, Leif Nørskov, Ole H. Olsen, and Steffen B. Petersen. "Protein secondary structure and homology by neural networks The α-helices in rhodopsin." FEBS letters 241, (1988): 223-228
  68. Rost, Burkhard, and Chris Sander. "Prediction of protein secondary structure at better than 70% accuracy." Journal of molecular biology 232, no. 2 (1993): 584-599.
  69. 69,0 69,1 Шаблон:Cite journal
  70. Шаблон:Cite book
  71. Шаблон:Cite journal
  72. 72,0 72,1 Шаблон:Cite conference
  73. Шаблон:Cite arXiv
  74. Шаблон:Cite conference
  75. Шаблон:Cite arXiv
  76. Шаблон:Cite book
  77. Шаблон:Cite web
  78. Шаблон:Cite conference
  79. Шаблон:Cite journal
  80. Шаблон:Cite journal
  81. 81,0 81,1 Шаблон:Cite conference
  82. Шаблон:Cite web
  83. Шаблон:Cite web
  84. Шаблон:Cite arXiv
  85. 85,0 85,1 S. Hochreiter., "Untersuchungen zu dynamischen neuronalen Netzen Шаблон:Webarchive," Diploma thesis. Institut f. Informatik, Technische Univ. Munich. Advisor: J. Schmidhuber, 1991.
  86. Шаблон:Cite book
  87. Шаблон:Cite journal
  88. Шаблон:Cite journal
  89. Шаблон:Cite book
  90. Шаблон:Cite arXiv
  91. Шаблон:Cite journal
  92. Шаблон:Cite conference
  93. Шаблон:Cite book
  94. Шаблон:Cite book
  95. Шаблон:Cite book
  96. Шаблон:Cite arXiv
  97. Шаблон:Cite journal
  98. Шаблон:Cite journal
  99. Шаблон:Cite journal
  100. Шаблон:Cite journal
  101. Шаблон:Cite journal
  102. Шаблон:Cite journal
  103. Dominik Scherer, Andreas C. Müller, and Sven Behnke: "Evaluation of Pooling Operations in Convolutional Architectures for Object Recognition Шаблон:Webarchive," In 20th International Conference Artificial Neural Networks (ICANN), pp. 92–101, 2010. Шаблон:Doi.
  104. 2012 Kurzweil AI Interview Шаблон:Webarchive with Jürgen Schmidhuber on the eight competitions won by his Deep Learning team 2009–2012
  105. Шаблон:Cite web
  106. 106,0 106,1 Шаблон:Cite book
  107. 107,0 107,1 Шаблон:Cite journal
  108. Шаблон:Cite book
  109. 109,0 109,1 Шаблон:Cite book
  110. [Ramezanpour, A.; Beam, A.L.; Chen, J.H.; Mashaghi, A. Statistical Physics for Medical Diagnostics: Learning, Inference, and Optimization Algorithms. Diagnostics 2020, 10, 972. ]
  111. 111,0 111,1 Шаблон:Cite book
  112. Шаблон:Cite book
  113. Шаблон:Cite journal
  114. Шаблон:Cite journal
  115. Шаблон:Cite web
  116. Шаблон:Cite journal
  117. Шаблон:Cite book
  118. Шаблон:Cite journal
  119. Шаблон:Cite web
  120. Шаблон:Cite book
  121. Шаблон:Cite arXiv
  122. Шаблон:Cite book
  123. Шаблон:Cite journal
  124. Шаблон:Cite journal
  125. Шаблон:Cite arXiv
  126. Шаблон:Cite journal
  127. ESANN. 2009.Шаблон:Full citation needed
  128. Шаблон:Cite book
  129. Шаблон:Cite book
  130. Шаблон:Cite book
  131. Шаблон:Cite journal
  132. Шаблон:Cite conference
  133. Шаблон:Cite journal
  134. Шаблон:Cite book
  135. Шаблон:Cite journal
  136. Шаблон:Cite conference
  137. Шаблон:Cite conference
  138. Шаблон:Cite book
  139. Bozinovski, S. (1982). "A self-learning system using secondary reinforcement". In R. Trappl (ed.) Cybernetics and Systems Research: Proceedings of the Sixth European Meeting on Cybernetics and Systems Research. North Holland. pp. 397–402. Шаблон:ISBN.
  140. Bozinovski, S. (2014) "Modeling mechanisms of cognition-emotion interaction in artificial neural networks, since 1981 Шаблон:Webarchive." Procedia Computer Science p. 255-263
  141. Шаблон:Cite journal
  142. Шаблон:Cite news
  143. Шаблон:Citation
  144. Шаблон:Cite magazine
  145. Шаблон:Cite conference
  146. Шаблон:Cite book
  147. Шаблон:Cite conference
  148. Шаблон:Cite conference
  149. 149,0 149,1 Шаблон:Cite journal
  150. Шаблон:Cite journal
  151. Шаблон:Cite journal
  152. Yann LeCun (2016). Slides on Deep Learning Online Шаблон:Webarchive
  153. Шаблон:Cite journal
  154. Шаблон:Cite web
  155. Шаблон:Cite arXiv
  156. Шаблон:Cite journal
  157. Шаблон:Cite web
  158. Шаблон:Cite journal
  159. Шаблон:Cite arXiv
  160. Шаблон:Cite journal
  161. Шаблон:Cite arXiv
  162. Шаблон:Cite journal
  163. Шаблон:Cite arXiv Шаблон:Bibcode
  164. Шаблон:Cite book
  165. Шаблон:Cite book
  166. Шаблон:Cite book
  167. Шаблон:Cite book
  168. Шаблон:Cite book
  169. Шаблон:Cite journal
  170. Шаблон:Cite journal
  171. Choy, Christopher B., et al. "3d-r2n2: A unified approach for single and multi-view 3d object reconstruction Шаблон:Webarchive." European conference on computer vision. Springer, Cham, 2016.
  172. Шаблон:Cite journal
  173. Шаблон:Cite book
  174. Шаблон:Cite journal
  175. Шаблон:Cite journal
  176. Шаблон:Cite journal
  177. Шаблон:Cite journal
  178. Шаблон:Cite news
  179. Шаблон:Cite journal
  180. Шаблон:Cite journal
  181. Шаблон:Cite journal
  182. Шаблон:Cite journal
  183. Шаблон:Cite journal
  184. Шаблон:Cite journal
  185. Шаблон:Cite journal
  186. Шаблон:Cite journal
  187. Шаблон:Cite journal
  188. Шаблон:Cite journal
  189. Шаблон:Cite journal
  190. Шаблон:Cite journal
  191. Шаблон:Cite journal
  192. Шаблон:Cite book
  193. Шаблон:Cite web
  194. Шаблон:Citation
  195. Шаблон:Cite book
  196. Шаблон:Cite web
  197. Шаблон:Cite web
  198. Шаблон:Cite web
  199. Шаблон:Cite journal
  200. Шаблон:Cite journal
  201. Шаблон:Cite journal
  202. Шаблон:Cite journal
  203. Шаблон:Cite journal
  204. Шаблон:Cite journal
  205. Шаблон:Cite journal
  206. Шаблон:Cite news
  207. Шаблон:Cite journal
  208. 208,0 208,1 Шаблон:Cite book
  209. Шаблон:Cite journal
  210. Шаблон:Cite book
  211. Шаблон:Cite web
  212. Шаблон:Cite journal
  213. Шаблон:Cite conference
  214. Шаблон:Cite book
  215. Шаблон:Cite journal
  216. Шаблон:Cite journal
  217. Шаблон:Cite arXiv
  218. Шаблон:Cite journal
  219. Шаблон:Cite journal
  220. Dean Pomerleau, "Knowledge-based Training of Artificial Neural Networks for Autonomous Robot Driving"
  221. Шаблон:Cite book
  222. NASA – Dryden Flight Research Center – News Room: News Releases: NASA NEURAL NETWORK PROJECT PASSES MILESTONE Шаблон:Webarchive. Nasa.gov. Retrieved on 20 November 2013.
  223. Шаблон:Cite web
  224. D. J. Felleman and D. C. Van Essen, "Distributed hierarchical processing in the primate cerebral cortex," Cerebral Cortex, 1, pp. 1–47, 1991.
  225. J. Weng, "Natural and Artificial Intelligence: Introduction to Computational Brain-Mind," BMI Press, Шаблон:ISBN, 2012.
  226. Шаблон:Cite journal
  227. Шаблон:Cite news
  228. Шаблон:Cite web
  229. Шаблон:Cite journal
  230. Sun and Bookman, 1990
  231. 231,0 231,1 Шаблон:Cite journal
  232. 232,0 232,1 Шаблон:Cite journal
  233. 233,0 233,1 Шаблон:Cite journal
  234. Шаблон:Cite book
  235. 235,0 235,1 235,2 235,3 235,4 235,5 Шаблон:Cite journal
  236. 236,0 236,1 236,2 236,3 236,4 Шаблон:Cite journal
  237. 237,0 237,1 Шаблон:Cite journal
  238. Шаблон:Cite web
  239. Шаблон:Cite journal
  240. Шаблон:Cite journal
  241. Шаблон:Cite book