Giter Club home page Giter Club logo

knowledgegraphofa-sharecompanys's Introduction

Knowledge Graph of A-share companys

金融知识图谱构建

项目流程:

  1. 获取数据:用scripy爬取财经类网站的新闻信息;
  2. 图谱设计:由金融方面的专业人士进行图谱的设计;
  3. 命名实体识别:使用word2vec方法训练语料,使用tensorflow构建双向LSTM + CRF深度学习模型进行命名实体识别,将非结构化数据转化为结构化数据(找到图谱中的节点);
  4. 关系抽取:用snowball方式,手工标注少量实体对,抽取相关句子集合,基于这些句子抽取相关模式,相当于人与机器共同工作,半自动循环迭代实现关系抽取(图谱中的边);
  5. 知识推理:基于isA关系和相似实体进行知识推理对幂律分布中的长尾实体关系进行补全;
  6. 图谱存储:使用Neo4j单机版进行图谱存储;
  7. 语义搜索:使用ElasticSearch构建语义搜索框架。

本库中主要存储命名实体识别相关代码及思路

knowledgegraphofa-sharecompanys's People

Contributors

m0025 avatar

Watchers

James Cloos avatar

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.