• Title/Summary/Keyword: multilayer perceptron(MLP)

Search Result 134, Processing Time 0.037 seconds

Prediction Model of the Number of Spectators in Korean Baseball League Using Machine Learning (머신러닝을 이용한 한국프로야구 관중 수 예측모델)

  • Seo, WonBin;Kil, RheeMan
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2019.05a
    • /
    • pp.330-333
    • /
    • 2019
  • 본 연구는 기존 관중 수 예측에 주로 사용되는 ARIMA 모형과 다른 GKFN(Network with Gaussian kernel functions) 모델을 시계열 모델로 제안하고 여러 변수 간의 상관관계를 분석한 MLP(Multilayer Perceptron) 모델을 각각 따로 만들어 두 가지 RMSE값의 가중치를 결합한 새로운 모델을 최종적으로 제안한다. GKFN 모델은 phase space 분석을 위해 smoothness measure를 측정하고 커널 개수를 늘려가며 학습시키는 방법이다. 또한, MLP 모델은 관중 수에 영향을 주는 여러 변수(날짜, 날씨 등 팀과 관련된 특징들)의 상관관계를 correlation coefficient 값을 이용해 분석하고 높은 상관관계를 가지는 변수들을 이용해 MLP 모델을 만들어 학습하는 것이다. 이를 통해 프로야구팀 기아 타이거즈의 일일 단위 관중 수를 예측하고자 하였다. 관중 수 예측을 통해 구단과 관객 모두 긍정적인 활용이 가능할 것이다. 훈련 자료는 2010년부터 2018년까지 9년 동안 기아 타이거즈의 일별 관중 수를 자료로 하였다.

  • PDF

Optimization of Model based on Relu Activation Function in MLP Neural Network Model

  • Ye Rim Youn;Jinkeun Hong
    • International journal of advanced smart convergence
    • /
    • v.13 no.2
    • /
    • pp.80-87
    • /
    • 2024
  • This paper focuses on improving accuracy in constrained computing settings by employing the ReLU (Rectified Linear Unit) activation function. The research conducted involves modifying parameters of the ReLU function and comparing performance in terms of accuracy and computational time. This paper specifically focuses on optimizing ReLU in the context of a Multilayer Perceptron (MLP) by determining the ideal values for features such as the dimensions of the linear layers and the learning rate (Ir). In order to optimize performance, the paper experiments with adjusting parameters like the size dimensions of linear layers and Ir values to induce the best performance outcomes. The experimental results show that using ReLU alone yielded the highest accuracy of 96.7% when the dimension sizes were 30 - 10 and the Ir value was 1. When combining ReLU with the Adam optimizer, the optimal model configuration had dimension sizes of 60 - 40 - 10, and an Ir value of 0.001, which resulted in the highest accuracy of 97.07%.

Predicting Atmospheric Concentrations of Benzene in the Southeast of Tehran using Artificial Neural Network

  • Asadollahfardi, Gholamreza;Mehdinejad, Mahdi;Mirmohammadi, Mohsen;Asadollahfardi, Rashin
    • Asian Journal of Atmospheric Environment
    • /
    • v.9 no.1
    • /
    • pp.12-21
    • /
    • 2015
  • Air pollution is a challenging issue in some of the large cities in developing countries. In this regard, data interpretation is one of the most important parts of air quality management. Several methods exist to analyze air quality; among these, we applied the Multilayer Perceptron (MLP) and Radial Basis Function (RBF) methods to predict the hourly air concentration of benzene in 14 districts in the municipality of Tehran. Input data were hourly temperature, wind speed and relative humidity. Both methods determined reliable results. However, the RBF neural network performance was much closer to observed benzene data than the MLP neural network. The correlation determination resulted in 0.868 for MLP and 0.907 for RBF, while the Index of Agreement (IA) was 0.889 for MLP and 0.937 for RBF. The sensitivity analysis related to the MLP neural network indicated that the temperature had the greatest effect on prediction of benzene in comparison with the wind speed and humidity in the study area. The temperature was the most significant factor in benzene production because benzene is a volatile liquid.

