Search results for "Multilayer Perceptron"
showing 10 items of 52 documents
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…
Artificial neural network comparison for a SHM procedure applied to composite structures.
2013
In this paper different architectures of Artificial Neural Networks (ANNs) for structural damage detection are studied. The main objective is to create an ANN able to detect and localize damage without any prior knowledge on its characteristics so as to serve as a realtime data processor for SHM systems. Two different architectures are studied: the standard feed-forward Multi Layer Perceptron (MLP) and the Radial Basis Function (RBF) ANNs. The training data are given, in terms of a Damage Index ℑD, properly defined using the piezoelectric sensor signal output to obtain suitable information on the damage position and dimensions. The electromechanical response of the assembled structure has b…
An AI Walk from Pharmacokinetics to Marketing
2009
This work is intended for providing a review of reallife practical applications of Artificial Intelligence (AI) methods. We focus on the use of Machine Learning (ML) methods applied to rather real problems than synthetic problems with standard and controlled environment. In particular, we will describe the following problems in next sections: • Optimization of Erythropoietin (EPO) dosages in anaemic patients undergoing Chronic Renal Failure (CRF). • Optimization of a recommender system for citizen web portal users. • Optimization of a marketing campaign. The choice of these problems is due to their relevance and their heterogeneity. This heterogeneity shows the capabilities and versatility …
Estimation of Leaf Area in Bell Pepper Plant using Image Processing techniques and Artificial Neural Networks
2021
Measurement and estimation of physical properties of plant leaves have always been considered as important requirements for monitoring and optimizing of plant growth. This study aimed at utilization of image processing and artificial intelligence techniques for non-invasive and non-destructive estimation of bell pepper leaves properties in the first month of growth. Physical properties of bell pepper plant leaves were extracted from RGB images. The algorithm makes use of gradient magnitude and watershed image. Leaf area as the most important index of growth was estimated as a function of other physical parameters including leaf length, width, perimeter etc. Using stereo imaging, the leaf di…
Roughness evaluation of vine leaf by image processing
2013
International audience; The study of leaf surface roughness is very important in the domain of precision spraying. It is one of the parameters that allow to reduce costs and losses of phytosanitary prod- ucts and to improve the spray accuracy. Moreover, the leaf roughness is related to adhesion mechanisms of liquid on a surface. It can be used to define leaf nature surface (hy- drophilic/hydrophobic). The main goal of this study is thus to estimate and to follow the evolution of leaf roughness using image processing and computer vision. The develop- ment and application of computer vision for measurement of surface leaf roughness using artificial neural networks will be described. The syste…
Fast and Robust Face Detection on a Parallel Optimized Architecture implemented on FPGA
2009
In this paper, we present a parallel architecture for fast and robust face detection implemented on FPGA hardware. We propose the first implementation that meets both real-time requirements in an embedded context and face detection robustness within complex backgrounds. The chosen face detection method is the Convolutional Face Finder (CFF) algorithm, which consists of a pipeline of convolution and subsampling operations, followed by a multilayer perceptron. We present the design methodology of our face detection processor element (PE). This methodology was followed in order to optimize our implementation in terms of memory usage and parallelization efficiency. We then built a parallel arch…
Multiple Classifiers and Data Fusion for Robust Diagnosis of Gearbox Mixed Faults
2019
Detection and isolation of single and mixed faults in a gearbox are very important to enhance the system reliability, lifetime, and service availability. This paper proposes a hybrid learning algorithm, consisting of multilayer perceptron (MLP)- and convolutional neural network (CNN)-based classifiers, for diagnosis of gearbox mixed faults. Domain knowledge features are required to train the MLP classifier, while the CNN classifier can learn features itself, allowing to reduce the required knowledge features for the counterpart. Vibration data from an experimental setup with gearbox mixed faults is used to validate the effectiveness of the algorithms and compare them with conventional metho…
Prediction of active peak force using a multilayer perceptron
2017
Both kinematic parameters and ground reaction forces (GRFs) are necessary for understanding the biomechanics of running. Kinematic information of a runner is typically measured by a motion capture system whereas GRF during the support phase of running is measured by force platforms. To analyze both kinematics and kinetics of a runner over several subsequent contacts, an instrumented treadmill or alternatively several force platforms installed over a regulated space are available options, but they are highly immovable, expensive, and sometimes even impractical options. Naturally, it would be highly useful to predict GRFs using a motion capture system only and this way reduce costs and comple…
Multilayer perceptron training with multiobjective memetic optimization
2016
Machine learning tasks usually come with several mutually conflicting objectives. One example is the simplicity of the learning device contrasted with the accuracy of its performance after learning. Another common example is the trade-off that must often be made between the rate of false positive and false negative predictions in diagnostic applications. For computer programs that learn from data, these objectives are formulated as mathematical functions, each of which describes one facet of the desired learning outcome. Even functions that intend to optimize the same facet may behave in a subtly different and mutually conflicting way, depending on the task and the dataset being examined. Mul…