Pinned Repositories
2019-CCF-BDCI-Finance-Information-Negative-Judgment
top1-solution
Chinese_models_for_SpaCy
SpaCy 中文模型 | Models for SpaCy that support Chinese
competition-baseline
数据科学竞赛各种baseline代码、思路分享
KdConv
KdConv: A Chinese Multi-domain Dialogue Dataset Towards Multi-turn Knowledge-driven Conversation
lightNLP
基于Pytorch和torchtext的自然语言处理深度学习框架,包含序列标注、文本分类、句子关系、文本生成、结构分析、五大功能模块,已实现了命名实体识别、中文分词、词性标注、语义角色标注、情感分析、关系抽取、语言模型、文本相似度、文本蕴含、依存句法分析等功能。框架功能丰富,开箱可用,极易上手!基本都是学习他人实现然后自己修改融合到框架中,没有细致调参,且有不少Bug~
ocr_tensorflow_cnn
tensorflow 实现端到端的OCR:二代身份证号识别
skywindy.github.io
这是我的个人网站的源码,欢迎fork。
spring-boot-starter-thrift
spring-boot-starter-thrift提供SpringBoot对可伸缩的跨语言服务调用框架Apache Thrift的封装和集成。
Synonyms
中文近义词工具包
tensorly
TensorLy: Tensor Learning in Python.
skywindy's Repositories
skywindy/ocr_tensorflow_cnn
tensorflow 实现端到端的OCR:二代身份证号识别
skywindy/skywindy.github.io
这是我的个人网站的源码,欢迎fork。
skywindy/spring-boot-starter-thrift
spring-boot-starter-thrift提供SpringBoot对可伸缩的跨语言服务调用框架Apache Thrift的封装和集成。
skywindy/word2vec
Python interface to Google word2vec
skywindy/Awesome-TensorFlow-Chinese
Awesome-TensorFlow-Chinese,TensorFlow 中文资源精选,官方网站,安装教程,入门教程,视频教程,实战项目,学习路径。QQ群:522785813,微信群二维码:http://www.tensorflownews.com/
skywindy/code-samples
代码示例
skywindy/CRNN_Tensorflow
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
skywindy/Deep-Learning-Papers-for-Fish
a list of pappers in deep learning for new-comes.
skywindy/eeap-examples
Code for Document Similarity on Reuters dataset using Encode, Embed, Attend, Predict recipe
skywindy/group-explorer
D3.js实现人物关系图
skywindy/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
skywindy/ItChat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
skywindy/NER
基于tensorflow深度学习的中文的命名实体识别
skywindy/NeteaseCloudWebApp
This is a vue for NeteaseCloud projects!
skywindy/pyxmeans
Quick implementation of xmeans in python and C
skywindy/RobotAIEngine
儿童机器人AI引擎,包括自然语言理解、对话生成、多轮对话、状态跟踪、智能推荐以及第三方服务的集成。
skywindy/seq2seq
Sequence to Sequence Learning with Keras
skywindy/sequence-labeling-BiLSTM-CRF
BiLSTM-CRF joint model for tasks like sequence labeling using char/word level embeddings in Tensorflow
skywindy/simhash-cpp
Simhashing in C++
skywindy/sklearn-crfsuite
scikit-learn inspired API for CRFsuite
skywindy/spring-boot-all
spring-boot,mybatis,activemq,redis,email, freemarker,shiro,websocket,sitemesh,ehcache,easyui,kindeditor,quartz,springfox,swagger,jpa,hibernate,querydsl,netty
skywindy/spring-data-orientdb
OrientDB implementation for SpringData
skywindy/TensorFlow-Bitcoin-Robot
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.
skywindy/TensorFlow-Chinese-Tutorial
###欢迎加入,TensorFlow机器学习社区 232113779
skywindy/tensorflow-classifier-android
http://nilhcem.com/android/custom-tensorflow-classifier
skywindy/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
skywindy/TextInfoExp
自然语言处理相关实验(基于sougou数据集),包含文本特征提取(TF-IDF),文本分类,文本聚类,word2vec训练词向量及同义词词林中文词语相似度计算、文档自动摘要,信息抽取,情感分析与观点挖掘等。
skywindy/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
skywindy/word2vec-1
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.
skywindy/zh-NER-TF
A simple BiLSTM-CRF model for Chinese Named Entity Recognition task