All Projects → M0025 → Knowledgegraphofa Sharecompanys

M0025 / Knowledgegraphofa Sharecompanys

金融知识图谱构建

Projects that are alternatives of or similar to Knowledgegraphofa Sharecompanys

Nlp
Generic codes related to NLP
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Rhodium
Python Library for Robust Decision Making and Exploratory Modelling
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Covid19italia
Condividiamo informazioni e segnalazioni sul COVID19
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Applied Social Network Analysis In Python
Course - 5; Specialization: Applied Data Science with Python; University Of Michigan
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Machinelearningformedicalimages
Example code on how to apply machine learning methods to medical images. Contains code (python and python notebooks) and data (DICOM)
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Curso aeropython
Curso de iniciación a Python orientado a la ingeniería
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Predictive Models
A repo of the Data Scientist team's open source predictive models.
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Jupyterlab Commenting
Commenting and annotation for JupyterLab
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Convergent learning
Code for paper "Convergent Learning: Do different neural networks learn the same representations?"
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Foxtracker
Facial Head Pose Tracker for Gaming
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Download Large File From Google Drive Using Python
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Python High Performance Second Edition
Python High Performance – Second Edition, published by Packt
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Tweeteval
Repository for TweetEval
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow 1x Deep Learning Cookbook
TensorFlow 1.x Deep Learning Cookbook, published by Packt
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Machine Learning For Cybersecurity Cookbook
Machine Learning for Cybersecurity Cookbook, published by Packt
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Reinforcement Learning
Reinforcement learning material, code and exercises for Udacity Nanodegree programs.
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Nosebook
a nose plugin for finding and running IPython notebooks as nose tests
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Aws Ml Guide
[Video]AWS Certified Machine Learning-Specialty (ML-S) Guide
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Notebooks
Sample notebooks for Kaggle competitions
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Rddc2020
road damage detection challenge 2020
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook

Knowledge Graph of A-share companys

金融知识图谱构建

项目流程:

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].