Pinned Repositories
ahocorasick-python
AC自动机python的实现,并进行了优化。 主要修复了 查询不准确的问题。
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
bert4keras
light reimplement of bert for keras
bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
blog-comments
book
Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)
d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
deeplearntool
NLP-Interview
pergrand.github.io
Fe Blog →
pergrand's Repositories
pergrand/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
pergrand/bert4keras
light reimplement of bert for keras
pergrand/pergrand.github.io
Fe Blog →
pergrand/ahocorasick-python
AC自动机python的实现,并进行了优化。 主要修复了 查询不准确的问题。
pergrand/bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
pergrand/blog-comments
pergrand/book
Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)
pergrand/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
pergrand/deeplearntool
pergrand/NLP-Interview
pergrand/Docker
常用的Docker镜像启动脚本
pergrand/EventTriplesExtraction
An experiment and demo-level tool for text information extraction (event-triples extraction), which can be a route to the event chain and topic graph, 基于依存句法与语义角色标注的事件三元组抽取,可用于文本理解如文档主题链,事件线等应用。
pergrand/Financial-Time-Series
金融数据预测分析(Random Forest; LSTM; CNN)
pergrand/flask-celery-example
This repository contains the example code for my blog article Using Celery with Flask.
pergrand/flask_mail
flask_mail发送邮件
pergrand/GPT2-chitchat
GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI**)
pergrand/hs300_stock_predict
该项目用于对沪深300股票的预测,包括股票下载,数据清洗,LSTM 模型的训练,测试,以及实时预测
pergrand/kaldi
This is now the official location of the Kaldi project.
pergrand/KG-View
知识图谱可视化展示
pergrand/lic2020_baselines
some baselines for lic2020 (http://lic2020.cipsc.org.cn/)
pergrand/NLP
NLP
pergrand/py-example
python实例,如使用信号控制超时,使用yield生成迭代器等 Edit Manage topics
pergrand/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
pergrand/pyjwt
JSON Web Token implementation in Python
pergrand/PythonSpiderNotes
Python入门网络爬虫之精华版
pergrand/pythontools
微信读书助手、Markdown添加标题、Markdown标题添加序号
pergrand/QA
使用深度学习算法实现的中文问答系统
pergrand/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
pergrand/text_analysis_tools
中文文本分析工具包(包括- 文本分类 - 文本聚类 - 文本相似性 - 关键词抽取 - 关键短语抽取 - 情感分析 - 文本纠错 - 文本摘要 - 主题关键词-同义词、近义词-事件三元组抽取)
pergrand/textClassification_Keras
CNN、textCNN、textRCNN with Keras