All Projects → MoleImg → Attention_unet

MoleImg / Attention_unet

Raw implementation of attention gated U-Net by Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Attention unet

Textclassifier
Text classifier for Hierarchical Attention Networks for Document Classification
Stars: ✭ 985 (+1058.82%)
Mutual labels:  attention-mechanism
Pytorch Attention Guided Cyclegan
Pytorch implementation of Unsupervised Attention-guided Image-to-Image Translation.
Stars: ✭ 67 (-21.18%)
Mutual labels:  attention-mechanism
Deepaffinity
Protein-compound affinity prediction through unified RNN-CNN
Stars: ✭ 75 (-11.76%)
Mutual labels:  attention-mechanism
Attentional Neural Factorization Machine
Attention,Factorization Machine, Deep Learning, Recommender System
Stars: ✭ 39 (-54.12%)
Mutual labels:  attention-mechanism
Global Self Attention Network
A Pytorch implementation of Global Self-Attention Network, a fully-attention backbone for vision tasks
Stars: ✭ 64 (-24.71%)
Mutual labels:  attention-mechanism
Se3 Transformer Pytorch
Implementation of SE3-Transformers for Equivariant Self-Attention, in Pytorch. This specific repository is geared towards integration with eventual Alphafold2 replication.
Stars: ✭ 73 (-14.12%)
Mutual labels:  attention-mechanism
Isab Pytorch
An implementation of (Induced) Set Attention Block, from the Set Transformers paper
Stars: ✭ 21 (-75.29%)
Mutual labels:  attention-mechanism
Attend infer repeat
A Tensorfflow implementation of Attend, Infer, Repeat
Stars: ✭ 82 (-3.53%)
Mutual labels:  attention-mechanism
Deepattention
Deep Visual Attention Prediction (TIP18)
Stars: ✭ 65 (-23.53%)
Mutual labels:  attention-mechanism
Hierarchical Attention Networks
TensorFlow implementation of the paper "Hierarchical Attention Networks for Document Classification"
Stars: ✭ 75 (-11.76%)
Mutual labels:  attention-mechanism
Describing a knowledge base
Code for Describing a Knowledge Base
Stars: ✭ 42 (-50.59%)
Mutual labels:  attention-mechanism
Attentional Interfaces
🔍 Attentional interfaces in TensorFlow.
Stars: ✭ 58 (-31.76%)
Mutual labels:  attention-mechanism
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-14.12%)
Mutual labels:  attention-mechanism
Sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Stars: ✭ 990 (+1064.71%)
Mutual labels:  attention-mechanism
Simplednn
SimpleDNN is a machine learning lightweight open-source library written in Kotlin designed to support relevant neural network architectures in natural language processing tasks
Stars: ✭ 81 (-4.71%)
Mutual labels:  attention-mechanism
Fed Att
Attentive Federated Learning for Private NLM
Stars: ✭ 34 (-60%)
Mutual labels:  attention-mechanism
Group Level Emotion Recognition
Model submitted for the ICMI 2018 EmotiW Group-Level Emotion Recognition Challenge
Stars: ✭ 70 (-17.65%)
Mutual labels:  attention-mechanism
Grounder
Implementation of Grounding of Textual Phrases in Images by Reconstruction in Tensorflow
Stars: ✭ 83 (-2.35%)
Mutual labels:  attention-mechanism
Sturcture Inpainting
Source code of AAAI 2020 paper 'Learning to Incorporate Structure Knowledge for Image Inpainting'
Stars: ✭ 78 (-8.24%)
Mutual labels:  attention-mechanism
Fake news detection deep learning
Fake News Detection using Deep Learning models in Tensorflow
Stars: ✭ 74 (-12.94%)
Mutual labels:  attention-mechanism

Attention_UNet

Raw implementation of attention gated U-Net using Keras. Including:

AttentionResUNet:

U-Net model with residual block, using the spatial-level attention gate.

AttentionSEResUNet:

U-Net model with residual block, using both the spatial-level and channel-level attention gate (similar to SENet).

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].