Deep neural networks (DNNs) are a class of artificial neural networks (ANNs) that are able to learn how to perform tasks such as image recognition, natural language processing, and game play. A DNN architecture includes a stack of layers that implement functions to transform an input volume (such as a digital image) into an output volume (such as labeled features detected in the digital image). For example, the layers in a DNN can be separated into convolutional layers that represent convolutional neural networks (CNNs), pooling layers, and fully connected layers. Multiple sets of convolutional, pooling, and fully connected layers can be interleaved to form a complete DNN. For example, the DNN can include a set of convolutional layers that receive input and provide output to a set of pooling layers, which provide output to another set of convolutional layers. The second set of convolutional layers provide output to another set of pooling layers, which provide output to one or more sets of fully connected layers that generate the output volume. The functions implemented by the layers in a DNN are explicit (i.e., known or predetermined) or hidden (i.e., unknown). A CNN is a deep neural network (DNN) that performs deep learning on tasks that contain multiple hidden layers. For example, a DNN that is used to implement computer vision includes explicit functions (such as orientation maps) and multiple hidden functions in the hierarchy of vision flow.
The present disclosure is better understood, and its numerous features and advantages made apparent to those skilled in the art by referencing the accompanying drawings. The use of the same reference symbols in different drawings indicates similar or identical items.
The functions of a deep neural network (DNN) are represented by different sets of parameters for the different layers. The parameters of a convolutional layer define a set of learnable filters (or kernels) that convolve incoming data across the width and height of the input volume to produce a two-dimensional (2-D) activation map of the filter. The parameters of a pooling layer define how an input volume is partitioned into sub-regions. For example, the pooling layer can be configured to partition an input image into a set of non-overlapping rectangles and generate a maximum value for each sub-region. The parameters of a fully connected layer define the high-level reasoning performed by the DNN based on connections to activations in the previous layer, such as a previous pooling layer. The parameters of the DNN are determined by training the DNN using a training data set that includes a set of input volumes and a corresponding set of (known or labeled) output values. For example, a facial recognition DNN can be trained using images that are known to include the individuals that are to be identified in other images by the facial recognition DNN. The training images are referred to as labeled data, which is defined as a group of samples that have been tagged with one or more labels. During training, the input data from the training data set is sequentially provided to the DNN and errors between the output values generated by the DNN and the known output values are accumulated. The accumulated errors are back propagated to modify parameters of the DNN. The process is repeated until a convergence criterion is satisfied. However, training a large DNN is a computationally intensive task that can require hours, days, or even months depending on the size of the network.
Training an artificial neural network is typically a sequential process. Backpropagated errors are used to modify the parameters that define the artificial neural network. Examples of the trained parameters include the connection weights for connections between nodes in the network. The accuracy of the functions implemented by the artificial neural network (e.g., pattern recognition) increases with each iteration of the sequential process as the parameters are modified based on the back propagated errors generated by each consecutive sample from the training set. Thus, it is difficult to parallelize the training process by subdividing the training data set and training multiple instances of the network in parallel because each instance of the network would only be trained based on a portion of the training set. Consequently, merging instances of a network that were trained in parallel using subsets of the training data set into a single trained network may not result in a network that performs its function with the accuracy of a network that is sequentially trained using the full training dataset.
These drawbacks in the conventional sequential training process are addressed by parallelizing the training of an artificial neural network (such as a CNN or a DNN) that includes first subnetworks that implement known functions (and which can therefore be trained using corresponding known training datasets) and second subnetworks that implement unknown functions that do not have corresponding training datasets. The first subnetworks are trained separately and in parallel on the known training datasets. The artificial neural network, including the first and second subnetworks, is then trained on a network training dataset by providing input values from the network training dataset to the artificial neural network and accumulating errors that represent a difference between the output values of the artificial neural network and labeled output values from the network training dataset. The accumulated errors are back propagated to modify parameters of the second subnetworks. Previously trained parameters of the first subnetworks are not modified during training of the artificial neural network. This process is iterated until convergence criteria for the parameters of the second subnetworks are satisfied. The first and second subnetworks are significantly smaller than the artificial neural network and, consequently, training the first and second subnetworks separately is significantly faster than training the artificial neural network.
A quality assurance step is performed to train the parameters of the artificial neural network given the parameter values determined for the trained first and second subnetworks. During the quality assurance step, input values of the training data set are provided to an instance of the artificial neural network that is defined by the modified parameters of the first and second subnetworks. Error values generated by the artificial neural network are back propagated to modify the parameters that define the first and second subnetworks in the artificial neural network and the process is iterated until a convergence criterion is satisfied. Beginning the quality assurance step using the parameter values determined for the separately trained first and second subnetworks is expected to accelerate the convergence properties of the quality assurance step (relative to the technique of training the entire artificial neural network using back propagation) because the parameter values of the trained first and second subnetworks are expected to be significantly closer to the converged values of the complete neural network than other possible initial values of the parameters, such as arbitrary or randomly chosen parameter values.
The processing system 100 includes a graphics processing unit (GPU) 115 that is configured to render images for presentation on a display 120. For example, the GPU 115 can render objects to produce values of pixels that are provided to the display 120, which uses the pixel values to display an image that represents the rendered objects. Some embodiments of the GPU 115 can also be used for general purpose computing. In the illustrated embodiment, the GPU 115 implements multiple processing elements 116, 117, 118 (collectively referred to herein as “the processing elements 116-118”) that are configured to execute instructions concurrently or in parallel. In the illustrated embodiment, the GPU 115 communicates with the memory 105 over the bus 110. However, some embodiments of the GPU 115 communicate with the memory 105 over a direct connection or via other buses, bridges, switches, routers, and the like. The GPU 115 can execute instructions stored in the memory 105 and the GPU 115 can store information in the memory 105 such as the results of the executed instructions. For example, the memory 105 can store a copy 125 of instructions from a program code that is to be executed by the GPU 115.
The processing system 100 also includes a central processing unit (CPU) 130 that implements multiple processing elements 131, 132, 133, which are collectively referred to herein as “the processing elements 131-133.” The processing elements 131-133 are configured to execute instructions concurrently or in parallel. The CPU 130 is connected to the bus 110 and can therefore communicate with the GPU 115 and the memory 105 via the bus 110. The CPU 130 can execute instructions such as program code 135 stored in the memory 105 and the CPU 130 can store information in the memory 105 such as the results of the executed instructions. The CPU 130 is also able to initiate graphics processing by issuing draw calls to the GPU 115.
An input/output (I/O) engine 140 handles input or output operations associated with the display 120, as well as other elements of the processing system 100 such as keyboards, mice, printers, external disks, and the like. The I/O engine 140 is coupled to the bus 110 so that the I/O engine 140 is able to communicate with the memory 105, the GPU 115, or the CPU 130. In the illustrated embodiment, the I/O engine 140 is configured to read information stored on an external storage component 145, which is implemented using a non-transitory computer readable medium such as a compact disk (CD), a digital video disc (DVD), and the like. The I/O engine 140 can also write information to the external storage component 145, such as the results of processing by the GPU 115 or the CPU 130.
Artificial neural networks, such as a CNN or DNN, are represented as program code that is configured using a corresponding set of parameters. The artificial neural network can therefore be executed on the GPU 115 or the CPU 130, or other processing units including field programmable gate arrays (FPGA), application-specific integrated circuits (ASIC), processing in memory (PIM), and the like. If the artificial neural network implements a known function that can be trained using a corresponding known dataset, the artificial neural network is trained (i.e., the values of the parameters that define the artificial neural network are established) by providing input values of the known training data set to the artificial neural network executing on the GPU 115 or the CPU 130 and then comparing the output values of the artificial neural network to labeled output values in the known training data set. Error values are determined based on the comparison and back propagated to modify the values of the parameters that define the artificial neural network. This process is iterated until the values of the parameters satisfy a convergence criterion.
However, as discussed herein, artificial neural networks are often composed of subnetworks that perform known (or explicit) functions and subnetworks that perform unknown (or implicit) functions. Sequentially training the artificial neural network that includes subnetworks to implement known and unknown functions on a network training data set is a time and resource intensive process. To reduce the time and resources consumed by training an artificial network, the artificial neural network is subdivided into first subnetworks that perform known functions (which have corresponding known training datasets) and second subnetworks that perform unknown functions and therefore do not have known training datasets. The first subnetworks are trained separately and in parallel on the basis of the corresponding known training datasets. For example, separate instances of first subnetworks are executed concurrently on the processing elements 116-118 in the GPU 115 or the processing elements 131-133 in the CPU 130 or a combination drawn from all of the processing elements 116-118, 131-133. In some embodiments, multiple instances of a single first subnetwork can be trained concurrently on the processing elements and then the best-trained instance is selected for integration into the artificial neural network. Separate instances of the first subnetworks can also be trained for different variations of the known function.
Once the first subnetworks have been trained, the artificial neural network is trained on a network training data set. The parameters of the first subnetworks are held constant at this stage of the training because the parameters are expected to be accurately defined by training the first subnetworks on the basis of the known datasets. Input values from the network training datasets are provided to the artificial neural network, which is executing on one, some or all of the processing elements 116-118, 131-133. Error values are generated by comparing the output values of the artificial neural network to labeled output values from the network training data set. The error values are back propagated and used to modify the parameters of the second subnetworks. This process is iterated until the values of the parameters that define the second subnetworks satisfy convergence criteria. For example, the values of the parameters that define second subnetworks converge when a measure of the changes in the values of the parameters between two iterations falls below a threshold. The converged values of the parameters that define the artificial neural network (e.g., the parameters that define the first and second subnetworks) are then stored in a non-transitory computer readable media such as the memory 105 or the external storage component 145. In some embodiments, the stored values of the parameters for first and second subnetworks are subsequently read from the non-transitory computer readable media and used to construct other neural networks, potentially in combination with other subnetworks that may or may not be trained.
Once the values of the parameters that define the first and second subnetworks have been determined, a quality assurance step is performed on the complete artificial neural network. An instance of the artificial neural network is executed in the GPU 115 or the CPU 130. The instance is defined by integrating the first and second subnetworks into the complete artificial neural network. Input values are provided to the instance of the artificial neural network, which generates corresponding output values based on the current values of the parameters that define the artificial neural network. Error values are determined by comparing the output values to labeled output values of the training data set. The error values are back propagated and used to modify the values of the parameters that define the first and second subnetworks in the artificial neural network. This process is iterated until the values of the parameters that define the artificial neural network satisfy a convergence criterion. The artificial neural network is then considered to be trained to perform its assigned task. In some embodiments, concurrent training of the first subnetworks, training of the unknown functions in the second subnetworks, and the subsequent quality assurance training of the artificial neural network is iterated one or more times to train the artificial neural network.
The DNN 200 includes convolutional layers 220 that implement a convolutional function that is defined by a set of parameters, which are trained on the basis of one or more training datasets. The parameters include a set of learnable filters (or kernels) that have a small receptive field and extend through a full depth of an input volume of convolutional layers 220. The parameters can also include a depth parameter, a stride parameter, and a zero-padding parameter that control the size of the output volume of the convolutional layers 220. The convolutional layers 220 apply a convolution operation to input values and provide the results of the convolution operation to a subsequent layer in the DNN 200. For example, the portion 205 of the image 210 is provided as input 225 to the convolutional layers 220, which apply the convolution operation to the input 225 on the basis of the set of parameters to generate a corresponding output value 230. In some embodiments, the convolutional layers 220 are identified as a subnetwork of the DNN 200. The subnetwork then represents a convolutional neural network (CNN). However, the convolutional layers 220 can be a part of a larger subnetwork of the DNN 200 or the convolutional layers 220 can be further subdivided into multiple subnetworks of the DNN 200.
Results generated by the convolutional layers 220 are provided to pooling layers 235 in the DNN 200. The pooling layers 235 combine outputs of neuron clusters at the convolutional layers 220 into a smaller number of neuron clusters that are output from the pooling layers 235. The pooling layers 235 typically implement known (or explicit) functions. For example, pooling layers 235 that implement maximum pooling can assign a maximum value of values of neurons in a cluster that is output from the convolutional layers 220 to a single neuron that is output from the pooling layers 235. For another example, pooling layers 235 that implement average pooling can assign an average value of the values of the neurons in the cluster that is output from the convolutional layers 220 to a single neuron that is output from the pooling layers 235. The known (or explicit) functionality of the pooling layers 235 can therefore be trained using predetermined training datasets. In some embodiments, the pooling layers 235 are identified as a subnetwork of the DNN 200. However, the pooling layers 235 can be a part of a larger subnetwork of the DNN 200 or the pooling layers 235 can be further subdivided into multiple subnetworks of the DNN 200.
In the illustrated embodiment, the DNN 200 also includes additional convolutional layers 240 that receive input from the pooling layers 235 and additional pooling layers 245 that receive input from the additional convolutional layers 240. However, the additional convolutional layers 240 and the additional pooling layers 245 are optional and are not present in some embodiments of the DNN 200. Furthermore, some embodiments of the DNN 200 can include larger numbers of convolutional and pooling layers. The additional convolutional layers 240 and the additional pooling layers 245 can be identified as subnetworks of the DNN 200, portions of subnetworks of the DNN 200, or they can be subdivided into multiple subnetworks of the DNN 200.
Output from the additional pooling layers 245 are provided to fully connected layers 250, 255. The neurons in the fully connected layers 250, 255 are connected to every neuron in another layer, such as the additional pooling layers 245 or the other fully connected layers. The fully connected layers 250, 255 typically implement functionality that represents the high-level reasoning that produces the output values 215. For example, if the DNN 200 is trained to perform image recognition, the fully connected layers 250, 255 implement the functionality that labels portions of the image that have been “recognized” by the DNN 200. Examples of labels include names of people whose faces are detected in the image 210, types of objects detected in the image, and the like. The functions implemented in the fully connected layers 250, 255 are represented by values of parameters that are determined using a training dataset, as discussed herein. The fully connected layers 250, 255 are identified as subnetworks of the DNN 200, portions of subnetworks of the DNN 200, or they are subdivided into multiple subnetworks of the DNN 200.
The instance 300 of the DNN is trained using a network training dataset that includes the input values 320 and 325 and the labeled output values 330. The instance 300 of the DNN can receive the input values 320, 325 and generate output values 335. Error values are then determined for the instance 300 of the DNN by comparing the output values 335 to the labeled output values 330. The subnetwork 310 is identified as a training subnetwork, as indicated by the solid lines, which means that the parameters that define the subnetworks 310 are modified based on back propagated error values. The subnetworks 311-315 are identified as non-training subnetworks, as indicated by the dashed lines, which means that the parameters that define the subnetworks 311-315 are not modified based on the back propagated error values because these parameters were previously trained on the basis of known training datasets associated with the functions of the subnetworks 311-315.
The training subnetwork 310 is then trained by assuming that the error values produced by the instance 300 of the DNN are produced by inaccurate values of the parameters that define the training subnetwork 310. The values of the parameters are therefore modified based on the error values produced during a current iteration to reduce the error values produced during a subsequent iteration. The values of the parameters that define the other (non-training) subnetworks 311-315 are held constant during the training process. For example, the values of the parameters that define the subnetwork 310 in the instance 300 of the DNN are iteratively modified to reduce the error values produced by the instance 300 of the DNN, while holding the values of the parameters that define the subnetworks 311-315 constant.
Training the subnetworks 311-315 that implement known functions separately and in parallel allows the subnetwork training to be performed concurrently or in parallel on different processing elements, thereby reducing the time required to train the subnetworks 311-315. The values of the parameters that define the trained subnetworks 311-315 are likely to be much closer to the values of the parameters that are determined by training the complete DNN using the input values 320, 325, 330 of the training data set, e.g., using the instance 400 shown in
The subnetwork 510 is substantially encompassed by the subnetworks 511-516. As used herein, the phrase “substantially encompassed” indicates that the inputs to the subnetwork 510 are provided exclusively (or primarily) by one or more of the subnetworks 511-516 and none (or a small number of) outputs from the subnetwork 510 are exposed to any subnetworks except for the subnetworks 511-516. In that case, the subnetwork 510 is trained on the basis of a combined training dataset that is composed of the known training datasets for the subnetworks 511-516. For example, the subnetworks 511-516 can be trained separately and in parallel on the basis of their corresponding known training datasets, as discussed herein. The subnetwork 510 is then trained by training the cutout portion 500 on the basis of the combined training dataset, while keeping the parameters of the previously trained subnetworks 511-516 constant. Once trained, the cutout portion 500 is integrated into the complete artificial neural network, which is trained on the basis of the network training dataset as discussed herein.
At block 605, the artificial neural network is partitioned into subnetworks that perform known functions and subnetworks that perform unknown functions in the artificial neural network. The definition of function is not strict. A DNN architect can define functions based on network topology or internal primitive operation performed by a subnetwork or any other reasonable criteria. For example, an artificial neural network such as the deep neural network 200 shown in
The first subnetworks that have known functions are trained separately and in parallel on different processing elements, such as the processing elements 116-118, 131-133 shown in
At block 625, the parameters of the second subnetworks that implement unknown functions are modified based on a network training dataset for the artificial neural network. The values of the parameters that define first subnetworks in the artificial neural network are set equal to the values of the parameters determined in blocks 610, 615, 620 so that the first subnetworks are integrated back into the overall artificial neural network. The values of the parameters that define the second subnetworks are set to random or arbitrary values or using any other criteria for setting initial values. Input values from the network training dataset are provided to the artificial neural network, which generates output values based on the current values of the parameters. The output values are compared to the labeled output values of the network training dataset to determine error values, which are back propagated to modify the values of the parameters that define the second subnetworks. The parameters that define the first subnetworks are held constant during this process, which is iterated until a convergence criterion for the second subnetworks is satisfied.
At block 630, a quality assurance step is performed. In the quality assurance step, input values from the network training dataset are provided to the artificial neural network, which generates output values based on the current values of the parameters. The output values are compared to the labeled output values of the network training dataset to determine error values. The quality assurance step performed at block 630 differs from the step performed at block 625 because the error values are back propagated to modify the values of the parameters that define both the first and second subnetworks. The quality assurance step is iterated until convergence criteria for the artificial neural network is satisfied. Once the process has converged, the values of the parameters that define the first and second subnetworks are stored in a storage component that is implemented using a non-transitory computer readable medium such as the memory 105 or the external storage component 145 shown in
At block 705, the artificial neural network generates output values based on input training values from a training dataset and current values of the parameters of the subnetworks that make up a neural network. As discussed herein, the subnetworks that implement unknown functions in the artificial neural network are identified as training subnetworks.
At block 710, output values of the artificial neural network are compared to labeled output values for the training dataset. Error values are determined based on the comparison. For example, the error values can indicate a percentage of people or objects in one or more training images that are correctly identified by the artificial neural network as indicated by the comparison of the output values to the labeled output values.
At block 715, values of the parameters that define the training subnetworks (i.e., the subnetworks that implemented unknown functions) are modified based on the error values. The values of the parameters that define the other subnetworks that implement known functions in the artificial neural network are held constant, i.e., the values of the parameters that define the training subnetwork are modified under the assumption that the error is caused by incorrect values of the parameters that define the training subnetwork only.
At decision block 720, a convergence criterion is evaluated for the values of the parameters that define the training subnetwork. For example, the values of the parameters determined in a current iteration of the method 700 can be compared to the values of the parameters determined in a previous iteration of the method 700. The values of the parameters satisfy the convergence criterion is a measure of the change in the values between the current and the previous iteration falls below a threshold. Other convergence criteria can be applied in other embodiments such as comparing the output of the network to the labeled data. In this case the test for convergence (block 720) can be placed between block 710 and 715. If the convergence criterion is not satisfied, the method 700 flows back to block 705 to begin another iteration of the method 700 using the modified values of the parameters. Modification is done by back propagation or any other method used in training neural networks. If the convergence criterion is satisfied, the method 700 flows to block 725.
At block 725, the converged values of the parameters that define the training subnetworks are stored in a storage component that is implemented using a non-transitory computer readable medium. For example, the converged values are stored in the memory 105 or the external storage component 145 shown in
At block 805, values of the parameters that define a subset of the subnetworks of the first neural network are read from the non-transitory computer readable storage medium. In some embodiments, values of parameters that define subnetworks of other neural networks are also read from the non-transitory computer readable storage medium.
At block 810, the subnetworks are combined to form a second neural network. As discussed herein, combining the subnetworks to form the second neural network includes configuring program code and parameter values to represent the second neural network, e.g. connecting outputs of a set of subnetworks to inputs of another set of subnetworks. Various criteria can be selected for integrating subnetworks from the plurality of networks into a new network, e.g., functional integration, information data streams, real-time aspects and many others. The second neural network can therefore be executed on one or more processing elements. For example, the values of the parameters that define the subset of the subnetworks of the first neural network and, if available, the values of the parameters that define the subnetworks of other neural networks are interconnected to construct the second neural network so that the second neural network can be executed on one or more processing elements such as the processing elements 116-118, 131-133 shown in
At block 815, the second neural network is trained on the basis of a network training dataset. The values of the parameters that define the second neural network are initially set equal to the corresponding values of the parameters that define the subnetworks that make up the second neural network. The second neural network can then be trained using some embodiments of the method 600 shown in
In some embodiments, the apparatus and techniques described above are implemented in a system including one or more integrated circuit (IC) devices (also referred to as integrated circuit packages or microchips), such as the processing system described above with reference to
A computer readable storage medium may include any non-transitory storage medium, or combination of non-transitory storage media, accessible by a computer system during use to provide instructions and/or data to the computer system. Such storage media can include, but is not limited to, optical media (e.g., compact disc (CD), digital versatile disc (DVD), Blu-Ray disc), magnetic media (e.g., floppy disc, magnetic tape, or magnetic hard drive), volatile memory (e.g., random access memory (RAM) or cache), non-volatile memory (e.g., read-only memory (ROM) or Flash memory), or microelectromechanical systems (MEMS)-based storage media. The computer readable storage medium may be embedded in the computing system (e.g., system RAM or ROM), fixedly attached to the computing system (e.g., a magnetic hard drive), removably attached to the computing system (e.g., an optical disc or Universal Serial Bus (USB)-based Flash memory), or coupled to the computer system via a wired or wireless network (e.g., network accessible storage (NAS)). Subnetworks and networks described herein can be stored in such storage medium.
In some embodiments, certain aspects of the techniques described above may implemented by one or more processors of a processing system executing software. The software includes one or more sets of executable instructions stored or otherwise tangibly embodied on a non-transitory computer readable storage medium. The software can include the instructions and certain data that, when executed by the one or more processors, manipulate the one or more processors to perform one or more aspects of the techniques described above. The non-transitory computer readable storage medium can include, for example, a magnetic or optical disk storage device, solid state storage devices such as Flash memory, a cache, random access memory (RAM) or other non-volatile memory device or devices, and the like. The executable instructions stored on the non-transitory computer readable storage medium may be in source code, assembly language code, object code, or other instruction format that is interpreted or otherwise executable by one or more processors.
Note that not all of the activities or elements described above in the general description are required, that a portion of a specific activity or device may not be required, and that one or more further activities may be performed, or elements included, in addition to those described. Still further, the order in which activities are listed are not necessarily the order in which they are performed. Also, the concepts have been described with reference to specific embodiments. However, one of ordinary skill in the art appreciates that various modifications and changes can be made without departing from the scope of the present disclosure as set forth in the claims below. Accordingly, the specification and figures are to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope of the present disclosure.
Benefits, other advantages, and solutions to problems have been described above with regard to specific embodiments. However, the benefits, advantages, solutions to problems, and any feature(s) that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as a critical, required, or essential feature of any or all the claims. Moreover, the particular embodiments disclosed above are illustrative only, as the disclosed subject matter may be modified and practiced in different but equivalent manners apparent to those skilled in the art having the benefit of the teachings herein. No limitations are intended to the details of construction or design herein shown, other than as described in the claims below. It is therefore evident that the particular embodiments disclosed above may be altered or modified and all such variations are considered within the scope of the disclosed subject matter. Accordingly, the protection sought herein is as set forth in the claims below.
Number | Name | Date | Kind |
---|---|---|---|
5517598 | Sirat | May 1996 | A |
6269351 | Black | Jul 2001 | B1 |
6587845 | Braunheim | Jul 2003 | B1 |
9224068 | Ranzato | Dec 2015 | B1 |
9858524 | Bengio | Jan 2018 | B2 |
10824940 | Rybakov | Nov 2020 | B1 |
20090132449 | Nagashima | May 2009 | A1 |
20150294219 | Krizhevsky | Oct 2015 | A1 |
20160110642 | Matsuda | Apr 2016 | A1 |
20160162800 | Qin | Jun 2016 | A1 |
20170032222 | Sharma et al. | Feb 2017 | A1 |
20170039456 | Saberian et al. | Feb 2017 | A1 |
20170286809 | Pankanti | Oct 2017 | A1 |
20190102701 | Singaraju | Apr 2019 | A1 |
Number | Date | Country |
---|---|---|
H06-309293 | Nov 1994 | JP |
2014-229124 | Dec 2012 | JP |
2016189675 | Dec 2016 | WO |
Entry |
---|
Corlina-Morles, E. et al. (1994). “On-Line Neural Network Control Applications”. IEEE. 1994. pp. 2494-2499. (Year: 1994). |
Ge, S.S. et al. (2003). “Adaptive neural network control of nonlinear systems with unknown time delays”. IEEE Transactions on Automatic Control (vol. 48, Issue: 11). DOI: 10.1109/TAC.2003.819287 (Year: 2003). |
Yu, S. et al. (2004). “A fuzzy neural network approximator with fast terminal sliding mode and its applications”. Fuzzy Sets and Systems 148. pp. 469-486. doi:10.1016/j.fss.2003.12.004 (Year: 2004). |
Hayashi, Y. et al. (2012). “On General Regression Neural Network in a Nonstationary Environment”. PPAM 2011, Part I, LNCS 7203, pp. 461-469. (Year: 2012). |
Krizhevsky, Alex, “One Weird Trick for Parallelizing Convolutional Neural Networks”. Website https://arxiv.org/abs/1404.5997, Apr. 26, 2014, 7 pages. |
McMahan, Brendan H., et al., “Communication-Efficient Learning of Deep Networks from Decentralized Data”. Website https://arxiv.org/abs/1602.05629, Feb. 28, 2017, 11 pages. |
International Search Report and Written Opinion dated Jan. 14, 2019 for corresponding International Application No. PCT/US2018/052381, 9 pages. |
International Preliminary Report on Patentability dated Jun. 25, 2020 for International Application No. PCT/US2018/052381, 6 pages. |
Extended European Search Report dated Aug. 4, 2021 for Application No. 18888865.5, 8 pages. |
Office Action dated Oct. 11, 2022 for Japanese Application No. 2020-532778, 5 pages. |
Translation of First Examination Report dated Apr. 9, 2022 for Indian Patent Application No. 202017024531, 7 pages. |
Number | Date | Country | |
---|---|---|---|
20190180176 A1 | Jun 2019 | US |