Pinned Repositories
attention
some attention implements
attention-nmt
A simple implementation of attention based encoder-decoder for nmt.
AutoGPT_TTV
An experimental open-source attempt to make GPT-4 fully autonomous.
awesome-machine-learning-on-source-code
Cool links & research papers related to Machine Learning applied to source code (MLonCode)
bert
TensorFlow code and pre-trained models for BERT
bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
python-env-setting
seq2seq
A general-purpose encoder-decoder framework for Tensorflow
vim_plugs
vim配置迁移
luckysheep861's Repositories
luckysheep861/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
luckysheep861/python-env-setting
luckysheep861/vim_plugs
vim配置迁移
luckysheep861/AutoGPT_TTV
An experimental open-source attempt to make GPT-4 fully autonomous.
luckysheep861/awesome-machine-learning-on-source-code
Cool links & research papers related to Machine Learning applied to source code (MLonCode)
luckysheep861/bert
TensorFlow code and pre-trained models for BERT
luckysheep861/book
Deep Learning 101 with PaddlePaddle
luckysheep861/Deep_Enhanced_Repr_for_IDRR
code for COLING 2018 paper Deep Enhanced Representation for Implicit Discourse Relation Recognition
luckysheep861/DrQA
Reading Wikipedia to Answer Open-Domain Questions
luckysheep861/DuReader
Baseline Systems of DuReader Dataset
luckysheep861/dynamic-coattention-network-plus
Dynamic Coattention Network Plus (DCN+) TensorFlow implementation. Question answering using Deep NLP.
luckysheep861/hotpot
luckysheep861/lantern-binaries
Lantern installers binary downloads.
luckysheep861/ltp
Language Technology Platform
luckysheep861/Machine_learning
luckysheep861/MachineReading
“莱斯杯”全国第一届“军事智能·机器阅读”挑战赛相关代码
luckysheep861/MatchZoo
MatchZoo is a toolkit for text matching. It was developed to facilitate the designing, comparing, and sharing of deep text matching models.
luckysheep861/models
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
luckysheep861/natural-questions
luckysheep861/nqg
neural question generation for reading comprehension
luckysheep861/OpenNMT
Open Source Neural Machine Translation in Torch
luckysheep861/pointer-generator
Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
luckysheep861/pyltp
pyltp: the python extension for LTP
luckysheep861/R-Net
Tensorflow Implementation of R-Net
luckysheep861/RCPapers
Must-read papers on Machine Reading Comprehension
luckysheep861/SaySomething
luckysheep861/scikit-learn
scikit-learn: machine learning in Python
luckysheep861/stanford-corenlp
Python wrapper for Stanford CoreNLP.
luckysheep861/tensorflow
Computation using data flow graphs for scalable machine learning
luckysheep861/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow