1 Star 2 Fork 1

Isaac/Sentiment-Analysis-in-Event-Driven-Stock-Price-Movement-Prediction

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
run_model.sh 438 Bytes
Copy Edit Raw Blame History
WayneDW authored 2018-06-26 10:42 . unknown
#!/bin/sh
vocabs=30000
target_date=`date -d '-0 day' '+%Y%m%d'`
./crawler/daily_reuters.py
#./main.py -vocabs ${vocabs} -epochs 500 -static False
#./main.py -vocabs ${vocabs} -eval True
#./main.py -vocabs ${vocabs} -predict "Top executive behind Baidu's artificial intelligence drive steps aside"
./main.py -vocabs ${vocabs} -predict True -date ${target_date}
./crawler/daily_prices.py ${target_date}
./del_repeat.py ${target_date}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/isaaclin007/Sentiment-Analysis-in-Event-Driven-Stock-Price-Movement-Prediction.git
git@gitee.com:isaaclin007/Sentiment-Analysis-in-Event-Driven-Stock-Price-Movement-Prediction.git
isaaclin007
Sentiment-Analysis-in-Event-Driven-Stock-Price-Movement-Prediction
Sentiment-Analysis-in-Event-Driven-Stock-Price-Movement-Prediction
master

Search