All Projects → Ien001 → Ag Cnn

Ien001 / Ag Cnn

Licence: mit
This is a reimplementation of AG-CNN. ("Thorax Disease Classification with Attention Guided Convolutional Neural Network","Diagnose like a Radiologist: Attention Guided Convolutional Neural Network for Thorax Disease Classification")

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ag Cnn

Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (+1196.3%)
Mutual labels:  attention-mechanism
Structured Self Attention
A Structured Self-attentive Sentence Embedding
Stars: ✭ 459 (+1600%)
Mutual labels:  attention-mechanism
Awesome Bert Nlp
A curated list of NLP resources focused on BERT, attention mechanism, Transformer networks, and transfer learning.
Stars: ✭ 567 (+2000%)
Mutual labels:  attention-mechanism
Paperrobot
Code for PaperRobot: Incremental Draft Generation of Scientific Ideas
Stars: ✭ 372 (+1277.78%)
Mutual labels:  attention-mechanism
Transformer Tts
A Pytorch Implementation of "Neural Speech Synthesis with Transformer Network"
Stars: ✭ 418 (+1448.15%)
Mutual labels:  attention-mechanism
Keras Self Attention
Attention mechanism for processing sequential data that considers the context for each timestamp.
Stars: ✭ 489 (+1711.11%)
Mutual labels:  attention-mechanism
Keras Gat
Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)
Stars: ✭ 334 (+1137.04%)
Mutual labels:  attention-mechanism
Chatbot cn
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Stars: ✭ 791 (+2829.63%)
Mutual labels:  attention-mechanism
Awesome Graph Classification
A collection of important graph embedding, classification and representation learning papers with implementations.
Stars: ✭ 4,309 (+15859.26%)
Mutual labels:  attention-mechanism
Performer Pytorch
An implementation of Performer, a linear attention-based transformer, in Pytorch
Stars: ✭ 546 (+1922.22%)
Mutual labels:  attention-mechanism
Neural sp
End-to-end ASR/LM implementation with PyTorch
Stars: ✭ 408 (+1411.11%)
Mutual labels:  attention-mechanism
Pytorch Original Transformer
My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
Stars: ✭ 411 (+1422.22%)
Mutual labels:  attention-mechanism
Nmt Keras
Neural Machine Translation with Keras
Stars: ✭ 501 (+1755.56%)
Mutual labels:  attention-mechanism
Simgnn
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
Stars: ✭ 351 (+1200%)
Mutual labels:  attention-mechanism
Pointer summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
Stars: ✭ 629 (+2229.63%)
Mutual labels:  attention-mechanism
Transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
Stars: ✭ 3,646 (+13403.7%)
Mutual labels:  attention-mechanism
Deeplearning.ai Natural Language Processing Specialization
This repository contains my full work and notes on Coursera's NLP Specialization (Natural Language Processing) taught by the instructor Younes Bensouda Mourri and Łukasz Kaiser offered by deeplearning.ai
Stars: ✭ 473 (+1651.85%)
Mutual labels:  attention-mechanism
Pytorch Gat
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
Stars: ✭ 908 (+3262.96%)
Mutual labels:  attention-mechanism
Keras Attention
Visualizing RNNs using the attention mechanism
Stars: ✭ 697 (+2481.48%)
Mutual labels:  attention-mechanism
Moran v2
MORAN: A Multi-Object Rectified Attention Network for Scene Text Recognition
Stars: ✭ 536 (+1885.19%)
Mutual labels:  attention-mechanism

Diagnose like a Radiologist: Attention Guided Convolutional Neural Network for Thorax Disease Classification

This is a reimplementation of paper : Diagnose like a Radiologist: Attention Guided Convolutional Neural Network for Thorax Disease Classification (AG-CNN). Recently, the paper was accpeted in PRL 2020 with title: Thorax disease classification with attention guided convolutional neural network

In this repo, you can train & test your own models, more details are shown in the code.

AG-CNN Method

method

Result

result

Model

You can also try my models here:

Google Drive: https://drive.google.com/drive/folders/1WREzoYmwzw0gOpfobty3quySJaTDAXUi?usp=sharing

Baidu Cloud: https://pan.baidu.com/s/15Juub8f7gaBN826QuGGo8Q

Docker

You can use my docker container to avoid version issues:

https://hub.docker.com/r/ianren/cuda9.0-cudnn7.0-tf1.5-keras2.1-pytorch1.0?utm_source=docker4mac_2.2.0.0&utm_medium=repo_open&utm_campaign=referral

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].