The prediction of atmospheric concentrations of toluene using artificial neural network methods in Tehran

  • Asadollahfardi, Gholamreza;Aria, Shiva Homayoun;Mehdinejad, Mahdi
    • Advances in environmental research
    • /
    • v.4 no.4
    • /
    • pp.219-231
    • /
    • 2015
  • In recent years, raising air pollutants has become as a big concern, especially in metropolitan cities such as Tehran. Therefore, forecasting the level of pollutants plays a significant role in air quality management. One of the forecasting tools that can be used is an artificial neural network which is able to model the complicated process of air pollution. In this study, we applied two different methods of artificial neural networks, the Multilayer Perceptron (MLP) and Radial Basis Function (RBF), to predict the hourly air concentrations of toluene in Tehran. Hourly temperature, wind speed, humidity and $NO_x$ were selected as inputs. Both methods had acceptable results; however, the RBF neural network produced better results. The coefficient of determination ($R^2$) between the observed and predicted data was 0.9642 and 0.99 for MLP and RBF neural networks, respectively. The results of the mean bias errors (MBE) were 0.00 and -0.014 for RBF and MLP, respectively which indicate the adequacy of the models. The index of agreement (IA) between the observed and predicted data was 0.999 and 0.994 in the RBF and the MLP, respectively which indicates the efficiency of the models. Finally, sensitivity analysis related to the MLP neural network determined that temperature was the most significant factor in air concentration of toluene in Tehran which may be due to the volatile nature of toluene.

Research on the modified algorithm for improving accuracy of Random Forest classifier which identifies automatically arrhythmia (부정맥 증상을 자동으로 판별하는 Random Forest 분류기의 정확도 향상을 위한 수정 알고리즘에 대한 연구)

  • Lee, Hyun-Ju;Shin, Dong-Kyoo;Park, Hee-Won;Kim, Soo-Han;Shin, Dong-Il
    • The KIPS Transactions:PartB
    • /
    • v.18B no.6
    • /
    • pp.341-348
    • /
    • 2011
  • ECG(Electrocardiogram), a field of Bio-signal, is generally experimented with classification algorithms most of which are SVM(Support Vector Machine), MLP(Multilayer Perceptron). But this study modified the Random Forest Algorithm along the basis of signal characteristics and comparatively analyzed the accuracies of modified algorithm with those of SVM and MLP to prove the ability of modified algorithm. The R-R interval extracted from ECG is used in this study and the results of established researches which experimented co-equal data are also comparatively analyzed. As a result, modified RF Classifier showed better consequences than SVM classifier, MLP classifier and other researches' results in accuracy category. The Band-pass filter is used to extract R-R interval in pre-processing stage. However, the Wavelet transform, median filter, and finite impulse response filter in addition to Band-pass filter are often used in experiment of ECG. After this study, selection of the filters efficiently deleting the baseline wandering in pre-processing stage and study of the methods correctly extracting the R-R interval are needed.

Development of an Angle Estimation System Using a Soft Textile Bending Angle Sensor (소프트 텍스타일 굽힘 각 센서를 이용한 각도 추정 시스템 개발 )

  • Seung-Ah Yang;Sang-Un Kim;Joo-Yong Kim
    • Science of Emotion and Sensibility
    • /
    • v.27 no.1
    • /
    • pp.59-68
    • /
    • 2024
  • This study aimed to develop a soft fabric-based elbow-bending angle sensor that can replace conventional hard-type inertial sensors and a system for estimating bending angles using it. To enhance comfort during exercise, this study treated four fabrics (Bergamo, E-band, span cushion, and polyester) by single-walled carbon nanotube dip coating to create conductive textiles. Subsequently, one fabric was selected based on performance evaluations, and an elbow flexion angle sensor was fabricated. Gauge factor, hysteresis, and sensing range were employed as performance evaluation metrics. The data obtained using the fabricated sensor showed different trends in sensor values for the changes in the angle during bending and extending movements. Because of this divergence, the two movements were separated, and this constituted the one-step process. In the two-step process, multilayer perceptron (MLP) was employed to handle the complex nonlinear relationships and achieve high data accuracy. Based on the results of this study, we anticipate effective utilization in various smart wearable and healthcare domains. Consequently, a soft- fabric bending angle sensor was developed, and using MLP, nonlinear relationships can be addressed, enabling angle estimation. Based on the results of this study, we anticipate the effective utilization of the developed system in smart wearables and healthcare.

