MegumiOuO's Stars
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
bregman-arie/devops-exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
dbeaver/dbeaver
Free universal database tool and SQL client
apachecn/ailearning
AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
billryan/resume
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
amusi/Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
lawlite19/MachineLearning_Python
机器学习算法python实现
MIC-DKFZ/nnUNet
km1994/nlp_paper_study
该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记
DengBoCong/nlp-paper
自然语言处理领域下的相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)
zhjohnchan/awesome-image-captioning
A curated list of image captioning and related area resources. :-)
mlmed/torchxrayvision
TorchXRayVision: A library of chest X-ray datasets and models. Classifiers, segmentation, and autoencoders.
XiangLi1999/PrefixTuning
Prefix-Tuning: Optimizing Continuous Prompts for Generation
tfzhou/ContrastiveSeg
ICCV2021 (Oral) - Exploring Cross-Image Pixel Contrast for Semantic Segmentation
Lyken17/pytorch-memonger
Sublinear memory optimization for deep learning. https://arxiv.org/abs/1604.06174
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
cheerss/CrossFormer
The official code for the paper: https://openreview.net/forum?id=_PHymLIxuI
jiasenlu/AdaptiveAttention
Implementation of "Knowing When to Look: Adaptive Attention via A Visual Sentinel for Image Captioning"
YtongXie/CoTr
[MICCAI2021] CoTr: Efficiently Bridging CNN and Transformer for 3D Medical Image Segmentation
MIT-LCP/mimic-cxr
Code, documentation, and discussion around the MIMIC-CXR database
jfhealthcare/Chexpert
Top 1 solution of Chexpert
zhjohnchan/awesome-radiology-report-generation
A curated list of radiology report generation (medical report generation) and related areas. :-)
allenai/medicat
Dataset of medical images, captions, subfigure-subcaption annotations, and inline textual references
zhangxuying1004/RSTNet
Official Code for 'RSTNet: Captioning with Adaptive Attention on Visual and Non-Visual Words' (CVPR 2021)
fawazsammani/knowing-when-to-look-adaptive-attention
PyTorch Implementation of Knowing When to Look: Adaptive Attention via a Visual Sentinal for Image Captioning
ginobilinie/xray_report_generation
Automated Generation of Accurate & Fluent Medical X-ray Reports
fhaghighi/TransVW
Official Keras & PyTorch Implementation and Pre-trained Models for TransVW
JingZhang617/cascaded_rgbd_sod
husthuaan/AAT
Code for paper "Adaptively Aligned Image Captioning via Adaptive Attention Time". NeurIPS 2019
xinzcode/Transformer_Pytorch
这是基于pytorch实现的Transformer模型,用于更好的理解Transformer模型。