Data, notebooks, and articles associated with the RSNA AI Deep Learning Lab at RSNA 2021

Overview

RSNA AI Deep Learning Lab 2021

Intro

Welcome Deep Learners!

This document provides all the information you need to participate in the RSNA AI Deep Learning Lab. This set of classes provides a hands-on opportunity to engage with deep learning tools, write basic algorithms, learn how to organize data to implement deep learning and improve your understanding of AI technology.

The classes will be held in the RSNA AI Deep Learning Lab classroom, which is located in the Lakeside Learning Center, Level 3. Here's the schedule of classes. CME credit is available for each session.

Requirements

All lessons are designed to run in Google Colab, which is a free web-based version of Jupyter hosted by Google. You will need a Google account (eg, gmail) to use Colab. If you don't already have a Google account, please create one in advance at the account sign-up page. You can delete the account when you complete the lessons if you wish.

We recommend that you use a computer with a recent vintage processor running the Chrome browser.

Lessons

Lesson : Pneumonia Detection Model Building (Beginner friendly)

Lesson : MedNIST Exam Classification with MONAI (Beginner friendly)

Lesson : DICOM Data Wrangling with Python (Beginner friendly)

Lesson : CT Body Part Classification (Beginner friendly): Notebook #1, Notebook #2

Lesson : YOLO: Bounding Box Segmentation & Classification: Practice Notebook, Complete Notebook

Lesson : Integrating Genomic and Imaging Data with TCGA-GBM

Lesson : Generative Adversarial Networks

Lesson : Object Detection & Segmentation (Beginner friendly)

Lesson : Working with Public Datasets: TCIA & IDC (Beginner friendly)

Lesson : NLP: Text Classification with RNNs & Transformers: Notebook #1, Notebook #2

Lesson : Multimodal Fusion for Pulmonary Embolism Detection Using CTs and Patient EMR

Lesson : Data Processing & Curation for Deep Learning (Beginner friendly)

Lesson : Basics of NLP in Radiology (Beginner friendly)

Class Schedule

Date / Time Class
Sun 10:30-11:30 am MedNIST Exam Classification with MONAI - Beginner friendly
Sun 1:00-2:00 pm DICOM Data Wrangling with Python - Beginner friendly
Sun 2:30-3:30 pm CT Body Part Classification - Beginner friendly
Mon 9:30-10:30 am YOLO: Bounding Box Segmentation & Classification
Mon 11:00 am-12:00 pm Integrating Genomic and Imaging Data with TCGA-GBM
Mon 1:30-2:30 pm Generative Adversarial Networks
Mon 3:00-4:00 pm Object Detection & Segmentation
Mon 4:30-5:30 pm Pneumonia Detection Model Building - Beginner friendly
Tue 11:00 am-12:00 pm Working with Public Datasets: TCIA & IDC - Beginner friendly
Tue 3:00-4:00 pm NLP: Text Classification with RNNs & Transformers
Wed 9:30-10:30 am Pneumonia Detection Model Building - Beginner friendly; Repeat
Wed 11:00 am-12:00 pm Working with Public Datasets: TCIA & IDC - Beginner friendly; Repeat
Wed 1:30-2:30 pm Multimodal Fusion for Pulmonary Embolism Detection Using CTs and Patient EMR
Wed 4:30-5:30 pm Data Processing & Curation for Deep Learning - Beginner friendly
Thu 11:00 am-12:00 pm Basics of NLP in Radiology - Beginner friendly
Owner
RSNA
RSNA
A PyTorch-based library for fast prototyping and sharing of deep neural network models.

A PyTorch-based library for fast prototyping and sharing of deep neural network models.

78 Jan 03, 2023
PyTorch implementation HoroPCA: Hyperbolic Dimensionality Reduction via Horospherical Projections

HoroPCA This code is the official PyTorch implementation of the ICML 2021 paper: HoroPCA: Hyperbolic Dimensionality Reduction via Horospherical Projec

HazyResearch 52 Nov 14, 2022
The code for the NeurIPS 2021 paper "A Unified View of cGANs with and without Classifiers".

Energy-based Conditional Generative Adversarial Network (ECGAN) This is the code for the NeurIPS 2021 paper "A Unified View of cGANs with and without

