-
GE Healthcare
-
16:58
(UTC -12:00)
-
code_snippets Public
Forked from CoreyMSchafer/code_snippetsJupyter Notebook MIT License UpdatedAug 30, 2020 -
dlwpt-code Public
Forked from deep-learning-with-pytorch/dlwpt-codeCode for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
Jupyter Notebook UpdatedJul 2, 2020 -
pytorchTutorial Public
Forked from patrickloeber/pytorchTutorialPyTorch Tutorials from my YouTube channel
Python MIT License UpdatedJun 10, 2020 -
Dive-into-DL-PyTorch Public
Forked from ShusenTang/Dive-into-DL-PyTorch本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Jupyter Notebook Apache License 2.0 UpdatedDec 12, 2019 -
DNP Public
Forked from mosheman5/DNPAudio Denoising with Deep Network Priors
Jupyter Notebook UpdatedDec 5, 2019 -
medaCy Public
Forked from NLPatVCU/medaCy🏥 Medical Text Mining and Information Extraction with spaCy
Python GNU General Public License v3.0 UpdatedNov 22, 2019 -
bert4keras Public
Forked from bojone/bert4keraslight reimplement of bert for keras
Python Apache License 2.0 UpdatedNov 21, 2019 -
transformers Public
Forked from huggingface/transformers🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.
Python Apache License 2.0 UpdatedNov 21, 2019 -
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 UpdatedNov 20, 2019 -
pytorch-nlp-notebooks Public
Forked from scoutbee/pytorch-nlp-notebooksLearn how to use PyTorch to solve some common NLP problems with deep learning.
Jupyter Notebook UpdatedNov 18, 2019 -
auditok Public
Forked from amsehili/auditokAn audio/acoustic activity detection and audio segmentation tool
Python GNU General Public License v3.0 UpdatedNov 11, 2019 -
nlp-tutorial Public
Forked from graykode/nlp-tutorialNatural Language Processing Tutorial for Deep Learning Researchers
Jupyter Notebook MIT License UpdatedNov 11, 2019 -
pytorch-transformers-classification Public
Forked from ThilinaRajapakse/pytorch-transformers-classificationBased on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classification tasks. Contains code to easily train BERT, XLNet, Ro…
Jupyter Notebook Apache License 2.0 UpdatedNov 8, 2019 -
NLP-Projects Public
Forked from gaoisbest/NLP-Projectsword2vec, sentence2vec, machine reading comprehension, dialog system, text classification, pretrained language model (i.e., XLNet, BERT, ELMo, GPT), sequence labeling, information retrieval, inform…
OpenEdge ABL UpdatedNov 5, 2019 -
BAMnet Public
Forked from hugochan/BAMnetCode & data accompanying the NAACL2019 paper "Bidirectional Attentive Memory Networks for Question Answering over Knowledge Bases"
Python Apache License 2.0 UpdatedOct 24, 2019 -
BERT_binary_text_classification Public
Forked from ThilinaRajapakse/BERT_binary_text_classificationAccompanying code for the Medium article
Jupyter Notebook Apache License 2.0 UpdatedOct 22, 2019 -
Agriculture_KnowledgeGraph Public
Forked from qq547276542/Agriculture_KnowledgeGraph农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
Python GNU General Public License v3.0 UpdatedOct 19, 2019 -
voice-activity-detection Public
Forked from nicklashansen/voice-activity-detectionVoice Activity Detection (VAD) using deep learning. Supervised by Retune DSP.
Jupyter Notebook GNU General Public License v3.0 UpdatedOct 14, 2019 -
nn4nlp-code Public
Forked from neubig/nn4nlp-codeCode Samples from Neural Networks for NLP
Python Other UpdatedOct 9, 2019 -
bertviz Public
Forked from jessevig/bertvizTool for visualizing attention in the Transformer model (BERT, GPT-2, XLNet, and RoBERTa)
Jupyter Notebook Apache License 2.0 UpdatedSep 29, 2019 -
-
coling2018-graph-neural-networks-question-answering Public
Forked from UKPLab/coling2018-graph-neural-networks-question-answeringAccompanying code for our COLING 2018 paper "Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering"
Python Apache License 2.0 UpdatedSep 18, 2019 -
awesome-qa Public
Forked from seriousran/awesome-qa😎 A curated list of the Question Answering (QA)
Creative Commons Zero v1.0 Universal UpdatedSep 9, 2019 -
ThinkDSP Public
Forked from AllenDowney/ThinkDSPThink DSP: Digital Signal Processing in Python, by Allen B. Downey.
Jupyter Notebook UpdatedAug 16, 2019 -
document-library Public
Forked from LiangJunrong/document-libraryjsliang 的文档库. 里面包含了个人撰写的所有前端文章,例如 Vue、React,、ECharts、微信小程序等……
CSS UpdatedAug 2, 2019 -
2019_algorithm_intern_information Public
Forked from harleyszhang/cv_note2020年的算法实习岗位信息表,部分包括内推码,和常见深度学习算法岗面试题及答案,暑期计算机视觉实习面经和总结
UpdatedJul 28, 2019 -
KBQA-BERT Public
Forked from WenRichard/KBQA-BERT基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式
Python MIT License UpdatedJul 23, 2019 -
nlp-journey Public
Forked from msgi/nlp-journeynlp相关的一些论文及代码, 包括主题模型、词向量(Word Embedding)、命名实体识别(NER)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算等,涉及到各种与nlp相关的算法,基于keras和tensorflow。
Python UpdatedJul 16, 2019 -
interview_internal_reference Public
Forked from 0voice/interview_internal_reference2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
UpdatedJun 27, 2019 -
leetcode-6 Public
Forked from helloliwen/leetcodeProvide all my solutions and explanations in Chinese for all the Leetcode coding problems.
UpdatedJun 14, 2019