Pinned Repositories
ALBERT_4_Time_Recognition
使用ALBERT预训练模型,用于识别文本中的时间,同时验证模型的预测耗时是否有显著提升。
ALBERT_text_classification
利用ALBERT实现文本二分类,判别是否属于政治上的出访类事件,提升模型训练和预测速度。
bert_doc_binary_classification
文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。
ccks_triple_extract
限定领域的三元组抽取的一次尝试,本文将会介绍笔者在2019语言与智能技术竞赛的三元组抽取比赛方面的一次尝试。
embedding_rerank_retrieval
本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.
keras_bert_multi_label_cls
本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。
knowledge_graph_demo
本项目用于展示三元组抽取后形成的知识图谱,包括几本小说的实体关系,以及README.md,介绍这方面的一篇文章。
multi-label-classification-4-event-type
multi-label-classification-4-event-type
people_relation_extract
结合BERT+GRU+ATT模型,对自己收集的人物关系数据进行模型训练,用于人物关系抽取。
spo_extract_platform
本项目是利用深度学习技术来构建知识图谱方向上的一次尝试,作为开放领域的关系抽取,算是笔者的一次创新,目前在这方面的文章和项目都很少。
percent4's Repositories
percent4/-word-
利用文本分析算法和Python脚本,自动纠正word中的英语单词拼写错误
percent4/Sentiment_Analysis
using LSTM model for sentiment analysis.
percent4/CNN_4_Verifycode
使用Keras搭建CNN模型,破解简单的网页验证码
percent4/Chinese_Time_Recogniztion
利用深度学习模型,在小标注量数据上,进行文本中的时间识别。
percent4/DL_4_NER
Using Bi-LSTM model for NER in English.
percent4/CRF_4_NER
Using CRF++ for NER
percent4/Neo4j_movie_demo
Using Neo4j and Py2neo to demonstrate Chinese top 20 movies and their actor, visualized by graph.
percent4/Shicijielong
Using Python spider to complete a funny game named Shicijielong.
percent4/CAPTCHA-Recognizition
Using CNN model to recognize CAPTCHA by using Keras.
percent4/Keras_4_multiclass
Using Keras to create a DNN model to solve classical multiclass problem using IRIS data.
percent4/Examples-of-Python-Spiders
There are three Python Spiders written by myself using PhantomJS, Selenium, and AutoIt.
percent4/Poem-Search
web框架使用tornado, 后端数据库采用MongoDB, 诗词数据集使用爬虫。
percent4/Multi-Grained-NER
percent4/audio_recognizition
Using Xunfei and Baidu API to recognize audio in wav format
percent4/csv_file_review
使用tornado上传Excel、CSV文件,并可以在线浏览。
percent4/Kaggle_Competition
some thoughts about a Kaggle competition
percent4/tensorflow_js_learning
Learning TensorFlow.js step by step
percent4/APlay_Example
Examples of APlayer.js
percent4/Basic_Algorithm_Problems
Collection of Basic Algorithm Problems
percent4/chinese_captcha_recognize
chinese_captcha_recognize
percent4/Dynamic_Programming_examples
Examples of Dynamic Programming.
percent4/Graph-Theory-learning-in-Python
Use Python to learn graph theory, which is a classical topic in data structure.
percent4/Learning_Neo4J
notes about Neo4J learning
percent4/LSTM4Classification
Using LSTM model to complete short document classification task.
percent4/music_online
Using Spring Boot to listen music online.
percent4/plot_chart_online_using_springboot_and_highcharts
plot chart online using springboot and highcharts
percent4/realworldnlp
Example code for "Real-World Natural Language Processing"
percent4/SHE_Recognization
利用CNN和OpenCV的face detect来识别SHE.
percent4/Storing_pictures
for storing pictures, using for youdao cloud note.
percent4/wsd
Word Sense Disambiguation(词义消岐)