Intelligent Model to Investigate the Sound of Woven Fabric by Using Signal Processing and Artificial Neural Network

Size: px
Start display at page:

Download "Intelligent Model to Investigate the Sound of Woven Fabric by Using Signal Processing and Artificial Neural Network"

Transcription

1 Columbia International Publishing Journal of Signal Processing Theory and Applications (2014) Vol. 3 No. 1 pp doi: /jspta Research Article Intelligent Model to Investigate the Sound of Woven Fabric by Using Signal Processing and Artificial Neural Network Maryam Gholamzadeh 1, Dariush Semnani 1*, Mohammad Zarrebini 1, and Rassoul Amirfattahi 2 Received 3 June 2014; Published online 11 October 2014 The author(s) Published with open access at Abstract Fabric comfort comprises fabric sound which is the sound generated by fabric during wear by users. In this work sound generated by samples of polyester and cotton-polyester woven fabric was investigated. The sample specifications in warp wise direction were identical. In order to stimulate sound generated by the samples, an apparatus capable of sound induction was designed and developed. The recorded sound signals were analyzed, using Discrete Fourier Transform, together with Discrete Wavelet Transform. Sub-bands energy of FFT and energy coefficients of wavelet transform were calculated. The effect of Physical and mechanical properties on sound features of samples was predicted using Multilayer Feed forward network with back propagation learning algorithm. The network generated results showed that, fabric surface roughness and drape coefficient are the most and the least effective parameters affecting sound volume respectively. Keywords: Comfort; Sound; Signal Processing; Wavelet; Woven Fabric; Neural Network 1. Introduction Fabrics are regarded as flexible flat sheets. Sound generated by fabrics can be indicative of other properties such as fabric hand. Thus, fabric sound can be a means for manipulation of fabric properties (Sukigara and Ishibashi, 2001). Fabric sound is generated when various parts of a garment worn by a user rub against each other or when the fabric hand is judged by feeling the fabric between thumb and forefinger (Yi and Cho, 2000). Fabric sound can affect psychological stability of the garment wearer and others in the vicinity of the garment user (Cho et al., 2009). Fabric sound can be either pleasant or irksome, the extent of which is dependent on circumstances (Yi and Cho, 2000; Yi et al., 2002; Yi, 2005). *Corresponding d_semnani@cc.iut.ac.ir 1* Department of Textile Engineering, Isfahan University of Technology, Isfahan , Iran 2 Department of Electrical Engineering, Isfahan University of Technology, Isfahan , Iran 20

2 Suiting fabrics are expected to not to be obnoxious as far as fabric sound is concerned. Fabric sound amplitude and frequency are considered to be affected by factors such fabric friction, roughness, shear, and bending stiffness (Yi and Cho, 2000). Previous researches in the field of fabric sound have investigated the fabric sound in relation to mechanical properties of the fabric and have attempted to characterize frictional generated fabric sound (Yi et al., 2002; Cho and Yi, 2000). Fabric sound has been objectively analyzed in terms of the effect of constituent fiber cross-section shape, fiber type, and weaves (Kim et al., 2003; Kim and Cho, 2003; Kim et al., 2002). Additionally subjective sensation and the physiological responses to fabric sounds have been reported (Cho and Cho, 2007; Cho et al., 2005; Cho et al., 2005). Cho et al. (2005) have conducted extensive research in the field of fabric sound. Pioneering research in stimulation of silk fabric sound by polyester fabric was under taken by Japanese researcher Fukuhara (1993). The aim of this research is prediction of woven fabric sound by using digital signal processing technique (DSP) and artificial neural network (ANN). To achieve this goal, we designed a apparatus with ability of rubbing sound measurement. After that various fabric samples which are commonly used in apparel industry have been experienced. The fabric sound features extracted by DSP- have been trained in to a back propagation neural network. Also, effect of fabrics mechanical properties on their sound features have been investigated through ANN. 2. Signal Processing Signal processing refers to those techniques which are applied to signals in order to extract some informaton from them. Signals could be repesented in time-domain but in order to extract useful information, it's better to map them into other domains. Mathematical transforms such as Fourier transform has been used to map time-dependent signals into frequency domain. Short-time Fourier transform and wavelet transform represent frequency content of signals in a short time duration. In other words, those transforms could describe signals in a time-frequency or time-scale domain (Chui, 1992; Graps, 1995; Haigh et al., 2001). Fourier transform is the most applicable for time-series analysis. The frequency content of signal could be determined through decomposin gto a series of harmonic functions of different frequencies. Equation 1 shows the Fourier transform relation for time-domain signal f(t). F(w) = 1 2 f ( t) e i t where i 1 and is the angular frequency in radians per second. dt (1) Spectral analysis, the analysis of time-domain signals through Fourier transform, is a standard technique for information recovery from frequency content of periodic signals with infinite alternation. However, all signals are not necessarily continuous time but they are resulting from sampling process and are discrete in time. To analysis of such signals, Discter Fourier Transform (DFT) or in practice, a faster version called Fast Fourier Transform (FFT) has been applied. 21

3 Therefore, Fourier transform could be used for determination of frequency content of time domain signals. The main fault of Fourier transform is its complete seperation from time domain. It may be causes to loss of time domain information of signals specially for those signals with rapid changes in time characteristics. Short-Time Fourier Transform (STFT) can overcome this problem by taking Fourier transform from a windowed frame of signal. STFT devides signal to short time frames through passing it from a window function. Each frame then could be thought as stationary signal. Widow shape and duration are very critical in STFT. According to Heisenberg uncertainty principle, there is a trade-off between time and frequency resolution in STFT analysis. In the other words, long duration windows redound to high frequency resolution while the time resolution remain very low and vise versa. Wavelet transform tries to overcome this problem through variable window length. Windows become longer whenever the signal variations become slow (Chui, 1992; Graps, 1995; Haigh et al., 2001). Discrete Wavlet Transform (DWT) is a realizable form of wavelet transform by using digital filters which are implanted on computer software. In the first decomposition order, a frame of signal is passed through a set of low-pass and high-pass quadrature digital filter to make the first order approximation and detail wavelet coefiecients respectively. Approximation coeficients of each order are passed through a similar set of digital filters after downsampling by 2 to make the detail and approximation coeficients of subsequent order (Polikar, 1995; Strang and Nguyen, 1995; Titchmarsh, 1948). 3. Artificial Neural Networks ANN is a simplified model of how the ordinary neural systems work. They have found abundant applications in various field of engineering and sciences (Rojas, 1996). Moreover, ANN's are an incomplete imitation from Biological neural system and brain structure of a human body. The main idea in ANN's is based on the training and communication of a lot of processing units, called neuron, in decision making. Neurons are connected together in a network structure in such a way that each connection has an individual weight in final decision. ANN's have trained through altering in connection weights according to observed input data. After the training process using a large training data set, ANN's could predict the behavior of a system (Fausett, 1994). Although the designed artificial models are very simpler than Biological structures, they have so much capabilities in pattern recognition and classification. In other words, ANN's introduce a particular organization to solve serious problems which could not been solved through regular methods. The essential featurs of ANN's can be summerized as ability of learning, generalizing and mapping, robustness aginst the noise and interferences and parallel processing (Patterson, 1996). Learning is predicated to the process of changing the connected weights in order to attain to the best match between training and output patterns (Gurney, 1997). There are different models of ANN's according to their architecture and learning process. In this paper, we used of feedforward Multi- Layer Perceptron (MLP) neural network with error backpropagation learning (BP) algorithm in order to predict the sound of warp-and-woof textile. The BP algorithm is belong to supervised categories against to non-supervised ones. BP was proposed firstly by Romelhart et., al. in 1986 to learning MLP networks with arbitrary hidden layers. This algorithm consists of two main part. Feed-forwrad that input data are fed to the network and are propagated to the output through hidden layers and Feed-back taht difference between determined and desired output is computed as error. Then new connection weights are computed according to the bacpropagated error. First of 22

