KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Attention-CNN-work
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
VanillaImmersion
:
No description available.
mirrors.tongji.edu.cn
:
mirrors.tongji.edu.cn
sml2mqtt
:
Reads smartmeter SML and publish data to MQTT. (esp8266)
shadowsocks-docker
:
A docker image for shadowsocks server
upload-big-file
:
html5+php分片上传超大文件代码示例
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Attention-CNN-work
?
Download (.md)
# Attention-CNN-work ## Attention - http://yanran.li/peppypapers/2015/10/07/survey-attention-model-1.html - http://www.wildml.com/2016/01/attention-and-memory-in-deep-learning-and-nlp/ - http://arxiv.org/abs/1602.03609 ## CNN and LSTM implements - https://github.com/yinwenpeng?tab=activity - https://github.com/dennybritz/nn-from-scratch/blob/master/nn-from-scratch.ipynb - https://github.com/dennybritz/cnn-text-classification-tf - https://github.com/yoonkim/CNN_sentence - http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow - http://www.wildml.com/2015/09/speeding-up-your-neural-network-with-theano-and-the-gpu/ - http://deeplearning.net/software/theano/library/tensor/basic.html#all-fully-typed-constructors - https://github.com/brmson/dataset-sts ## CNN and LSTM understanding - http://colah.github.io/posts/2015-08-Understanding-LSTMs/ - http://www.deeplearningbook.org/contents/convnets.html - ABCNN ... ## Goal