Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 578 Bytes

Samsung_stock_Machine_Learning

Prediction and classification using moving average method and neural network method with Samsung's stock price index


삼성 주식의 지수를 이용해서 MA와 신경망 방법을 이용한 주가지수 예측방법
2018-05-04 ~ 2020-01-31의 삼성주가지수의 종가를 이용해서
MA(이동평균법) 인공신경망, 순환신경망등의 방법을 이용해서 주가 지수를 예측하였다.

MA(5) 모형 : 정확도 22.22%
인공신경망 모형 : 정확도 38.1%
순환 신경망 모형 : 정확도 38.1%