4 all, the output layer connection weights are adjusted based on the difference value of determined and desired output and according to delta rule. The hidden layers connection weights are adjusted subsequently. Sicne the desired output does not defined for the hidden layers, weight adjusting is more difficult for their neurons (Patterson, 1996; Gurney, 1997; Krose and Smagt, 1996). 4. Materials and Methods Twenty-four samples of woven fabric were woven using polyester and cotton-polyester yarns. The characteristics of the experimental samples are shown in Table 1. Samples have been woven in different warp/weft kinds, warp/weft densities and weaving design. Table 1 Characteristics of cotton-polyester samples sample Yarn Type Warp Weft Warp linear density Weft linear density Warp /Weft Density (w/cm) Weave pattern 1 spun 40/2 Ne 40/2 Ne 26/24 Twill 2 spun 40/2 Ne 40/2 Ne 26/21 Twill 3 spun 40/2 Ne 40/2 Ne 26/17 Twill 4 spun 40/2 Ne 30/2 Ne 26/24 Twill 5 spun 40/2 Ne 30/2 Ne 26/21 Twill 6 spun 40/2 Ne 30/2 Ne 26/17 Twill 7 spun (80/20) 40/2 Ne 20/2 Ne 26/24 Twill 8 spun (80/20) 40/2 Ne 20/2 Ne 26/21 Twill 9 spun (80/20) 40/2 Ne 20/2 Ne 26/17 Twill 10 spun polyester/ cotton polyester 2/40 Ne 2/30 Ne 26/24 Twill 11 spun polyester/ cotton polyester 2/40 Ne 2/30 Ne 26/21 Twill 12 spun polyester/ cotton polyester 2/40 Ne 2/30 Ne 26/17 Twill 13 Filament polyester polyester 150 den 150 den 33/14 Plain 14 Filament polyester polyester 150 den 150 den 33/17 Plain 15 Filament polyester polyester 150 den 150 den 33/20 Plain 16 Filament polyester polyester 150 den 150 den 33/26 Plain 23

5 17 Filament polyester polyester 150 den 150 den 60/21 Satin 18 Filament polyester polyester 150 den 150 den 60/24 Satin 19 Filament polyester polyester 150 den 150 den 60/27 Satin 20 Filament polyester polyester 150 den 150 den 60/30 Satin 21 Filament polyester polyester 150 den 150 den 24/15 Plain 22 Filament polyester polyester 150 den 150 den 24/19.5 Plain 23 Filament polyester polyester 150 den 150 den 24/23 Plain 24 Filament polyester polyester 150 den 150 den 24/27 Plain In order to creation and production sound of fabric, was developed requirement apparatus as shown in Figure 1. Sound is generated by sliding of the contact lever covered by a harsh fabric against the surface of the test sample. The generated sound was picked up by a microphone. Using a mixer and a sound card the generated sound is fed to a computer and recorded. The sound inducing apparatus consists of the following: A Sample holding part comprising of a bottom fixed and top movable mounting pinned jaws. The sample is mounted flat on the pins between the jaws (Figure 2(A)). B Sound inducing sliding belt driven lever with 1 2 cm rectangular head. The head is covered with a harsh fabric (Figure 2(B)). C - The sound registration and recording system consists of a microphone, mixer, sound card and computer. Induced sound is picked up by a 20 Hz to 20 khz JTS-JS-1T type microphone with connection a mixer. Mixer output is transmitted to sound card input through an interface cable. Sound card output is fed to the computer where it is recorded monophonically at frequency Hz of using Cool Record Edit Deluxe sound software (Figure 3). Fig. 1. Fabric sound induction apparatus 24

6 A Fig. 2. Main parts of the sound induction apparatus; (A) sample holding part, and (B) sound inducing part B A Fig. 3. Sound registration and recording system; (A) mixer, sound card and computer, and (B) the microphone Rectangular cm samples cut along weft direction were prepared. The samples were mounted flat on the pins while elongated by 2%. Experiments were conducted by moving the sliding lever head against the back of the sample in bottom to top direction at a speed of 0.2 m/s. Microphone was positioned half way between the jaws at a distance of 8 cm away from the sample. In order to eliminate the interfering noises experiments were conducted in an insulated space. Recording ends upon return of sliding lever to bottom position again. Sound is recorded under the sampling frequency of Hz and as mono. In order to extract sound characteristics from sound signal, sampling frequency reduction of signals or pre-processing step must be performed. Thus, all signals were reduced to 12,000 Hz sampling B 25

7 rate. Sound frequency spectra of each sample were obtained using FFT by separation of 100 milliseconds from each signal. The sound spectra were transformed to six frequency sub-bands from 0 to 6000 Hz in intervals of 1000 Hz. The energy spectra sub- bands were calculated as a characteristic of the sound signal. Energy in the sub bands was calculated using equation 2. P = subband where, X ( f ) is the discrete Fourier transform of sound signal. 2 X ( f ) (2) Additionally discrete wavelet transform was also used. Energy coefficients of the sub-bands of the wavelet were extracted as additional characteristics of sound signals. In order to obtain highest level of decomposition and wavelets signals were evaluated at different levels and wavelets. Thus, four levels were selected for decomposition and wavelets sym7 was selected among various type wavelets. Apart from symmetric part of the wavelets, wavelets families' sym are almost symmetrical. All other wavelets characteristics are similar to those of Daubechies families. There are a various types of sym wavelets from 2 to 8, as shown in Figure 4. Fig. 4. Various types of sym mother wavelets Characteristics of p1 to p6, is related to the spectrum of FFT. Energy values of approximation coefficients and detail of discrete wavelet transform is shown at different levels of decomposition respectively with Ea4, Ed4, Ed3, Ed2, and Ed1. Tables 2 and 3 show the amount of energy in different frequency sub-bands in the spectrum of FFT and Wavelet Transform. In this study, Physical and mechanical properties of the samples such as tensile strength, shear strength, bending strength, friction, drape coefficient, thickness and cover factor as shown in Tables 4 and 5 were measured. 5. Results and Discussion Average FFT spectrum for polyester fabrics and cotton-polyester fabrics are shown in Figure 5. It can be observed that amplitude varies between -40 to 40 db at all frequency spectrum range. Additionally peak amplitude for all samples occurs at frequency sub-band 4000 to 5000 Hz. due to similarities of spectral diagrams of the samples, In order to extract information from the frequency spectrum, sub-bands energy of FFT and energy coefficients of wavelet transform were calculated. 26

