Skip to content

Commit

Permalink
Merge pull request #196 from KerasKorea/issue_22
Browse files Browse the repository at this point in the history
#22: 일부 내용 번역 수정
  • Loading branch information
MijeongJeon authored Oct 17, 2022
2 parents 4cdf0f1 + fd170de commit a9a3e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 22_Keras를 활용한 주식 가격 예측.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ if __name__ == '__main__':
| :-----: | :----------------------------------------------------------: | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Youtube | [How to Predict Stock Prices Easily - Intro to Deep Learning #7](https://www.youtube.com/watch?v=ftMq5ps503w) | [Q Learning for Trading](https://www.youtube.com/watch?v=rRssY6FrTvU) | [Reinforcement Learning for Stock Prediction](https://www.youtube.com/watch?v=05NqKJ0v7EE) |
| GitHub | https://github.com/llSourcell/How-to-Predict-Stock-Prices-Easily-Demo | https://github.com/llSourcell/Q-Learning-for-Trading | https://github.com/llSourcell/Reinforcement_Learning_for_Stock_Prediction |
| 내용 | LSTM을 활용하여 S&P 500의 종가 예측 | Q-Learning을 활용하여 S&P 500의 종가 예측 | Q-Learning을 활용하여 S&P 500의 종가 예측 |
| 내용 | LSTM을 활용하여 S&P 500의 종가 예측 | Q-Learning을 활용한 3개 주식 종목 트레이딩 | Q-Learning을 활용한 S&P 500 주식 트레이딩 |

[송호연 님의 `LSTM` 설명 번역 자료](https://brunch.co.kr/@chris-song/9)

Expand Down

0 comments on commit a9a3e2c

Please sign in to comment.