Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Deep Learningによる株価変動の予想

Avatar for GMO次世代 GMO次世代
October 13, 2016

Deep Learningによる株価変動の予想

2016年10月12日 GMOエンジニアトークにて公開

Avatar for GMO次世代

GMO次世代

October 13, 2016
Tweet

More Decks by GMO次世代

Other Decks in Technology

Transcript

  1. 9

  2. 11 機械学習(教師あり学習) f(x) = a*x + b f(x) = a*sin(b*x)

    適切なモデルを考える必要がある → 大変!!! (データが増えるほど) モデル モデル
  3. 13 RNN (Recurrent Neural Network) Deep Learningの一種 横にDeep! 過去の出⼒を⼊⼒ →

    過去を記憶 時系列データに最適(ただし問題点が) 過去データ 私 は 男 で す
  4. 22 LSTM IN OUT MAPE = 27.0% LSTM IN OUT

    MAPE = 29.3% linear function
  5. 28

  6. 29 結果の比較 まだ伸びしろはありそう LSTM (Default) LSTM (modified) LSTM (add. info)

    29.3% 25.0% 23.7% → 有望! (モデル修正、パラメータ調整、新しいデータ) モデルごとのMAPE