8 A B Fig. 5. FFT spectrum; (A) polyester samples, and (B) cotton-polyester samples Table 2 FFT spectrum of samples Sample p1 p2 p3 p4 p5 p

9 Table 3 Wavelet Transform of samples sample Ea4 Ed4 Ed3 Ed2 Ed Characteristics of FFT spectrum of polyester and cotton-polyester samples are shown in Figure 6(A) and 6(B) respectively. Characteristics of wavelet transform of polyester and cotton-polyester samples are shown in Figure 7(A) and 7(B) respectively. Considering the results shown in Figures 6 and 7, it can be stated that fabrics can be separated based on the different spectral energies in FFT and wavelet coefficients sub-band spectrum. Energy in the sub-band 0 to 1000 Hz in FFT spectrum is at peak value for all samples. This represents the generated low frequency nature of sound by the fabrics. The highest amount of energy in the wavelet transform coefficients represents energy in approximation coefficients, which are illustrated energy in sub-band Hz. This also represents the generated low frequency nature of sounds by the fabrics. As mentioned earlier, a feed-forward MLP neural network with error BP algorithm has been designed to predict relationship between physical and mechanical properties of samples based on 28

10 their sound characteristics. In this network, 14 physical and mechanical features of the samples were selected as network input. These included properties such as tensile, shear, surface, bending in direction of weft, drape coefficient, weight, thickness and weft fractional cover of the samples. As far as the network output layer was concerned, a total of 11 characteristics were selected. Six energy characteristics of sub-band frequency in the spectrum FFT, and 5 energy characteristics in sub-bands frequency wavelet transform. A B Fig. 6. Characteristics of FFT spectrum; (A) polyester samples, and (B) cotton-polyester samples 29

11 Table 4 Physical characteristics of samples Sample Breaking force (N) Elongation at break (mm) Max. shear force (N) Max. shear elongation Shear modulus (N/mm 2 ) Bending length (cm) Flexural rigidity (μnm) Bending modulus (N/m 2 ) drape coefficient (mm) / The network contained 15 neurons in hidden layer. Network results, are reported based on the minimum amount of error percent. In general, the neural network does not emphasize the importance of input variables over output. In order to understand the effect of each input variables on output variables, weight percent of inputs variables can be used. Percent weight can identify the input variables that can cause the greatest change in network output. These variables are considered to have higher importance in comparison to other variables. In this study in order to determine the contribution of individual fabric physical and mechanical parameters on the amount of energy spectral, weight percent of input variables was calculated using equation 3. The calculated results are shown in Figure 8. n i 1 wij w = 100 n m wi i 1 i 1 j (3) 30

12 A B Fig. 7. Wavelet Transform coefficients; (A) polyester samples, and (B) cotton-polyester samples In equation 3, wij represents input or output weight in layers. As shown in Figure 8, fabric surface roughness (SMD) with a contribution of 14.04% has the largest effect on the energy spectral. This is followed by fabric shear modulus with a contribution of 12.40% and coefficient of variation of friction force (MMD) with a contribution of 8.16%. Other fabric parameters that can influence fabric sound are fabric maximum shear force, flexural rigidity, elongation at break, bending modulus, thickness, coefficient of friction, shear force, weight surface, weft fractional cover, breaking force. Fabric drape with a contribution of 3.87% is the least affecting parameters as far as fabric sound is concerned. The calculated weight percent of the output layer used for determination of the most 31

13 effective output variables are shown in Figure 9. As shown in Figure 9, it can be said that Ed3 and P4 have the most and least contribution. Fig. 8. Contribution of input variables on sound energy Fig. 9. Contribution of sound output variables 32

14 Table 5 Mechanical characteristics of samples Sample SMD MIU MMD Weight (gr/m2) thickness (mm) partial coverage of fabric (%) Conclusions Fabric comfort comprises fabric sound which is the sound generated by fabric during wear by users. The amount of sound generated by fabric can be considered as an index of apparel comfort. This index can determine the suitability of fabrics for their intended end-use. In this work sound generated by samples of polyester and cotton-polyester woven fabrics was investigated. Since warp wise features of the samples were identical weft wise sound characteristics was investigated. The recorded sound signals were analyzed, using Discrete Fourier Transform, together with Discrete Wavelet Transform. In order to extract information from the frequency spectrum, sub-bands energy of FFT and energy coefficients of wavelet transform were calculated. This was due to similarities in spectral diagrams of the samples. It was found that the amount of energy in subbands of FFT spectrum and sub-band of wavelet transform coefficients are different. This was considered to be due to differences in the characteristics of the experimental samples. All samples showed the highest amount of energy in sub-band 0 to 1000 Hz in FFT spectrum. This was found to 33

15 correspond to the low frequency nature of sounds that can be produced by the fabrics. The highest amount of energy in the wavelet transform coefficients approximated the amount of energy coefficients in the sub-band 0 to 375 Hz. This corresponded to the low frequency nature of sounds produced by the fabrics. The use of a neural network feed forward with back propagation learning algorithm with one hidden layer reveled that among fabric physical and mechanical parameters surface roughness and drape coefficient were the most and the least effective parameter affecting fabric sound respectively. Additionally as far as ANN is concerned it was found that output variables Ed3 and P4 were the most and the least effective parameter respectively. References Cho, G., Cho, J., Kim, C. & Ha, J. (2005). Physiological and subjective evaluation of the rustling sounds of polyester warp knitted fabrics. Textile Research Journal, 75(4), Cho, G., Kim, Ch., Cho, J., & Ha, J. (2005), "physiological signal analyses of frictional sound by structural parameters of warp knitted fabrics. Fibers and Polymers, 6(1), Cho, G., & Yi, E. (2000). Fabric sound parameters and their relationship with mechanical properties. Textile Research Journal, 70, Cho, J., & Cho, G. (2007). Determining the psychoacoustic parameters that affect subjective sensation of fabric sounds at given sound pressures. Textile Research Journal, 77(1), Cho, S., Cho, G., & Kim, Ch. (2009). Fabric sound depends on fiber and stitch types in weft knitted fabrics. Textile Research Journal, 79(8), Chui, C. K. (1992). An introduction to wavelets. Academic Press Inc., San Diego, California. Fausett, L. (1994). Fundamentals of Neural Network. Prentice Hall, New Jersey. Fukuhara, M. (1993). Innovation in polyester fibers: from silk- like to new polyester. Textile Research Journal, 63, Graps, A. (1995). An introduction to wavelets. IEEE Computational Science and Engineering, (Vol. 2, No. 2, Summer 1995) Gurney, K. (1997). An Introduction to neural networks. 1st edition, UCL Press, London. Haigh, S. K., Teymur, B., Madabhushi, S. P. G., & Newland, D. E. (2001). Applications of wavelet analysis to the investigation of the dynamic behavior of geotechnical structures. Soil Dynamic and Earthquake Engineering, 22, Kim, Ch., & Cho, G. (2003). Characteristics of rustling sounds created by the structure of polyester warp knitted fabrics. Textile Research Journal, 73(8), Kim, Ch., Cho, G., Hong, K., & Shim, H. (2003). Sound characteristics according to cross-sectional shapes of fibers. Fibers and Polymers, 4, Kim, C., Cho, G., & Na, Y. (2002). Effects of the basic weave differences in silk fabric and the yarn type variations in satin weave on the sound parameters. Textile Research Journal, 72,

