Pinned Repositories
2017JDD-Loan_Forecasting_Qualification
2017京东信贷金额预测竞赛,上传的代码有竞赛的原始代码和赛后结合其他选手的思路整理的重构代码。
Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
Apache-Spark-2x-for-Java-Developers
Apache Spark 2x for Java Developers, published by Packt
Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2).
bootcamp
Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.
Chinese-Annotator
Annotator for Chinese Text Corpus (UNDER DEVELOPMENT) 中文文本标注工具
Chinese_Classification
中文文本分类的各种尝试,包含特征工程,机器学习以及深度学习。
chinese_nlp
中文自然语言处理入门实战课程语料
chinese_ocr
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
multi-moudle
maven多模块项目构建,spring boot服务
LiangXD's Repositories
LiangXD/Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
LiangXD/Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2).
LiangXD/bootcamp
Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.
LiangXD/Chinese-Annotator
Annotator for Chinese Text Corpus (UNDER DEVELOPMENT) 中文文本标注工具
LiangXD/Chinese_Classification
中文文本分类的各种尝试,包含特征工程,机器学习以及深度学习。
LiangXD/Data-Mining-Python
《python数据分析与挖掘实战》项目实践及拓展
LiangXD/Deep-Learning-with-TensorFlow-book
深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
LiangXD/deep_text_matching
implementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, albert, raberta
LiangXD/deeplearning4j
Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark
LiangXD/Detection-PyTorch-Notebook
代码 -《深度学习之PyTorch物体检测实战》
LiangXD/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》中的Mxnet代码改为Tensorflow2.0实现,项目已得到李沐老师的同意
LiangXD/dl4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
LiangXD/document-ocr
一个相对完整的文档分析和识别项目
LiangXD/Entity-Relation-Extraction
Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge Extraction, SKE 2019
LiangXD/faster-rcnn-pytorch
这是一个faster-rcnn的pytorch实现的库,可以利用voc数据集格式的数据进行训练。
LiangXD/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
LiangXD/IllegalTextDetection
LiangXD/Java-Deep-Learning-Cookbook
Code for Java Deep Learning Cookbook
LiangXD/KBQA-for-Diagnosis
Knowledge Graph,Question Answering System,基于知识图谱和向量检索的医疗诊断问答系统
LiangXD/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
LiangXD/mtcnn-tensorflow2
mtcnn-tensorflow2.0
LiangXD/NeuralNLP-NeuralClassifier
An Open-source Neural Hierarchical Multi-label Text Classification Toolkit
LiangXD/News_Spark
基于Spark2.x新闻网大数据实时分析可视化系统项目
LiangXD/pytorch-image-classification
use pytorch to do image classfiication tasks
LiangXD/rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
LiangXD/Shukongdashi
使用知识图谱,自然语言处理,卷积神经网络等技术,基于python语言,设计了一个数控领域故障诊断专家系统
LiangXD/spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
LiangXD/team-learning-nlp
主要存储Datawhale组队学习中“自然语言处理”方向的资料。
LiangXD/TextClassificationSystem
系统的介绍如何搭建一个完整的文本分类系统,包括数据预处理、主要方法的原理介绍和实现细节、实验结果与分析、网页Demo的构建以及项目文件的组织方式。项目的原理和处理细节可以查看我的博客专栏:https://blog.csdn.net/sdu_hao/category_9286495.html
LiangXD/yolov3-tf2
YoloV3 Implemented in Tensorflow 2.0