$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

데이터 예측을 위한 텐서플로우 기반 기계학습 알고리즘 비교 연구
A Comparative Study of Machine Learning Algorithms Based on Tensorflow for Data Prediction 원문보기

정보처리학회논문지. KIPS transactions on computer and communication systems 컴퓨터 및 통신 시스템, v.10 no.3, 2021년, pp.71 - 80  

(금오공과대학교 IT융복합공학과) ,  장성봉 (금오공과대학교 산학협력단)

초록
AI-Helper 아이콘AI-Helper

기계학습에서 정확한 데이터 예측을 위해서는 적절한 인공신경망 알고리즘을 선택해야 한다. 이러한 알고리즘에는 심층 신경망 (DNN), 반복 신경망 (RNN), 장단기 기억 (LSTM) 네트워크 및 게이트 반복 단위 (GRU) 신경망등을 들 수 있다. 개발자가 실험을 위해, 하나를 선택해야 하는 경우, 각 알고리즘의 성능에 대한 충분한 정보가 없었기 때문에, 직관에 의존할 수 밖에 없었다. 본 연구에서는 이러한 어려움을 완화하기 위해 실험을 통해 예측 오류(RMSE)와 처리 시간을 비교 평가 하였다. 각 알고리즘은 텐서플로우를 이용하여 구현하였으며, 세금 데이터를 사용하여 학습을 수행 하였다. 학습 된 모델을 사용하여, 세금 예측을 수행 하였으며, 실제값과의 비교를 통해 정확도를 측정 하였다. 또한, 활성화 함수와 다양한 최적화 함수들이 알고리즘에 미치는 영향을 비교 분석 하였다. 실험 결과, GRU 및 LSTM 알고리즘의 경우, RMSE(Root Mean Sqaure Error)는 0.12이고 R2값은 각각 0.78 및 0.75로 다른 알고리즘에 비해 더 낳은 성능을 보여 주었다. 기본 심층 신경망(DNN)의 경우, 처리 시간은 가장 낮지만 예측 오류는 0.163로 성능은 가장 낮게 측정 되었다. 최적화 알고리즘의 경우, 아담(Adam)이 오류 측면에서 최고의 성능을, 처리 시간 측면에서 최악의 성능을 보여 주었다. 본 연구의 연구결과는 데이터 예측을 위한 알고리즘 선택시, 개발자들에게 유용한 정보로 사용될 것으로 예상된다.

Abstract AI-Helper 아이콘AI-Helper

The selection of an appropriate neural network algorithm is an important step for accurate data prediction in machine learning. Many algorithms based on basic artificial neural networks have been devised to efficiently predict future data. These networks include deep neural networks (DNNs), recurren...

주제어

표/그림 (14)

참고문헌 (19)

  1. W. C. Wang, K. W. Chau, C. T. Cheng, and L. Qiu, "A comparison of performance of several artificial intelligence methods for forecasting monthly discharge time series," Journal of Hydrology, Vol.374, No.3, pp.294-306, 2009. 

  2. A. M. Logar, E. M. Corwin, and W. J. B. Oldham, "A comparison of recurrent neural network learning algorithms," IEEE International Conference on Neural Networks, pp.1129-1134, 1993. 

  3. A. Shrestha and A. Mahmood, "Review of deep learning algorithms and architectures," IEEE Access, Vol.7, pp.53040-53065, 2019. 

  4. S. Hochreiter and J. Schmidhuber, "Long short-term memory," Neural Computation, Vol.9, No.8, pp.1735-1780, 1997. 

  5. A. Sfetsos, "A comparison of various forecasting techniques applied to mean hourly wind speed time series," Renew Energy, Vol.21, No.1, pp.23-35, 2000. 

  6. C. L. Wu, K. W. Chau, and C. Fan, "Prediction of rainfall time series using modular artificial neural networks coupled with data-preprocessing techniques," Journal of Hydrology, Vol.389, No.1, pp.146-167, 2010. 

  7. G. Li and J. Shi, "On comparing three artificial neural networks for wind speed forecasting," Applied Energy, Vol.87, No.7, pp.2313-2320, 2010. 

  8. T. Chai and R. R. Draxler, "Root mean square error (RMSE) or mean absolute error (MAE)?-Arguments against avoiding RMSE in the literature," Geoscience Model Development, Vol.7, No.3, pp.1247-1250, 2014. 

  9. T. Kluyver, "Jupyter Notebooks-a publishing format for reproducible computational workflows," Position Power Academy Publication, pp.87-90, 2016. 

  10. R. Van, G. and F. L. Drake, "Python 3 Reference Manual," CreateSpace, 2009. 

  11. G. Ariel, "pandas," pandas-dev/pandas: Pandas. 

  12. G. Varoquaux, G. Buitinck, O. Louppe, F. Grisel, Pedregosa, and A. Mueller, "Scikit-learn," GetMobile Mobile Compututation. Community, Vol.19, No.1, 2015, pp.29-33. 

  13. I. Shaft, J. Ahmad, S. I. Shah, and F. M. Kashif, "Impact of varying neurons and hidden layers in neural network architecture for a time frequency application," Proceedings of the 10th IEEE International Conference on Multitopic, pp.188-193, 2006. 

  14. K. Shibata and Y. Ikeda, "Effect of number of hidden neurons on learning in large-scale layered neural networks," Proceedings of the International Joint Conference on ICCAS-SICE, pp.5008-5013, 2009. 

  15. V. Sharma and T. Avinash, "Understanding Activation Functions in Neural Networks," Medium, Vol.4, No.12, pp.1-10, 2017. 

  16. A. L. Maas, A. Y. Hannun, and A. Y. Ng, "Rectifier nonlinearities improve neural network acoustic models," In ICML Workshop on Deep Learning for Audio, Speech and Language Processing, Vol.28, 2013. 

  17. D. P. Kingma and J. L. Ba, "Adam: A method for stochastic optimization," Proceedings of the 3rd International Conference on Learning and Representation, pp.1-15, 2015. 

  18. M. C. Mukkamala and M. Hein, "Variants of RMSProp and adagrad with logarithmic regret bounds," Proceedings of the 34th International Conference on Machine Learning, Vol.5, pp.3917-3932, 2017. 

  19. X. Zhang, L. Liu, L. Xiao, and J. Ji, "Comparison of Machine Learning Algorithms for Predicting Crime Hotspots," IEEE Access, Vol.8, pp.181302-181310, 2020. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로