16 Krose, B., & Smagt, P. (1996). An Introduction to Neural Networks. 8th edition, The University of Amsterdam, Amesterdam, Netherland. Patterson, D.W. (1996). Artificial Neural Networks. 1st edition, Prentice Hall, Singapore. Polikar, R. (1995). The Wavelet tutorial, Rown university, Department of Electrical and Computer Engineering, Technical Report, 2nd Edition. Rojas, R. (1996). Neural Network: A Systematic Introduction. Springer, Berlin. Strang, G., & Nguyen, T. (1995). Wavelets and Filter Banks. Wellesley-Cambridge Press, Wellesley, MA. Sukigara, S., & Ishibashi, T. (2001). Subjective evaluation of the rustling sound of fabrics. SEN'I GAKKAISHI, 57(9), Titchmarsh, E. C. (1948). Introduction to the Theory of Fourier Integrals. Oxford: Oxford University Press. Yi, E., & Cho, G. (2000). Fabric sound classification by autoregressive parameters. The Journal of the Textile Institute, 91, Yi, E., Cho, G., Na, Y., & Casali, J. G. (2002). A fabric sound evaluation system for auditory-sensible textiles. Textile Research Journal, 72, Yi, E. (2005). Cross-cultural comparison of sound sensation and its prediction models for korean traditional silk fabrics. Fibers and Polymers, 6(3),

Introduction to Biomedical Engineering

Introduction to Biomedical Engineering Introduction to Biomedical Engineering Biosignal processing Kung-Bin Sung 6/11/2007 1 Outline Chapter 10: Biosignal processing Characteristics of biosignals Frequency domain representation and analysis

More information

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD WHAT IS A NEURAL NETWORK? The simplest definition of a neural network, more properly referred to as an 'artificial' neural network (ANN), is provided

More information

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Contents 2 What is ANN? Biological Neuron Structure of Neuron Types of Neuron Models of Neuron Analogy with human NN Perceptron OCR Multilayer Neural Network Back propagation

More information

Prediction of fabric hand characteristics using extraction principle

Prediction of fabric hand characteristics using extraction principle Indian Journal of Fibre & Textile Research Vol. 41, March 2016, pp. 33-39 Prediction of fabric hand characteristics using extraction principle Apurba Das a, Abhijit Majumdar & Sukumar Roy Department of

More information

Comfort characteristics of textiles - Objective evaluation and prediction by soft computing techniques

Comfort characteristics of textiles - Objective evaluation and prediction by soft computing techniques Comfort characteristics of textiles - Objective evaluation and prediction by soft computing techniques Yamini Jhanji 1,Shelly Khanna 1 & Amandeep Manocha 1 1 Department of Fashion & Apparel Engineering,

More information

Comparative Study on the Frictional Sound Properties of Woven Fabrics

Comparative Study on the Frictional Sound Properties of Woven Fabrics Pin-Ning Wang 1*, Ming-Hsiung Ho 2, Kou-Bing Cheng 3, Richard Murray 4, Chun-Hao Lin 5 1 Department of Creative Fashion Design, Nanya Institute of Technology, Taoyuan, Taiwan, R.O.C. * E-mail: pnwang@nanya.edu.tw

More information

Evaluation of Shittori Characteristic for Fabrics

Evaluation of Shittori Characteristic for Fabrics ORIGINAL PAPER Journal of Textile Engineering (2008), Vol.54, No.3, 75-81 2008 The Textile Machinery Society of Japan Evaluation of Shittori Characteristic for Fabrics TANAKA Yukari a,*, SUKIGARA Sachiko

More information

Analysis of Frictional Behavior of Woven Fabrics by a Multi-directional Tactile Sensing Mechanism

Analysis of Frictional Behavior of Woven Fabrics by a Multi-directional Tactile Sensing Mechanism Analysis of Frictional Behavior of Woven Fabrics by a Multi-directional Tactile Sensing Mechanism Nazanin Ezazshahabi, PhD, Masoud Latifi, PhD, Mohammad Amani Tehran, PhD Department of Textile Engineering,

More information

Neural Networks and the Back-propagation Algorithm

Neural Networks and the Back-propagation Algorithm Neural Networks and the Back-propagation Algorithm Francisco S. Melo In these notes, we provide a brief overview of the main concepts concerning neural networks and the back-propagation algorithm. We closely

More information

Analysis of Multilayer Neural Network Modeling and Long Short-Term Memory

Analysis of Multilayer Neural Network Modeling and Long Short-Term Memory Analysis of Multilayer Neural Network Modeling and Long Short-Term Memory Danilo López, Nelson Vera, Luis Pedraza International Science Index, Mathematical and Computational Sciences waset.org/publication/10006216

More information

COMPARING PERFORMANCE OF NEURAL NETWORKS RECOGNIZING MACHINE GENERATED CHARACTERS

COMPARING PERFORMANCE OF NEURAL NETWORKS RECOGNIZING MACHINE GENERATED CHARACTERS Proceedings of the First Southern Symposium on Computing The University of Southern Mississippi, December 4-5, 1998 COMPARING PERFORMANCE OF NEURAL NETWORKS RECOGNIZING MACHINE GENERATED CHARACTERS SEAN

More information

Forecasting Crude Oil Price Using Neural Networks

Forecasting Crude Oil Price Using Neural Networks CMU. Journal (2006) Vol. 5(3) 377 Forecasting Crude Oil Price Using Neural Networks Komsan Suriya * Faculty of Economics, Chiang Mai University, Chiang Mai 50200, Thailand *Corresponding author. E-mail:

More information

Prediction of thermo-physiological properties of plated knits by different neural network architectures

Prediction of thermo-physiological properties of plated knits by different neural network architectures Indian Journal of Fibre & Textile Research Vol. 43, March 2018, pp. 44-52 Prediction of thermo-physiological properties of plated knits by different neural network architectures Y Jhanji 1,a, D Gupta 2

More information

Stuides on Denim Fabrics

Stuides on Denim Fabrics Stuides on Denim Fabrics Part 1: Frictional Properties Anitha Mabel Manohar Department of Fashion Design National Institute of Fashion Technology Rajiv Gandhi Salai Taramani, Chennai 600 113, India Abstract:

More information

Data Mining Part 5. Prediction

