Pinned Repositories
120-DS-Interview-Questions
My Answer to 120 Data Science Interview Questions
a-new-english-reading-handbook
《新编英语阅读手册》叶永昌(主编)
AGGCN
Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
ake-datasets
Large, curated set of benchmark datasets for evaluating automatic keyphrase extraction algorithms.
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
allennlp
An open-source NLP research library, built on PyTorch.
Attention-Based-BiLSTM-relation-extraction
Tensorflow Implementation of "Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification" (ACL 2016)
awesome-knowledge-graph
整理知识图谱相关学习资料
awesome-linux-software-cn
Linux 优秀软件资源大全中文版:一些针对 Linux 发行版的非常棒的应用程序、实用工具以及其它相关材料。A curated list of awesome applications, softwares, tools and other materials for Linux distros.
hyl2048.github.io
hyl2048's Repositories
hyl2048/hyl2048.github.io
hyl2048/AGGCN
Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
hyl2048/allennlp
An open-source NLP research library, built on PyTorch.
hyl2048/awesome-pretrained-chinese-nlp-models
Awesome Pretrained Chinese NLP Models,高质量中文预训练模型集合
hyl2048/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
hyl2048/awesome_Chinese_medical_NLP
中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/论文/etc
hyl2048/BERT-related-papers
BERT-related papers
hyl2048/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
hyl2048/Chinese-STD-GB-T-7714-related-csl
GB/T 7714相关的csl以及Zotero使用技巧及教程。
hyl2048/ChineseNER
中文NER的那些事儿
hyl2048/copy_re
Release for acl18 paper "Extracting Relational Facts by an End-to-End Neural Model with Copy Mechanism"
hyl2048/cpython
The Python programming language
hyl2048/engineering-blogs
A curated list of engineering blogs
hyl2048/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
hyl2048/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
hyl2048/gensim
Topic Modelling for Humans
hyl2048/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
hyl2048/Hands-On-Machine-Learning-with-CPP
Hands-On Machine Learning with C++, published by Packt
hyl2048/Hierarchical-Multi-Label-Text-Classification
The code of CIKM'19 paper《Hierarchical Multi-label Text Classification: An Attention-based Recurrent Network Approach》
hyl2048/imbalanced-learn
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
hyl2048/KG-demo-for-movie
从无到有构建一个电影知识图谱,并基于该KG,开发一个简易的KBQA程序。
hyl2048/MedicalNamedEntityRecognition
Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)与转换版本,训练脚本,预训练模型,可用于序列标注研究.把玩和PK使用.
hyl2048/models-1
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
hyl2048/python_data_structures_and_algorithms
Python 中文数据结构和算法教程
hyl2048/pytorch_bert_intent_classification_and_slot_filling
基于pytorch的中文意图识别和槽位填充
hyl2048/QASystemOnMedicalKG
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
hyl2048/requests
A simple, yet elegant HTTP library.
hyl2048/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
hyl2048/UTC
utc optimization
hyl2048/W2NER
Source code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification