Search results for "Perceptron"
showing 10 items of 89 documents
Effective 1-day ahead prediction of hourly surface ozone concentrations in eastern Spain using linear models and neural networks
2002
The aim of this research was to develop pure predictive models in order to provide 24 h advance forecasts of the hourly ozone concentration for the rural site of Carcagente (Valencia, Spain) and the urban sites of Paterna (Valencia, Spain) and Alcoy (Alicante, Spain) over 4 years from 1996 to 1999. The peculiarity of the model presented here is that it uses past and previously predicted information of inputs exclusively, thus being this is the first genuine 24 h advance O3 predictive model with neural networks. We used autoregressive-moving average with exogenous inputs (ARMAX), multilayer perceptrons and FIR neural networks. Five performance measures yield reasonably good results in the th…
An Application of Spike-Timing-Dependent Plasticity to Readout Circuit for Liquid State Machine
2007
Liquid state machine (LSM) is a neural system based on spiking neurons that implements a mapping between functions of time. A typical application of LSM is classification of time functions obtained observing the state of the liquid by using a memoryless readout circuit, usually implemented by a linear perceptron. Due to the high number of neurons in the liquid the training of the readout is difficult. In this paper we show that using the Spike-Timing-Dependent Plasticity (STDP) a single neuron with short training session can be used to recognize the state of the liquid due to an input signal. Using STDP it is possible to identify the spikes timing of the neurons in the liquid and this allow…
<strong>Predicting Proteasome Inhibition using Atomic Weighted Vector and Machine Learning</strong>
2018
Ubiquitin/Proteasome System (UPS) is a highly regulated mechanism of intracellular protein degradation and turnover. Through the concerted actions of a series of enzymes, proteins are marked for proteasomal degradation by being linked to the polypeptide co-factor, ubiquitin. The UPS participates in a wide array of biological functions such as antigen presentation, regulation of gene transcription and the cell cycle, and activation of NF-κB. Some researchers have applied QSAR method and machine learning in the study of proteasome inhibition (EC50(µmol/L)), such as: the analysis of proteasome inhibition prediction, in the prediction of multi-target inhibitors of UPP and in the prediction of p…
A NEURAL NETWORK PRIMER
1994
Neural networks are composed of basic units somewhat analogous to neurons. These units are linked to each other by connections whose strength is modifiable as a result of a learning process or algorithm. Each of these units integrates independently (in paral lel) the information provided by its synapses in order to evaluate its state of activation. The unit response is then a linear or nonlinear function of its activation. Linear algebra concepts are used, in general, to analyze linear units, with eigenvectors and eigenvalues being the core concepts involved. This analysis makes clear the strong similarity between linear neural networks and the general linear model developed by statisticia…
Impact of Spectral Resolution on Quantifying Cyanobacteria in Lakes and Reservoirs: A Machine-Learning Assessment
2022
Cyanobacterial harmful algal blooms are an increasing threat to coastal and inland waters. These blooms can be detected using optical radiometers due to the presence of phycocyanin (PC) pigments. The spectral resolution of best-available multispectral sensors limits their ability to diagnostically detect PC in the presence of other photosynthetic pigments. To assess the role of spectral resolution in the determination of PC, a large (N = 905) database of colocated in situ radiometric spectra and PC are employed. We first examine the performance of selected widely used machine-learning (ML) models against that of benchmark algorithms for hyperspectral remote sensing reflectance ( $R_{{rs}})$…
A Mlp-Based Digit And Uppercase Characters Recognition System
1997
A simple software solution for digit and uppercase handwritten characters recognition is presented. The proposed solution is based on a two-layer Multi Layer Perceptron (MLP) trained by a conjugate gradient descent (CGD) optimization algorithm. This neural network is embedded in a software tool for automatic processing of forms achieved using a scanner. The chosen solutions allow us to obtain good results both in terms of recognition rate and speed. In the paper are fully described design details and experimental results.
Neural networks for animal science applications: Two case studies
2006
Abstract Artificial neural networks have shown to be a powerful tool for system modelling in a wide range of applications. In this paper, we focus on neural network applications to intelligent data analysis in the field of animal science. Two classical applications of neural networks are proposed: time series prediction and clustering. The first task is related to the prediction of weekly milk production in goat flocks, which includes a knowledge discovery stage in order to analyse the relative relevance of the different variables. The second task is the clustering of goat flocks; it is used to analyse different livestock surveys by using self-organizing maps and the adaptive resonance theo…
Efficient FPGA Implementation of a Knowledge-Based Automatic Speech Classifier
2005
Speech recognition has become common in many application domains, from dictation systems for professional practices to vocal user interfaces for people with disabilities or hands-free system control. However, so far the performance of Automatic Speech Recognition (ASR) systems are comparable to Human Speech Recognition (HSR) only under very strict working conditions, and in general far lower. Incorporating acoustic-phonetic knowledge into ASR design has been proven a viable approach to rise ASR accuracy. Manner of articulation attributes such as vowel, stop, fricative, approximant, nasal, and silence are examples of such knowledge. Neural networks have already been used successfully as dete…
Analysing Student Performance using Sparse Data of Core Bachelor Courses
2015
Curricula for Computer Science (CS) degrees are characterized by the strong occupational orientation of the discipline. In the BSc degree structure, with clearly separate CS core studies, the learning skills for these and other required courses may vary a lot, which is shown in students' overall performance. To analyze this situation, we apply nonstandard educational data mining techniques on a preprocessed log file of the passed courses. The joint variation in the course grades is studied through correlation analysis while intrinsic groups of students are created and analyzed using a robust clustering technique. Since not all students attended all courses, there is a nonstructured sparsity…
FPGA implementation of Spiking Neural Networks
2012
Abstract Spiking Neural Networks (SNN) have optimal characteristics for hardware implementation. They can communicate among neurons using spikes, which in terms of logic resources, means a single bit, reducing the logic occupation in a device. Additionally, SNN are similar in performance compared to other neural Artificial Neural Network (ANN) architectures such as Multilayer Perceptron, and others. SNN are very similar to those found in the biological neural system, having weights and delays as adjustable parameters. This work describes the chosen models for the implemented SNN: Spike Response Model (SRM) and temporal coding is used. FPGA implementation using VHDL language is also describe…