Data Mining Part 5. Prediction Data Mining Part 5. Prediction 5.5. Spring 2010 Instructor: Dr. Masoud Yaghini Outline How the Brain Works Artificial Neural Networks Simple Computing Elements Feed-Forward Networks Perceptrons (Single-layer,

More information

Learning and Memory in Neural Networks

Learning and Memory in Neural Networks Learning and Memory in Neural Networks Guy Billings, Neuroinformatics Doctoral Training Centre, The School of Informatics, The University of Edinburgh, UK. Neural networks consist of computational units

More information

ECE Introduction to Artificial Neural Network and Fuzzy Systems

ECE Introduction to Artificial Neural Network and Fuzzy Systems ECE 39 - Introduction to Artificial Neural Network and Fuzzy Systems Wavelet Neural Network control of two Continuous Stirred Tank Reactors in Series using MATLAB Tariq Ahamed Abstract. With the rapid

More information

An artificial neural networks (ANNs) model is a functional abstraction of the

An artificial neural networks (ANNs) model is a functional abstraction of the CHAPER 3 3. Introduction An artificial neural networs (ANNs) model is a functional abstraction of the biological neural structures of the central nervous system. hey are composed of many simple and highly

More information

INFLUENCE KINDS OF MATERIALS ON THE POISSON S RATIO OF WOVEN FABRICS

INFLUENCE KINDS OF MATERIALS ON THE POISSON S RATIO OF WOVEN FABRICS ISSN 1846-6168 (Print), ISSN 1848-5588 (Online) ID: TG-217816142553 Original scientific paper INFLUENCE KINDS OF MATERIALS ON THE POISSON S RATIO OF WOVEN FABRICS Željko PENAVA, Diana ŠIMIĆ PENAVA, Željko

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

Artificial Neural Network Method of Rock Mass Blastability Classification

Artificial Neural Network Method of Rock Mass Blastability Classification Artificial Neural Network Method of Rock Mass Blastability Classification Jiang Han, Xu Weiya, Xie Shouyi Research Institute of Geotechnical Engineering, Hohai University, Nanjing, Jiangshu, P.R.China

More information

Signal Modeling Techniques in Speech Recognition. Hassan A. Kingravi

Signal Modeling Techniques in Speech Recognition. Hassan A. Kingravi Signal Modeling Techniques in Speech Recognition Hassan A. Kingravi Outline Introduction Spectral Shaping Spectral Analysis Parameter Transforms Statistical Modeling Discussion Conclusions 1: Introduction

More information

Power Supply Quality Analysis Using S-Transform and SVM Classifier

Power Supply Quality Analysis Using S-Transform and SVM Classifier Journal of Power and Energy Engineering, 2014, 2, 438-447 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24059 Power Supply Quality Analysis

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Jeff Clune Assistant Professor Evolving Artificial Intelligence Laboratory Announcements Be making progress on your projects! Three Types of Learning Unsupervised Supervised Reinforcement

More information

Fibre Friction WHAT IS FIBRE

Fibre Friction WHAT IS FIBRE Fibre Friction WHAT IS FIBRE Fibre is a class of materials that are continuous filaments. Any thing having high length to width ratio. Diameter or width of fibre is negligible which cant be measured. Fibres

More information

ECE472/572 - Lecture 13. Roadmap. Questions. Wavelets and Multiresolution Processing 11/15/11

ECE472/572 - Lecture 13. Roadmap. Questions. Wavelets and Multiresolution Processing 11/15/11 ECE472/572 - Lecture 13 Wavelets and Multiresolution Processing 11/15/11 Reference: Wavelet Tutorial http://users.rowan.edu/~polikar/wavelets/wtpart1.html Roadmap Preprocessing low level Enhancement Restoration

More information

Introduction to Wavelet. Based on A. Mukherjee s lecture notes

Introduction to Wavelet. Based on A. Mukherjee s lecture notes Introduction to Wavelet Based on A. Mukherjee s lecture notes Contents History of Wavelet Problems of Fourier Transform Uncertainty Principle The Short-time Fourier Transform Continuous Wavelet Transform

More information

λ-universe: Introduction and Preliminary Study

λ-universe: Introduction and Preliminary Study λ-universe: Introduction and Preliminary Study ABDOLREZA JOGHATAIE CE College Sharif University of Technology Azadi Avenue, Tehran IRAN Abstract: - Interactions between the members of an imaginary universe,

More information

CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska. NEURAL NETWORKS Learning

CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska. NEURAL NETWORKS Learning CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS Learning Neural Networks Classifier Short Presentation INPUT: classification data, i.e. it contains an classification (class) attribute.

More information

Wavelet Neural Networks for Nonlinear Time Series Analysis

Wavelet Neural Networks for Nonlinear Time Series Analysis Applied Mathematical Sciences, Vol. 4, 2010, no. 50, 2485-2495 Wavelet Neural Networks for Nonlinear Time Series Analysis K. K. Minu, M. C. Lineesh and C. Jessy John Department of Mathematics National

More information

Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A.

Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A. UvA-DARE (Digital Academic Repository) Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A. Link to publication Citation for published version (APA): Pyayt, A.

More information

Lecture 7 Artificial neural networks: Supervised learning

Lecture 7 Artificial neural networks: Supervised learning Lecture 7 Artificial neural networks: Supervised learning Introduction, or how the brain works The neuron as a simple computing element The perceptron Multilayer neural networks Accelerated learning in

More information

Prediction of Draping Behavior of Woven Fabrics over Double-Curvature Moulds Using Finite Element Techniques

Prediction of Draping Behavior of Woven Fabrics over Double-Curvature Moulds Using Finite Element Techniques International Journal of Material and Mechanical Engineering, 2012, 1: 25-31 - 25 - Published Online May 2012 http://www.ijm-me.org Prediction of Draping Behavior of Woven Fabrics over Double-Curvature

More information

2015 Todd Neller. A.I.M.A. text figures 1995 Prentice Hall. Used by permission. Neural Networks. Todd W. Neller

2015 Todd Neller. A.I.M.A. text figures 1995 Prentice Hall. Used by permission. Neural Networks. Todd W. Neller 2015 Todd Neller. A.I.M.A. text figures 1995 Prentice Hall. Used by permission. Neural Networks Todd W. Neller Machine Learning Learning is such an important part of what we consider "intelligence" that

More information

ARTIFICIAL INTELLIGENCE. Artificial Neural Networks

ARTIFICIAL INTELLIGENCE. Artificial Neural Networks INFOB2KI 2017-2018 Utrecht University The Netherlands ARTIFICIAL INTELLIGENCE Artificial Neural Networks Lecturer: Silja Renooij These slides are part of the INFOB2KI Course Notes available from www.cs.uu.nl/docs/vakken/b2ki/schema.html

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE 4: Linear Systems Summary # 3: Introduction to artificial neural networks DISTRIBUTED REPRESENTATION An ANN consists of simple processing units communicating with each other. The basic elements of

More information

Digital Image Processing

Digital Image Processing Digital Image Processing, 2nd ed. Digital Image Processing Chapter 7 Wavelets and Multiresolution Processing Dr. Kai Shuang Department of Electronic Engineering China University of Petroleum shuangkai@cup.edu.cn

More information

Introduction to Natural Computation. Lecture 9. Multilayer Perceptrons and Backpropagation. Peter Lewis

Introduction to Natural Computation. Lecture 9. Multilayer Perceptrons and Backpropagation. Peter Lewis Introduction to Natural Computation Lecture 9 Multilayer Perceptrons and Backpropagation Peter Lewis 1 / 25 Overview of the Lecture Why multilayer perceptrons? Some applications of multilayer perceptrons.

More information

Elec4621 Advanced Digital Signal Processing Chapter 11: Time-Frequency Analysis

Elec4621 Advanced Digital Signal Processing Chapter 11: Time-Frequency Analysis Elec461 Advanced Digital Signal Processing Chapter 11: Time-Frequency Analysis Dr. D. S. Taubman May 3, 011 In this last chapter of your notes, we are interested in the problem of nding the instantaneous

More information

MODELING OF A HOT AIR DRYING PROCESS BY USING ARTIFICIAL NEURAL NETWORK METHOD

MODELING OF A HOT AIR DRYING PROCESS BY USING ARTIFICIAL NEURAL NETWORK METHOD MODELING OF A HOT AIR DRYING PROCESS BY USING ARTIFICIAL NEURAL NETWORK METHOD Ahmet DURAK +, Ugur AKYOL ++ + NAMIK KEMAL UNIVERSITY, Hayrabolu, Tekirdag, Turkey. + NAMIK KEMAL UNIVERSITY, Çorlu, Tekirdag,

More information

Deep Learning. Basics and Intuition. Constantin Gonzalez Principal Solutions Architect, Amazon Web Services

Deep Learning. Basics and Intuition. Constantin Gonzalez Principal Solutions Architect, Amazon Web Services Deep Learning Basics and Intuition Constantin Gonzalez Principal Solutions Architect, Amazon Web Services glez@amazon.de September 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

More information

Neural Networks Introduction

Neural Networks Introduction Neural Networks Introduction H.A Talebi Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Winter 2011 H. A. Talebi, Farzaneh Abdollahi Neural Networks 1/22 Biological

More information

Identification and Classification of High Impedance Faults using Wavelet Multiresolution Analysis

Identification and Classification of High Impedance Faults using Wavelet Multiresolution Analysis 92 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Identification Classification of High Impedance Faults using Wavelet Multiresolution Analysis D. Cha N. K. Kishore A. K. Sinha Abstract: This paper presents

More information

A Novel Weave/Color Repeat Extraction Method with Error Tolerance

A Novel Weave/Color Repeat Extraction Method with Error Tolerance A Novel Weave/Color Repeat Extraction Method with Error Tolerance Di Zhou, PhD, Luoqing Zhou, inyi Sheng, PhD, Jun Sun Jiangnan University, Wuxi, Jiangsu CHINA Correspondence to: Di Zhou email: zhoudiprivate@hotmail.com

More information

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3 Investigations on Prediction of MRR and Surface Roughness on Electro Discharge Machine Using Regression Analysis and Artificial Neural Network Programming Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr.

More information

Wavelet Transform. Figure 1: Non stationary signal f(t) = sin(100 t 2 ).

Wavelet Transform. Figure 1: Non stationary signal f(t) = sin(100 t 2 ). Wavelet Transform Andreas Wichert Department of Informatics INESC-ID / IST - University of Lisboa Portugal andreas.wichert@tecnico.ulisboa.pt September 3, 0 Short Term Fourier Transform Signals whose frequency

More information

A Research on Effect of Finishing Applications on Fabric Stiffness and Prediction of Fabric Stiffness

A Research on Effect of Finishing Applications on Fabric Stiffness and Prediction of Fabric Stiffness Journal of Materials Science and Engineering A 8 (9-10) (2018) 190-197 doi: 10.17265/2161-6213/2018.9-10.003 D DAVID PUBLISHING A Research on Effect of Finishing Applications on Fabric and Prediction of

More information

Neural Networks biological neuron artificial neuron 1

Neural Networks biological neuron artificial neuron 1 Neural Networks biological neuron artificial neuron 1 A two-layer neural network Output layer (activation represents classification) Weighted connections Hidden layer ( internal representation ) Input

More information

MATERIAL CHARACTERIZATION, VIBRO-ACOUSTIC ANALYSIS AND MANUFACTURING OF TEXTILE-REINFORCED COMPLEX 3-D COMPOSITE STRUCTURES

MATERIAL CHARACTERIZATION, VIBRO-ACOUSTIC ANALYSIS AND MANUFACTURING OF TEXTILE-REINFORCED COMPLEX 3-D COMPOSITE STRUCTURES 16 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS MATERIAL CHARACTERIZATION, VIBRO-ACOUSTIC ANALYSIS AND MANUFACTURING OF TEXTILE-REINFORCED COMPLEX 3-D COMPOSITE STRUCTURES Hufenbach, Werner*, Täger,

More information

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN JCARD Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN 2248-9304(Print), ISSN 2248-9312 (JCARD),(Online) ISSN 2248-9304(Print), Volume 1, Number ISSN

More information

Multivariate Analysis, TMVA, and Artificial Neural Networks

Multivariate Analysis, TMVA, and Artificial Neural Networks http://tmva.sourceforge.net/ Multivariate Analysis, TMVA, and Artificial Neural Networks Matt Jachowski jachowski@stanford.edu 1 Multivariate Analysis Techniques dedicated to analysis of data with multiple

More information

Multilayer Perceptron

Multilayer Perceptron Outline Hong Chang Institute of Computing Technology, Chinese Academy of Sciences Machine Learning Methods (Fall 2012) Outline Outline I 1 Introduction 2 Single Perceptron 3 Boolean Function Learning 4

More information

Modeling Economic Time Series Using a Focused Time Lagged FeedForward Neural Network

Modeling Economic Time Series Using a Focused Time Lagged FeedForward Neural Network Proceedings of Student Research Day, CSIS, Pace University, May 9th, 23 Modeling Economic Time Series Using a Focused Time Lagged FeedForward Neural Network N. Moseley ABSTRACT, - Artificial neural networks

More information

Unit III. A Survey of Neural Network Model

Unit III. A Survey of Neural Network Model Unit III A Survey of Neural Network Model 1 Single Layer Perceptron Perceptron the first adaptive network architecture was invented by Frank Rosenblatt in 1957. It can be used for the classification of

More information

Lecture 4: Perceptrons and Multilayer Perceptrons

Lecture 4: Perceptrons and Multilayer Perceptrons Lecture 4: Perceptrons and Multilayer Perceptrons Cognitive Systems II - Machine Learning SS 2005 Part I: Basic Approaches of Concept Learning Perceptrons, Artificial Neuronal Networks Lecture 4: Perceptrons

More information

INVESTIGATION OF THE PROCESSING PARAMETERS OF A 3D WOVEN REINFORCEMENT

INVESTIGATION OF THE PROCESSING PARAMETERS OF A 3D WOVEN REINFORCEMENT INVESTIGATION OF THE PROCESSING PARAMETERS OF A 3D WOVEN REINFORCEMENT Andreas Endruweit, Dhiren K. Modi and Andrew C. Long School of Mechanical, Materials and Manufacturing Engineering, University of

More information

Simple Neural Nets For Pattern Classification

Simple Neural Nets For Pattern Classification CHAPTER 2 Simple Neural Nets For Pattern Classification Neural Networks General Discussion One of the simplest tasks that neural nets can be trained to perform is pattern classification. In pattern classification

More information

Prediction of chenille yarn and fabric abrasion resistance using radial basis function neural network models

Prediction of chenille yarn and fabric abrasion resistance using radial basis function neural network models Neural Comput & Applic (7) 6: 39 45 DOI.7/s5-6-48-8 ORIGINAL ARTICLE Erhan Kenan C even Æ Sezai Tokat Æ O zcan O zdemir Prediction of chenille yarn and fabric abrasion resistance using radial basis function

More information

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network , pp.12-17 http://dx.doi.org/10.14257/astl.2018.151.03 Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network Myeong-Jae Jo 1, In-Kyum Kim 1, Won-Hyuck Choi 2 and

More information

Time-Series Analysis for Ear-Related and Psychoacoustic Metrics

Time-Series Analysis for Ear-Related and Psychoacoustic Metrics Time-Series Analysis for Ear-Related and Psychoacoustic Metrics V. Mellert, H. Remmers, R. Weber, B. Schulte-Fortkamp how to analyse p(t) to obtain an earrelated parameter? general remarks on acoustical

More information

Signals, Instruments, and Systems W5. Introduction to Signal Processing Sampling, Reconstruction, and Filters

Signals, Instruments, and Systems W5. Introduction to Signal Processing Sampling, Reconstruction, and Filters Signals, Instruments, and Systems W5 Introduction to Signal Processing Sampling, Reconstruction, and Filters Acknowledgments Recapitulation of Key Concepts from the Last Lecture Dirac delta function (

More information

Neural Network Models for Prediction. Fabric Drape

Neural Network Models for Prediction. Fabric Drape Neural Network Models for Prediction Fabric Drape Antony Lam Department of Computer Science California State Polytechnic University Pomona, CA, 91768 E-mail: amlam@csupomona.edu Amar Kaheja Department

More information

Artificial Neural Networks

Artificial Neural Networks Introduction ANN in Action Final Observations Application: Poverty Detection Artificial Neural Networks Alvaro J. Riascos Villegas University of los Andes and Quantil July 6 2018 Artificial Neural Networks

More information

An Introduction to HILBERT-HUANG TRANSFORM and EMPIRICAL MODE DECOMPOSITION (HHT-EMD) Advanced Structural Dynamics (CE 20162)

An Introduction to HILBERT-HUANG TRANSFORM and EMPIRICAL MODE DECOMPOSITION (HHT-EMD) Advanced Structural Dynamics (CE 20162) An Introduction to HILBERT-HUANG TRANSFORM and EMPIRICAL MODE DECOMPOSITION (HHT-EMD) Advanced Structural Dynamics (CE 20162) M. Ahmadizadeh, PhD, PE O. Hemmati 1 Contents Scope and Goals Review on transformations

More information

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Huffman Encoding

More information

Wavelets in Pattern Recognition

Wavelets in Pattern Recognition Wavelets in Pattern Recognition Lecture Notes in Pattern Recognition by W.Dzwinel Uncertainty principle 1 Uncertainty principle Tiling 2 Windowed FT vs. WT Idea of mother wavelet 3 Scale and resolution

More information

AI Programming CS F-20 Neural Networks

AI Programming CS F-20 Neural Networks AI Programming CS662-2008F-20 Neural Networks David Galles Department of Computer Science University of San Francisco 20-0: Symbolic AI Most of this class has been focused on Symbolic AI Focus or symbols

More information

Neural Network Based Response Surface Methods a Comparative Study

Neural Network Based Response Surface Methods a Comparative Study . LS-DYNA Anwenderforum, Ulm Robustheit / Optimierung II Neural Network Based Response Surface Methods a Comparative Study Wolfram Beyer, Martin Liebscher, Michael Beer, Wolfgang Graf TU Dresden, Germany

More information

Department of Textile Engineering. Curriculum for the Degree of Bachelor of Engineering in Textile: Textile Chemistry and Fiber Science

Department of Textile Engineering. Curriculum for the Degree of Bachelor of Engineering in Textile: Textile Chemistry and Fiber Science UNDERGRADUATE S Department of Textile Engineering Curriculum for the Degree of Bachelor of Engineering in Textile: Textile Chemistry and Fiber Science I (fall) 9-4- --5 -- --4 Calculus Calculus Physics

More information

Effect of ground borne vibrations on underground pipelines

Effect of ground borne vibrations on underground pipelines Effect of ground borne vibrations on underground pipelines N.. Thusyanthan, S. L. D. Chin & S. P. G. Madabhushi Department of Engineering, University of Cambridge, United Kingdom. Proceedings of the nternational

More information

Higher order correlation detection in nonlinear aerodynamic systems using wavelet transforms

Higher order correlation detection in nonlinear aerodynamic systems using wavelet transforms Higher order correlation detection in nonlinear aerodynamic systems using wavelet transforms K. Gurley Department of Civil and Coastal Engineering, University of Florida, USA T. Kijewski & A. Kareem Department

More information

Accounting for non-stationary frequency content in Earthquake Engineering: Can wavelet analysis be useful after all?

Accounting for non-stationary frequency content in Earthquake Engineering: Can wavelet analysis be useful after all? Academic excellence for business and the professions Accounting for non-stationary frequency content in Earthquake Engineering: Can wavelet analysis be useful after all? Agathoklis Giaralis Senior Lecturer

More information

ASPECTS CONCERNING TO THE MECHANICAL PROPERTIES OF THE GLASS / FLAX / EPOXY COMPOSITE MATERIAL

ASPECTS CONCERNING TO THE MECHANICAL PROPERTIES OF THE GLASS / FLAX / EPOXY COMPOSITE MATERIAL 5 th International Conference Advanced Composite Materials Engineering COMAT 2014 16-17 October 2014, Braşov, Romania ASPECTS CONCERNING TO THE MECHANICAL PROPERTIES OF THE GLASS / FLAX / EPOXY COMPOSITE

More information

FAVIMAT (AI)ROBOT2 FAVIGRAPH. Automatic Single-Fibre Testers

FAVIMAT (AI)ROBOT2 FAVIGRAPH. Automatic Single-Fibre Testers FAVIMAT (AI)ROBOT2 FAVIGRAPH Automatic Single-Fibre Testers Single-Fibre Testers FAVIMAT and FAVIGRAPH The FAVIMAT testing methods Testing and evaluation of a wide range of fibre properties are essential

More information

Feedforward Neural Nets and Backpropagation

Feedforward Neural Nets and Backpropagation Feedforward Neural Nets and Backpropagation Julie Nutini University of British Columbia MLRG September 28 th, 2016 1 / 23 Supervised Learning Roadmap Supervised Learning: Assume that we are given the features

More information

Singer Identification using MFCC and LPC and its comparison for ANN and Naïve Bayes Classifiers

Singer Identification using MFCC and LPC and its comparison for ANN and Naïve Bayes Classifiers Singer Identification using MFCC and LPC and its comparison for ANN and Naïve Bayes Classifiers Kumari Rambha Ranjan, Kartik Mahto, Dipti Kumari,S.S.Solanki Dept. of Electronics and Communication Birla

More information

Convolutional Associative Memory: FIR Filter Model of Synapse

Convolutional Associative Memory: FIR Filter Model of Synapse Convolutional Associative Memory: FIR Filter Model of Synapse Rama Murthy Garimella 1, Sai Dileep Munugoti 2, Anil Rayala 1 1 International Institute of Information technology, Hyderabad, India. rammurthy@iiit.ac.in,

More information

Artificial Neural Networks" and Nonparametric Methods" CMPSCI 383 Nov 17, 2011!

Artificial Neural Networks and Nonparametric Methods CMPSCI 383 Nov 17, 2011! Artificial Neural Networks" and Nonparametric Methods" CMPSCI 383 Nov 17, 2011! 1 Todayʼs lecture" How the brain works (!)! Artificial neural networks! Perceptrons! Multilayer feed-forward networks! Error

More information

A Novel Activity Detection Method

A Novel Activity Detection Method A Novel Activity Detection Method Gismy George P.G. Student, Department of ECE, Ilahia College of,muvattupuzha, Kerala, India ABSTRACT: This paper presents an approach for activity state recognition of

More information

Modeling and Vibration analysis of shaft misalignment

Modeling and Vibration analysis of shaft misalignment Volume 114 No. 11 2017, 313-323 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Modeling and Vibration analysis of shaft misalignment Amit. M. Umbrajkaar

More information

Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive

Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 6, January-June 2005 p. 1-16 Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive

More information

The Analytical Study of Garment Pressure on the Human Body Using Finite Elements

The Analytical Study of Garment Pressure on the Human Body Using Finite Elements Seyed Abbas Mirjalili, Mansour Rafeeyan, Zeynab Soltanzadeh Yazd University, Yazd, Iran E-mail: amirjalili@yazduni.ac.ir The Analytical Study of Garment Pressure on the Human Body Using Finite Elements

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Chapter 3. Experimentation and Data Acquisition

Chapter 3. Experimentation and Data Acquisition 48 Chapter 3 Experimentation and Data Acquisition In order to achieve the objectives set by the present investigation as mentioned in the Section 2.5, an experimental set-up has been fabricated by mounting

More information

Dreem Challenge report (team Bussanati)

Dreem Challenge report (team Bussanati) Wavelet course, MVA 04-05 Simon Bussy, simon.bussy@gmail.com Antoine Recanati, arecanat@ens-cachan.fr Dreem Challenge report (team Bussanati) Description and specifics of the challenge We worked on the

More information

Lecture 4: Feed Forward Neural Networks

Lecture 4: Feed Forward Neural Networks Lecture 4: Feed Forward Neural Networks Dr. Roman V Belavkin Middlesex University BIS4435 Biological neurons and the brain A Model of A Single Neuron Neurons as data-driven models Neural Networks Training

More information

Intelligent Handwritten Digit Recognition using Artificial Neural Network

Intelligent Handwritten Digit Recognition using Artificial Neural Network RESEARCH ARTICLE OPEN ACCESS Intelligent Handwritten Digit Recognition using Artificial Neural Networ Saeed AL-Mansoori Applications Development and Analysis Center (ADAC), Mohammed Bin Rashid Space Center

More information

Artificial Neural Networks The Introduction

Artificial Neural Networks The Introduction Artificial Neural Networks The Introduction 01001110 01100101 01110101 01110010 01101111 01101110 01101111 01110110 01100001 00100000 01110011 01101011 01110101 01110000 01101001 01101110 01100001 00100000

More information

SPEECH ANALYSIS AND SYNTHESIS

SPEECH ANALYSIS AND SYNTHESIS 16 Chapter 2 SPEECH ANALYSIS AND SYNTHESIS 2.1 INTRODUCTION: Speech signal analysis is used to characterize the spectral information of an input speech signal. Speech signal analysis [52-53] techniques

More information

New Recursive-Least-Squares Algorithms for Nonlinear Active Control of Sound and Vibration Using Neural Networks

New Recursive-Least-Squares Algorithms for Nonlinear Active Control of Sound and Vibration Using Neural Networks IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 12, NO. 1, JANUARY 2001 135 New Recursive-Least-Squares Algorithms for Nonlinear Active Control of Sound and Vibration Using Neural Networks Martin Bouchard,

More information

Investigation of the Thermal Insulation Properties of Multilayer Textiles

Investigation of the Thermal Insulation Properties of Multilayer Textiles Małgorzata Matusiak Institute of Textile Architecture ul. Piotrkowska 276, 90-950 Łódź, Poland E-mail: mmatusiak@iat.pai.net.pl Investigation of the Thermal Insulation Properties of Multilayer Textiles

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

Physical Acoustics. Hearing is the result of a complex interaction of physics, physiology, perception and cognition.

Physical Acoustics. Hearing is the result of a complex interaction of physics, physiology, perception and cognition. Physical Acoustics Hearing, auditory perception, or audition is the ability to perceive sound by detecting vibrations, changes in the pressure of the surrounding medium through time, through an organ such

More information

Neural Networks. Chapter 18, Section 7. TB Artificial Intelligence. Slides from AIMA 1/ 21

Neural Networks. Chapter 18, Section 7. TB Artificial Intelligence. Slides from AIMA   1/ 21 Neural Networks Chapter 8, Section 7 TB Artificial Intelligence Slides from AIMA http://aima.cs.berkeley.edu / 2 Outline Brains Neural networks Perceptrons Multilayer perceptrons Applications of neural

More information

Introduction to Artificial Neural Networks

Introduction to Artificial Neural Networks Facultés Universitaires Notre-Dame de la Paix 27 March 2007 Outline 1 Introduction 2 Fundamentals Biological neuron Artificial neuron Artificial Neural Network Outline 3 Single-layer ANN Perceptron Adaline

More information

Intelligent Modular Neural Network for Dynamic System Parameter Estimation

Intelligent Modular Neural Network for Dynamic System Parameter Estimation Intelligent Modular Neural Network for Dynamic System Parameter Estimation Andrzej Materka Technical University of Lodz, Institute of Electronics Stefanowskiego 18, 9-537 Lodz, Poland Abstract: A technique

More information

A Compressive Sensing Based Compressed Neural Network for Sound Source Localization

A Compressive Sensing Based Compressed Neural Network for Sound Source Localization A Compressive Sensing Based Compressed Neural Network for Sound Source Localization Mehdi Banitalebi Dehkordi Speech Processing Research Lab Yazd University Yazd, Iran mahdi_banitalebi@stu.yazduni.ac.ir

More information

Gaussian Processes for Audio Feature Extraction

Gaussian Processes for Audio Feature Extraction Gaussian Processes for Audio Feature Extraction Dr. Richard E. Turner (ret26@cam.ac.uk) Computational and Biological Learning Lab Department of Engineering University of Cambridge Machine hearing pipeline

More information