Code Monkey home page Code Monkey logo

stockforecast's Introduction

Chinese Stock Market Forecast

本项目使用深度学习和自然语言处理方法对沪深两市的A股价格涨跌进行预测,系统架构如下图所示。
Our Project is aimed at predicting the price trend of individual stocks using deep learning and natural language processing, the system architecture is shown below.

  1. 数据获取(Data Collection) [代码|code]:
    使用Java的WebCollector爬虫框架编写多线程新闻爬虫,爬取新浪财经的个股新闻和个股资金流向数据,爬虫流程如图所示。
    Use Java web crawler framework 'WebCollector' to write multithreaded news crawlers, which can fetch the individual stock news and captial flow data from Sina Finance website, the process of the web crawler is shown below.

  1. 数据预处理(Data Preprocessing) [代码|code]:

    • 新闻文本数据预处理(News text data preprocessing):
      • 数据清洗:编写Python脚本删除异常符号和空字符。
      • Data Cleaning: Write Python script to delete abnormal characters and empty values.
      • 文本分词:引入自定义金融证券术语词典,使用结巴分词对中文文本进行分词。
      • Text Segmentation: Introduce custom financial terms dictionary, and use jieba text segmentation framework to segment the Chinese texts.

      引入分词规则前
      Before introducing custom dictionary
      引入分词规则后
      After introducing custom dictionary
      RECALL 87.5% 95.2%
      PRECISION 77.9% 90.8%
      F-MEASURE 82.4% 92.9%

    • 财务数据预处理(Company financial data preprocessing):
      • 缺失值处理:对于停盘的股票,将停盘时的股价设定为停盘前一天的收盘价。
      • Missing Value Processing: For the suspened stock, set the stock price to the closing price of the day before the stop trading day.
      • 数据归一化:采用z-score方法将不同财务指标缩放到同一量级。
      • Data Normalization: Use the z-score method to scale down different financial indicators to the same magnitude.
  2. 模型建立(Model Building):

    • 基于事件的新闻短文本分类模型 [代码]: 基于新闻标题对股票市场的重要财经事件进行提取与分类。基于20000条新闻标题定义了80种金融事件类别。 使用CNN-RNN进行事件分类建模,模型结构如图所示。
    • News Classification Model Based on News Headlines [code]: Classify the important financial issues based on the news headlines. Build CNN-RNN multi-classification model to classify 80 financial issues based on 20000 news headlines, and the model structure is shown below.

    • 个股涨跌预测模型 [代码]: 取第t-14天至第t-1天的文本数据和公司财务数据作为一个样本数据,分别输入LSTM循环神经网络中,进行时间序列分析,最后输出对第t天的股价涨跌预测结果。
    • Stock Trend Prediction Model [code]: Take the text data and the company financial data from the t-14 trading day to the t-1 trading day as one unit sample data, feed into the 1-layer LSTM network to do time series analysis, and finally output the forecast result of stock price change on the t trading day.

  3. 回测结果分析(Backtesting Result Analysis):

    • 训练集:2015年11月1日至2017年11月1日采矿业、医药制造业全部A股的个股新闻、资金流向和市盈率、市净率。
    • Training set: From 2015-11-01 to 2017-11-01, A shares stocks news data, captial flow data, PE and PB data from Sina Finance Website. The stock includes all A-shares of the mining, pharmaceutical industries, which are subject to the regulation of the China Securities Regulatory Commission.
    • 测试集:2017年11月1日至2018年1月12日采矿业、医药制造业全部A股的个股新闻、资金流向和市盈率、市净率。
    • Testing set: From 2017-11-01 to 2018-01-12, A shares stocks news data, captial flow data, PE and PB data from Sina Finance Website. The stock includes all A-shares of the mining, pharmaceutical industries, which are subject to the regulation of the China Securities Regulatory Commission.

      股价涨跌幅
      Stock Price Changeratio
      采矿业
      Mining industry
      医药制造业
      Pharmaceutical industry
      1% 73.2% 71.82%
      2% 71.74% 77.36%
      3% 76.22% 76.94%
      4% 64.29% 64%
      5% 77% 71%
      6% 74% 76%
      7% 65% 60%
      8% 70% 60%
      9% 70% 50%

stockforecast's People

Contributors

mjdelta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stockforecast's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.