Skip to content

Connie-Wild/stock_market_price_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

機械学習による株式価格予測

CNN+LSTMを利用して、米国株式の予測モデルを作成する。

実行環境

Windows10(1909)+GTX980
python 3.6.8
TensorFlow 2.2.0
TensorFlowでGPUを利用するための環境構築方法はこちらを参考にどうぞ

必要なモジュールインストール

pip install -U pip
pip install -U -r requirements.txt

ファイル

jupyterlab.bat : jupyterを起動
stock_cnn+lstm.ipynb : 今回のノートブック

About

Model using CNN and LSTM to predict the price of US stocks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published