sianchen 22 May 28, 2022
A module for solving and visualizing Schrödinger equation.

qmsolve This is an attempt at making a solid, easy to use solver, capable of solving and visualize the Schrödinger equation for multiple particles, an

506 Dec 28, 2022
Draw like Bob Ross using the power of Neural Networks (With PyTorch)!

Draw like Bob Ross using the power of Neural Networks! (+ Pytorch) Learning Process Visualization Getting started Install dependecies Requires python3

Kendrick Tan 116 Mar 07, 2022
This repository contains the code for using the H3DS dataset introduced in H3D-Net: Few-Shot High-Fidelity 3D Head Reconstruction

H3DS Dataset This repository contains the code for using the H3DS dataset introduced in H3D-Net: Few-Shot High-Fidelity 3D Head Reconstruction Access

Crisalix 72 Dec 10, 2022
Augmented Traffic Control: A tool to simulate network conditions

Augmented Traffic Control Full documentation for the project is available at http://facebook.github.io/augmented-traffic-control/. Overview Augmented

Meta Archive 4.3k Jan 08, 2023
My solutions for Stanford University course CS224W: Machine Learning with Graphs Fall 2021 colabs (GNN, GAT, GraphSAGE, GCN)

machine-learning-with-graphs My solutions for Stanford University course CS224W: Machine Learning with Graphs Fall 2021 colabs Course materials can be

Marko Njegomir 7 Dec 14, 2022
MLJetReconstruction - using machine learning to reconstruct jets for CMS

MLJetReconstruction - using machine learning to reconstruct jets for CMS The C++ data extraction code used here was based heavily on that foundv here.

ALPhA Davidson 0 Nov 17, 2021
Code for our method RePRI for Few-Shot Segmentation. Paper at http://arxiv.org/abs/2012.06166

Region Proportion Regularized Inference (RePRI) for Few-Shot Segmentation In this repo, we provide the code for our paper : "Few-Shot Segmentation Wit

Malik Boudiaf 138 Dec 12, 2022
Implementation of Graph Convolutional Networks in TensorFlow

Graph Convolutional Networks This is a TensorFlow implementation of Graph Convolutional Networks for the task of (semi-supervised) classification of n

Thomas Kipf 6.6k Dec 30, 2022
Code release to accompany paper "Geometry-Aware Gradient Algorithms for Neural Architecture Search."

Geometry-Aware Gradient Algorithms for Neural Architecture Search This repository contains the code required to run the experiments for the DARTS sear

18 May 27, 2022
DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code

DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism This repository is the official PyTorch implementation of our AAAI-2022 paper, in

Jinglin Liu 803 Dec 28, 2022
PyTorch Implementation of PIXOR: Real-time 3D Object Detection from Point Clouds

PIXOR: Real-time 3D Object Detection from Point Clouds This is a custom implementation of the paper from Uber ATG using PyTorch 1.0. It represents the

Philip Huang 270 Dec 14, 2022
Unofficial PyTorch implementation of TokenLearner by Google AI

tokenlearner-pytorch Unofficial PyTorch implementation of TokenLearner by Ryoo et al. from Google AI (abs, pdf) Installation You can install TokenLear

Rishabh Anand 46 Dec 20, 2022
New approach to benchmark VQA models

VQA Benchmarking This repository contains the web application & the python interface to evaluate VQA models. Documentation Please see the documentatio

4 Jul 25, 2022
Code for "Diffusion is All You Need for Learning on Surfaces"

Source code for "Diffusion is All You Need for Learning on Surfaces", by Nicholas Sharp Souhaib Attaiki Keenan Crane Maks Ovsjanikov NOTE: the linked

Nick Sharp 247 Dec 28, 2022
Semi-supervised Representation Learning for Remote Sensing Image Classification Based on Generative Adversarial Networks

SSRL-for-image-classification Semi-supervised Representation Learning for Remote Sensing Image Classification Based on Generative Adversarial Networks

Feng 2 Nov 19, 2021
Multi-Stage Spatial-Temporal Convolutional Neural Network (MS-GCN)

Multi-Stage Spatial-Temporal Convolutional Neural Network (MS-GCN) This code implements the skeleton-based action segmentation MS-GCN model from Autom

Benjamin Filtjens 8 Nov 29, 2022