-
MarkTool Public
Forked from FXLP/MarkToolDoTAT 是一款基于web、面向领域的通用文本标注工具,支持大规模实体标注、关系标注、事件标注、文本分类、基于字典匹配和正则匹配的自动标注以及用于实现归一化的标准名标注,同时也支持迭代标注、嵌套实体标注和嵌套事件标注。标注规范可自定义且同类型任务中可“一次创建多次复用”。通过分级实体集合扩大了实体类型的规模,并设计了全新高效的标注方式,提升了用户体验和标注效率。此外,本工具增加了审核环节,…
Vue Apache License 2.0 UpdatedNov 26, 2021 -
Awesome-Federated-Machine-Learning Public
Forked from innovation-cat/Awesome-Federated-Machine-LearningEverything about federated learning, including research papers, codes, tutorials, blogs and beyond
UpdatedNov 16, 2021 -
IT_book Public
Forked from guoxp/IT_book本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
UpdatedOct 23, 2021 -
Awesome-Federated-Learning Public
Forked from chaoyanghe/Awesome-Federated-LearningFederated Learning Library: https://fedml.ai
UpdatedJul 20, 2021 -
allennlp Public
Forked from allenai/allennlpAn open-source NLP research library, built on PyTorch.
Python Apache License 2.0 UpdatedJul 19, 2021 -
PLMPapers-1 Public
Forked from RUCAIBox/PLMPapersA paper list of pre-trained language models (PLMs).
MIT License UpdatedJul 17, 2021 -
PLMpapers Public
Forked from thunlp/PLMpapersMust-read Papers on pre-trained language models.
MIT License UpdatedMay 29, 2021 -
Megatron-LM Public
Forked from NVIDIA/Megatron-LMOngoing research training transformer language models at scale, including: BERT & GPT-2
Python Other UpdatedApr 30, 2021 -
Text_Classification Public
Forked from kk7nc/Text_ClassificationText Classification Algorithms: A Survey
Python MIT License UpdatedApr 9, 2021 -
transformers Public
Forked from huggingface/transformers🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
Python Apache License 2.0 UpdatedApr 9, 2021 -
coding-interview-university Public
Forked from jwasham/coding-interview-universityA complete computer science study plan to become a software engineer.
Creative Commons Attribution Share Alike 4.0 International UpdatedApr 9, 2021 -
Python Public
Forked from TheAlgorithms/PythonAll Algorithms implemented in Python
Python MIT License UpdatedApr 8, 2021 -
albert Public
Forked from google-research/albertALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Python Apache License 2.0 UpdatedMar 31, 2021 -
-
ERNIE Public
Forked from PaddlePaddle/ERNIEAn Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)
Python Apache License 2.0 UpdatedMar 31, 2021 -
GNNPapers Public
Forked from thunlp/GNNPapersMust-read papers on graph neural networks (GNN)
UpdatedMar 30, 2021 -
tensorflow_cookbook Public
Forked from nfmcclure/tensorflow_cookbookCode for Tensorflow Machine Learning Cookbook
Jupyter Notebook MIT License UpdatedMar 18, 2021 -
leetcode-1 Public
Forked from qiyuangong/leetcodePython & JAVA Solutions for Leetcode
Python MIT License UpdatedMar 4, 2021 -
two-are-better-than-one Public
Forked from LorrinWWW/two-are-better-than-oneCode associated with the paper **Two are Better Than One: Joint Entity and Relation Extraction with Table-Sequence Encoders**, at EMNLP 2020
Python UpdatedMar 1, 2021 -
tensor2tensor Public
Forked from tensorflow/tensor2tensorLibrary of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Python Apache License 2.0 UpdatedFeb 26, 2021 -
attention-is-all-you-need-pytorch Public
Forked from jadore801120/attention-is-all-you-need-pytorchA PyTorch implementation of the Transformer model in "Attention is All You Need".
Python MIT License UpdatedFeb 17, 2021 -
NLP-RoadMap Public
Forked from KaiyuanGao/NLP-RoadMap📚 机器学习、深度学习、自然语言处理学习路线图 及 AI方向学习资源、工具
UpdatedFeb 7, 2021 -
-
NLP-progress Public
Forked from sebastianruder/NLP-progressRepository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
Python MIT License UpdatedFeb 2, 2021 -
d2l-zh Public
Forked from d2l-ai/d2l-zh《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
Python Apache License 2.0 UpdatedJan 30, 2021 -
DeepLearning-500-questions Public
Forked from scutan90/DeepLearning-500-questions深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
JavaScript GNU General Public License v3.0 UpdatedJan 29, 2021 -
leetcode Public
Forked from azl397985856/leetcodeLeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
JavaScript Other UpdatedJan 25, 2021 -
xlnet Public
Forked from zihangdai/xlnetXLNet: Generalized Autoregressive Pretraining for Language Understanding
Python Apache License 2.0 UpdatedJan 22, 2021 -
AiLearning Public
Forked from apachecn/ailearningAiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Python Other UpdatedJan 20, 2021 -
DeepLearning Public
Forked from Mikoto10032/DeepLearning深度学习入门教程, 优秀文章, Deep Learning Tutorial
Jupyter Notebook Apache License 2.0 UpdatedJan 18, 2021