Simplified Multilayer Perceptron for Interference Cancellation of CDMA Forward Link (CDMA 하향링크의 간섭제거를 위한 새로운 다계층 신경망의 복잡도 개선에 관한 연구)

  • 이봉희;김종민;이상규;한영수;황인관
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.28 no.3C
    • /
    • pp.271-278
    • /
    • 2003
  • In this paper, we propose a new MLP based detector which has low circuit complexity and fast adaptation capability for CDMA downlink in frequency selective fading, and is easy for parameter optimization. The simplified structure of the proposed MLP is designed by making use of transmission characteristics of downlinks such that all users signals transmitted over same propagation paths and the number of channelization codes are limited. Significant performance improvement over Rake receiver can be obtained with the proposed MLP and the efficiency of the proposed MLP was compared with that of conventional MLP.

Keystroke Dynamics based User Authentication with Autoassociative MLP (자기연상 다층 퍼셉트론을 이용한 키 스트로크 기반 사용자 인증)

  • Sungzoon Cho;Daehee Han
    • Proceedings of the Korea Institutes of Information Security and Cryptology Conference
    • /
    • 1997.11a
    • /
    • pp.345-353
    • /
    • 1997
  • Password checking is the most popular user authentication method. The keystroke dynamics can be combined to result in a more secure system. We propose an autoassociator multilayer perceptron which is trained with the timing vectors of the owner's keystroke dynamics and then used to discriminate between the owner and an imposter. An imposter typing the correct password can be detected with a very high accuracy using the proposed approach. The approach can also be used over the internet such as World Wide Web when implemented using a Java applet.

  • PDF

Wrist and Grasping Forces Estimation using Electromyography for Robotic Prosthesis (근전도 신호를 이용한 손목 힘 및 악력 추정)

  • Kim, Young-Jin;Lee, Dong-Hyuk;Park, Hyeonjun;Park, Jae-Han;Bae, Ji-Hun;Baeg, Moon-Hong
    • The Journal of Korea Robotics Society
    • /
    • v.12 no.2
    • /
    • pp.206-216
    • /
    • 2017
  • This paper proposes a method to simultaneously estimate two degrees of freedom in wrist forces (extension - flexion, adduction - abduction) and one degree of freedom in grasping forces using Electromyography (EMG) signals of the forearms. To correlate the EMG signals with the forces, we applied a multi - layer perceptron(MLP), which is a machine learning method, and used the characteristics of the muscles constituting the forearm to generate learning data. Through the experiments, the similarity between the MLP target value and the estimated value was investigated by applying the coefficient of determination ($R^2$) and root mean square error (RMSE) to evaluate the performance of the proposed method. As a result, the $R^2$ values with respect to the wrist flexion-extension, adduction - abduction and grasping forces were 0.79, 0.73 and 0.78 and RMSE were 0.12, 0.17, 0.13 respectively.

Speaker Verification System Using Continuants and Multilayer Perceptrons (지속음 및 다층신경망을 이용한 화자증명 시스템)

  • Lee, Tae-Seung;Park, Sung-Won;Hwang, Byong-Won
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.1015-1020
    • /
    • 2003
  • Among the techniques to protect private information by adopting biometrics, speaker verification is expected to be widely used due to advantages in convenient usage and implementation cost. Speaker verification should achieve a high degree of the reliability in the verification score, the flexibility in speech text usage, and the efficiency in verification system complexity. Continuants have excellent speaker-discriminant power and the modest number of phonemes in the category, and multilayer perceptrons (MLPs) have superior recognition ability and fast operation speed. In consequence, the two provide viable ways for speaker verification system to obtain the above properties. This paper implements a system to which continuants and MLPs are applied, and evaluates the system using a Korean speech database. The results of the experiment prove that continuants and MLPs enable the system to acquire the three properties.

  • PDF