Search results for "Backpropagation"
showing 10 items of 27 documents
Artificial Neural Networks to Predict the Power Output of a PV Panel
2014
The paper illustrates an adaptive approach based on different topologies of artificial neural networks (ANNs) for the power energy output forecasting of photovoltaic (PV) modules. The analysis of the PV module’s power output needed detailed local climate data, which was collected by a dedicated weather monitoring system. The Department of Energy, Information Engineering, and Mathematical Models of the University of Palermo (Italy) has built up a weather monitoring system that worked together with a data acquisition system. The power output forecast is obtained using three different types of ANNs: a one hidden layer Multilayer perceptron (MLP), a recursive neural network (RNN), and a gamma m…
Hybrid Particle Swarm Optimization With Genetic Algorithm to Train Artificial Neural Networks for Short-Term Load Forecasting
2019
This research proposes a new training algorithm for artificial neural networks (ANNs) to improve the short-term load forecasting (STLF) performance. The proposed algorithm overcomes the so-called training issue in ANNs, where it traps in local minima, by applying genetic algorithm operations in particle swarm optimization when it converges to local minima. The training ability of the hybridized training algorithm is evaluated using load data gathered by Electricity Generating Authority of Thailand. The ANN is trained using the new training algorithm with one-year data to forecast equal 48 periods of each day in 2013. During the testing phase, a mean absolute percentage error (MAPE) is used …
Tabu and Scatter Search for Artificial Neural Networks
2003
In this paper we address the problem of training multilayer feed-forward neural networks. These networks have been widely used for both prediction and classification in many different areas. Although the most popular method for training these networks is back propagation, other optimization methods such as tabu search or scatter search have been applied to solve this problem. This paper presents a new training algorithm based on the tabu search methodology that incorporates elements for search intensification and diversification by utilizing strategic designs where other previous approaches resort to randomization. Our method considers context and search information, as it is provided by th…
Daily Peak Temperature Forecasting with Elman Neural Networks
2005
This work presents a forecaster based on an Elman artificial neural network trained with resilient backpropagation algorithm for predicting the daily peak temperatures one day ahead. The available time series was recorded at Petrosino (TP), in the west coast of Sicily, Italy and it is composed by temperature (min and max values), the humidity (min and max values) and the rainfall value between January 1st, 1995 and May 14th, 2003. Performances and reliabilities of the proposed model were evaluated by a number of measures, comparing different neural models. Experimental results show very good prediction performances.
Connectionist models of face processing: A survey
1994
Abstract Connectionist models of face recognition, identification, and categorization have appeared recently in several disciplines, including psychology, computer science, and engineering. We present a review of these models with the goal of complementing a recent survey by Samal and Iyengar [Pattern Recognition25, 65–77 (1992)] of nonconnectionist approaches to the problem of the automatic face recognition. We concentrate on models that use linear autoassociative networks, nonlinear autoassociative (or compression) and/or heteroassociative backpropagation networks. One advantage of these models over some nonconnectionist approaches is that analyzable features emerge naturally from image-b…
Two-level branch prediction using neural networks
2003
Dynamic branch prediction in high-performance processors is a specific instance of a general time series prediction problem that occurs in many areas of science. Most branch prediction research focuses on two-level adaptive branch prediction techniques, a very specific solution to the branch prediction problem. An alternative approach is to look to other application areas and fields for novel solutions to the problem. In this paper, we examine the application of neural networks to dynamic branch prediction. We retain the first level history register of conventional two-level predictors and replace the second level PHT with a neural network. Two neural networks are considered: a learning vec…
Artificial neural network for quantitative determination of total protein in yogurt by infrared spectrometry
2009
Abstract A method has been introduced for quantitative determination of protein content in yogurt samples based on the characteristic absorbance of protein in 1800–1500 cm− 1 spectral region by mid-FTIR spectroscopy and chemometrics. Successive Projection Algorithm (SPA) wavelength selection procedure, coupled with feed forward Back-Propagation Artificial Neural Network (BP-ANN) model was the benefited chemometric technique. Relative Error of Prediction (REP) in BP-ANN and SPA-BP-ANN methods for training set was 7.25 and 3.70 respectively. Considering the complexity of the sample, the ANN model was found to be reliable, while the proposed method is rapid and simple, without any sample prepa…
SoC-Based Implementation of the Backpropagation Algorithm for MLP
2008
The backpropagation algorithm used for the training of multilayer perceptrons (MLPs) has a high degree of parallelism and is therefore well-suited for hardware implementation on an ASIC or FPGA. However, most implementations are lacking in generality of application, either by limiting the range of trainable network topologies or by resorting to fixed-point arithmetic to increase processing speed. We propose a parallel backpropagation implementation on a multiprocessor system-on-chip (SoC) with a large number of independent floating-point processing units, controlled by software running on embedded processors in order to allow flexibility in the selection of the network topology to be traine…
New systems for extracting 3-D shape information from images
1993
Neural architectures may offer an adequate way to deal with early vision since they are able to learn shape features or classify unknown shapes, generalising the features of a few meaningful examples, with a low computational cost after the training phase. Two different neural approaches are proposed by the authors: the first one consists of a cascaded architecture made up by a first stage named BWE (Boundary Webs Extractor) which is aimed to extract a brightness gradient map from the image, followed by a backpropagation network that estimates the geometric parameters of the object parts present in the perceived scene. The second approach is based on the extraction of the boundary webs map …
Khmer character recognition using artificial neural network
2014
Character Recognition has become an interesting and a challenge topic research in the field of pattern recognition in recent decade. It has numerous applications including bank cheques, address sorting and conversion of handwritten or printed character into machine-readable form. Artificial neural network including self-organization map and multilayer perceptron network with the learning ability could offer the solution to character recognition problem. In this paper presents Khmer Character Recognition (KCR) system implemented in Matlab environment using artificial neural networks. The KCR system described the utilization of integrated self-organization map (SOM) network and multilayer per…