-
learn Public
记录python,pytorch,git等工具的学习过程,主要是对该工具常用部分进行实践。
-
EICS Public
Document-level Relation Extraction with Entity Interaction and Commonsense Knowledge
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
DocRED Public
Forked from thunlp/DocREDDataset and codes for ACL 2019 DocRED: A Large-Scale Document-Level Relation Extraction Dataset.
Python MIT License UpdatedDec 1, 2020 -
discontinuousNER Public
基于原作者的代码,注释&修改了部分代码从而更易理解。=====配合博客阅读更佳:https://lawson-t.blog.csdn.net/article/details/109559436 =====有问题尽情的提issues吧!
-
Flat-ner Public
code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。
-
-
pytorch-book Public
通过陈云著的《深度学习pytorch实践》学习pytorch,并在其仓库中添加了自己的注释
-
MovieRecommend Public
结合开源数据集进行电影推荐。推荐算法有:逻辑回归;UserCF ; ItemCF
-
-
-
grokking_algorithms Public
Forked from egonSchiele/grokking_algorithmsCode for the book Grokking Algorithms (https://amzn.to/29rVyHf)
JavaScript Other UpdatedJun 15, 2020 -
HanLP Public
Forked from hankcs/HanLP本代码是来自Hanlp,我在其中主要添加了一些注释便于理解。
-
nndl.github.io Public
Forked from nndl/nndl.github.io《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
HTML UpdatedMay 17, 2020 -
-
examples Public
Forked from pytorch/examplesA set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Python BSD 3-Clause "New" or "Revised" License UpdatedApr 7, 2020 -
pytorch-handbook Public
Forked from zergtant/pytorch-handbookpytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行