• Title/Summary/Keyword: short term neural network

Search Result 394, Processing Time 0.027 seconds

Earthquake events classification using convolutional recurrent neural network (합성곱 순환 신경망 구조를 이용한 지진 이벤트 분류 기법)

  • Ku, Bonhwa;Kim, Gwantae;Jang, Su;Ko, Hanseok
    • The Journal of the Acoustical Society of Korea
    • /
    • v.39 no.6
    • /
    • pp.592-599
    • /
    • 2020
  • This paper proposes a Convolutional Recurrent Neural Net (CRNN) structure that can simultaneously reflect both static and dynamic characteristics of seismic waveforms for various earthquake events classification. Addressing various earthquake events, including not only micro-earthquakes and artificial-earthquakes but also macro-earthquakes, requires both effective feature extraction and a classifier that can discriminate seismic waveform under noisy environment. First, we extract the static characteristics of seismic waveform through an attention-based convolution layer. Then, the extracted feature-map is sequentially injected as input to a multi-input single-output Long Short-Term Memory (LSTM) network structure to extract the dynamic characteristic for various seismic event classifications. Subsequently, we perform earthquake events classification through two fully connected layers and softmax function. Representative experimental results using domestic and foreign earthquake database show that the proposed model provides an effective structure for various earthquake events classification.

Shooting sound analysis using convolutional neural networks and long short-term memory (합성곱 신경망과 장단기 메모리를 이용한 사격음 분석 기법)

  • Kang, Se Hyeok;Cho, Ji Woong
    • The Journal of the Acoustical Society of Korea
    • /
    • v.41 no.3
    • /
    • pp.312-318
    • /
    • 2022
  • This paper proposes a model which classifies the type of guns and information about sound source location using deep neural network. The proposed classification model is composed of convolutional neural networks (CNN) and long short-term memory (LSTM). For training and test the model, we use the Gunshot Audio Forensic Dataset generated by the project supported by the National Institute of Justice (NIJ). The acoustic signals are transformed to Mel-Spectrogram and they are provided as learning and test data for the proposed model. The model is compared with the control model consisting of convolutional neural networks only. The proposed model shows high accuracy more than 90 %.

Forecasting realized volatility using data normalization and recurrent neural network

  • Yoonjoo Lee;Dong Wan Shin;Ji Eun Choi
    • Communications for Statistical Applications and Methods
    • /
    • v.31 no.1
    • /
    • pp.105-127
    • /
    • 2024
  • We propose recurrent neural network (RNN) methods for forecasting realized volatility (RV). The data are RVs of ten major stock price indices, four from the US, and six from the EU. Forecasts are made for relative ratio of adjacent RVs instead of the RV itself in order to avoid the out-of-scale issue. Forecasts of RV ratios distribution are first constructed from which those of RVs are computed which are shown to be better than forecasts constructed directly from RV. The apparent asymmetry of RV ratio is addressed by the Piecewise Min-max (PM) normalization. The serial dependence of the ratio data renders us to consider two architectures, long short-term memory (LSTM) and gated recurrent unit (GRU). The hyperparameters of LSTM and GRU are tuned by the nested cross validation. The RNN forecast with the PM normalization and ratio transformation is shown to outperform other forecasts by other RNN models and by benchmarking models of the AR model, the support vector machine (SVM), the deep neural network (DNN), and the convolutional neural network (CNN).

Locational Marginal Price Forecasting Using Artificial Neural Network (역전파 신경회로망 기반의 단기시장가격 예측)

  • Song Byoung Sun;Lee Jeong Kyu;Park Jong Bae;Shin Joong Rin
    • Proceedings of the KIEE Conference
    • /
    • summer
    • /
    • pp.698-700
    • /
    • 2004
  • Electric power restructuring offers a major change to the vertically integrated utility monopoly. Deregulation has had a great impact on the electric power industry in various countries. Bidding competition is one of the main transaction approaches after deregulation. The energy trading levels between market participants is largely dependent on the short-term price forecasts. This paper presents the short-term System Marginal Price (SMP) forecasting implementation using backpropagation Neural Network in competitive electricity market. Demand and SMP that supplied from Korea Power Exchange (KPX) are used by a input data and then predict SMP. It needs to analysis the input data for accurate prediction.

  • PDF

Short-term Load Forecasting using Neural Network (신경회로망을 이용한 단기부하예측)

  • Koh, Hee-Soek;Lee, Chung-Sik;Kim, Hyun-Deuk;Lee, Hee-Chul
    • Proceedings of the KIEE Conference
    • /
    • 1993.11a
    • /
    • pp.29-31
    • /
    • 1993
  • This paper presents Neural Network(NN) approach to short-term load forecasting. Input to the NN are past loads and the output is the predicted load for a given day. The NN is used to learn the relationship among past, current and future temperature and loads. Three different cases are presented. Case 1 divides into weekday and weekendday load pattern. Case 2 forcasts 24-hour ahead load. Case 3 searchs for the same load pattern as present load pattern in past load pattern. From result of forecasting, an average absolute percentage errors of case 1 shows 2.0%. That of case 2 shows 2.2, and That of case 3 shows 1.6%.

  • PDF

Use of High-performance Graphics Processing Units for Power System Demand Forecasting

  • He, Ting;Meng, Ke;Dong, Zhao-Yang;Oh, Yong-Taek;Xu, Yan
    • Journal of Electrical Engineering and Technology
    • /
    • v.5 no.3
    • /
    • pp.363-370
    • /
    • 2010
  • Load forecasting has always been essential to the operation and planning of power systems in deregulated electricity markets. Various methods have been proposed for load forecasting, and the neural network is one of the most widely accepted and used techniques. However, to obtain more accurate results, more information is needed as input variables, resulting in huge computational costs in the learning process. In this paper, to reduce training time in multi-layer perceptron-based short-term load forecasting, a graphics processing unit (GPU)-based computing method is introduced. The proposed approach is tested using the Korea electricity market historical demand data set. Results show that GPU-based computing greatly reduces computational costs.

Crime amount prediction based on 2D convolution and long short-term memory neural network

  • Dong, Qifen;Ye, Ruihui;Li, Guojun
    • ETRI Journal
    • /
    • v.44 no.2
    • /
    • pp.208-219
    • /
    • 2022
  • Crime amount prediction is crucial for optimizing the police patrols' arrangement in each region of a city. First, we analyzed spatiotemporal correlations of the crime data and the relationships between crime and related auxiliary data, including points-of-interest (POI), public service complaints, and demographics. Then, we proposed a crime amount prediction model based on 2D convolution and long short-term memory neural network (2DCONV-LSTM). The proposed model captures the spatiotemporal correlations in the crime data, and the crime-related auxiliary data are used to enhance the regional spatial features. Extensive experiments on real-world datasets are conducted. Results demonstrated that capturing both temporal and spatial correlations in crime data and using auxiliary data to extract regional spatial features improve the prediction performance. In the best case scenario, the proposed model reduces the prediction error by at least 17.8% and 8.2% compared with support vector regression (SVR) and LSTM, respectively. Moreover, excessive auxiliary data reduce model performance because of the presence of redundant information.

Remaining Useful Life Prediction for Litium-Ion Batteries Using EMD-CNN-LSTM Hybrid Method (EMD-CNN-LSTM을 이용한 하이브리드 방식의 리튬 이온 배터리 잔여 수명 예측)

  • Lim, Je-Yeong;Kim, Dong-Hwan;Noh, Tae-Won;Lee, Byoung-Kuk
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.27 no.1
    • /
    • pp.48-55
    • /
    • 2022
  • This paper proposes a battery remaining useful life (RUL) prediction method using a deep learning-based EMD-CNN-LSTM hybrid method. The proposed method pre-processes capacity data by applying empirical mode decomposition (EMD) and predicts the remaining useful life using CNN-LSTM. CNN-LSTM is a hybrid method that combines convolution neural network (CNN), which analyzes spatial features, and long short term memory (LSTM), which is a deep learning technique that processes time series data analysis. The performance of the proposed remaining useful life prediction method is verified using the battery aging experiment data provided by the NASA Ames Prognostics Center of Excellence and shows higher accuracy than does the conventional method.

Prediction for Rolling Force in Hot-rolling Mill Using On-line learning Neural Network (On-line 학습 신경회로망을 이용한 열간 압연하중 예측)

  • Son Joon-Sik;Lee Duk-Man;Kim Ill-Soo;Choi Seung-Gap
    • Transactions of the Korean Society of Machine Tool Engineers
    • /
    • v.14 no.1
    • /
    • pp.52-57
    • /
    • 2005
  • In the foe of global competition, the requirements for the continuously increasing productivity, flexibility and quality(dimensional accuracy, mechanical properties and surface properties) have imposed a mai or change on steel manufacturing industries. Indeed, one of the keys to achieve this goal is the automation of the steel-making process using AI(Artificial Intelligence) techniques. The automation of hot rolling process requires the developments of several mathematical models for simulation and quantitative description of the industrial operations involved. In this paper, an on-line training neural network for both long-term teaming and short-term teaming was developed in order to improve the prediction of rolling force in hot rolling mill. This analysis shows that the predicted rolling force is very closed to the actual rolling force, and the thickness error of the strip is considerably reduced.

Prediction for Rolling Force in Hot-rolling Mill Using On-line loaming Neural Network (On-line 학습 신경회로망을 이용한 열간 압연하중 예측)

  • 손준식;이덕만;김일수;최승갑
    • Proceedings of the Korean Society of Machine Tool Engineers Conference
    • /
    • 2003.04a
    • /
    • pp.124-129
    • /
    • 2003
  • In the face of global competitor the requirements flor the continuously increasing productivity, flexibility and quality(dimensional accuracy, mechanical properties and surface properties) have imposed a major change on steel manufacturing industries. Indeed, one of the keys to achieve this goal is the automation of the steel-making process using AI(Artificial Intelligence) techniques. The automation of hot rolling process requires the developments of several mathematical models fir simulation and quantitative description of the industrial operations involved. In this paper, a on-line training neural network for both long-term teaming and short-term teaming was developed in order to improve the prediction of rolling force in hot rolling mill. This analysis shows that the predicted rolling force is very closed to the actual rolling force, and the thickness error of the strip is considerably reduced.

  • PDF