All Projects → mdai → Ml Lessons

mdai / Ml Lessons

Licence: apache-2.0
Intro to deep learning for medical imaging lesson, by MD.ai

Projects that are alternatives of or similar to Ml Lessons

Lis Ynp
🔮 Life is short, you need PyTorch.
Stars: ✭ 92 (-53.77%)
Mutual labels:  jupyter-notebook, tutorials
Firstcoursenetworkscience
Tutorials, datasets, and other material associated with textbook "A First Course in Network Science" by Menczer, Fortunato & Davis
Stars: ✭ 111 (-44.22%)
Mutual labels:  jupyter-notebook, tutorials
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-53.77%)
Mutual labels:  jupyter-notebook, tutorials
Tutorials 2017
Geophysical Tutorials column for 2017
Stars: ✭ 63 (-68.34%)
Mutual labels:  jupyter-notebook, tutorials
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-30.15%)
Mutual labels:  jupyter-notebook, tutorials
Deeplearning Nlp Models
A small, interpretable codebase containing the re-implementation of a few "deep" NLP models in PyTorch. Colab notebooks to run with GPUs. Models: word2vec, CNNs, transformer, gpt.
Stars: ✭ 64 (-67.84%)
Mutual labels:  jupyter-notebook, tutorials
Awesome Pytorch List Cnversion
Awesome-pytorch-list 翻译工作进行中......
Stars: ✭ 1,361 (+583.92%)
Mutual labels:  jupyter-notebook, tutorials
Hottbox Tutorials
📙 HOTTBOX: Higher Order Tensors ToolBOX. Tutorials
Stars: ✭ 29 (-85.43%)
Mutual labels:  jupyter-notebook, tutorials
2018 19 Classes
https://cc-mnnit.github.io/2018-19-Classes/ - 🎒 💻 Material for Computer Club Classes
Stars: ✭ 119 (-40.2%)
Mutual labels:  jupyter-notebook, tutorials
Quantum Algorithms Tutorials
Tutorials for Quantum Algorithms with Qiskit implementations.
Stars: ✭ 115 (-42.21%)
Mutual labels:  jupyter-notebook, tutorials
Storytelling With Data
Course materials for Dartmouth Course: Storytelling with Data (PSYC 81.09).
Stars: ✭ 59 (-70.35%)
Mutual labels:  jupyter-notebook, tutorials
Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (-15.58%)
Mutual labels:  jupyter-notebook, tutorials
Nlp Various Tutorials
자연어 처리와 관련한 여러 튜토리얼 저장소
Stars: ✭ 52 (-73.87%)
Mutual labels:  jupyter-notebook, tutorials
Fish detection
Fish detection using Open Images Dataset and Tensorflow Object Detection
Stars: ✭ 67 (-66.33%)
Mutual labels:  jupyter-notebook, tutorials
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-81.91%)
Mutual labels:  jupyter-notebook, tutorials
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-51.76%)
Mutual labels:  jupyter-notebook, tutorials
Lambdaschooldatascience
Completed assignments and coding challenges from the Lambda School Data Science program.
Stars: ✭ 22 (-88.94%)
Mutual labels:  jupyter-notebook, tutorials
Computer Vision Tutorial
Repository to help you get started with computer vision
Stars: ✭ 23 (-88.44%)
Mutual labels:  jupyter-notebook, tutorials
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (-43.72%)
Mutual labels:  jupyter-notebook, tutorials
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (-23.62%)
Mutual labels:  jupyter-notebook, tutorials

Introductory lessons to deep learning for medical imaging by MD.ai

The following are several Jupyter notebooks covering the basics of training deep learning models for medical imaging using data from MD.ai. They demonstrate how to download and parse annotation data from MD.ai, as well as train and evaluate different deep learning models for classification, segmentation, and object detection problems. The notebooks can be run on Google Colab with GPU (see instruction below).

# Name GitHub MD.ai Colab
1 Classification of chest vs. adominal X-rays using TensorFlow/Keras Link Link Open In Colab
2 Lung X-Rays Semantic Segmentation using U-Nets Link Link Open In Colab
3a RSNA Pneumonia detection using Kaggle data format Link Link Open In Colab
3b RSNA Pneumonia detection using the MD.ai python client library Link Link Open In Colab

Note that the mdai client requires an access token, which authenticates you as the user. To create a new token or select an existing token, to go a specific MD.ai domain (e.g., public.md.ai), register, then navigate to the "Personal Access Tokens" tab on your user settings page to create and obtain your access token.

MD.ai Annotator

MD.ai annotator is a web-based application to store, view, and collaboratively annotate medical images (e.g, DICOM) in the cloud. The MD.ai python client library can be used to download images and annotations, prepare the datasets, and then be used to train and evaluate deep learning models. Further documentation and videos are available at https://docs.md.ai/.

MD.ai Annotator

Running Jupyter notebooks on Google Colab

It’s easy to run a Jupyter notebook on Google Colab with free GPU use within time-limited sessions. For example, add the Github Jupyter notebook path to https://colab.research.google.com/notebook:

Select the "GITHUB" tab, and add the Lesson 1 URL: https://github.com/mdai/ml-lessons/blob/master/lesson1-xray-images-classification.ipynb

To use the GPU, in the notebook menu, go to Runtime -> Change runtime type -> switch to Python 3, and turn on GPU. See more Colab tips and tricks here.


© 2020 MD.ai, Inc. Licensed under the Apache License, Version 2.0

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