Code Monkey home page Code Monkey logo

2019-deep-learning-fundamentals-and-applications-in-medical-informatics-workshop's Introduction

2019 Deep Learning Fundamentals and Applications in Medical Informatics Workshop

Welcome to the Deep Learning Fundamentals and Applications in Medical Informatics Workshop! My name is Ahmad Tafti, and I have the honor to serve as a speaker at Deep Learning Fundamentals and Applications in Medical Informatics, which is being held in Northwestern Mutual Cream City Labs, April, 5-6, 2019.

I will be covering two topics, including: 1) AI and deep learning; what and why? and 2) Deep CNN architectures and their applications in medical image analysis . The PDF files of these topics are available within the current GitHub repository. I am trying my level best to document everything around my talks within this GitHub repository.

Hands-on-practice (Python, TensorFlow, Keras)

The talk in Deep CNN architectures will include a hands-on-practice on anomaly detection of chest x-ray images using a publicly and freely available dataset of chest x-rays. We, together, will combine several deep CNN architectural models to do the task in an ensemble fashion. We will look at the work as a classifiocation problem, meaning that we will classify different pathologies within chest x-ray images, where we also have healthy chest x-rays. In the workshop, I will be ustilizing Google Colab equipped with Python, TensorFlow, Keras, and GPUs to first develpo the pipeline, and then train, validate, and test the contructed models. Using Google Colab, you don't need to install any software/library packages, and as you know better than me, everything is just ready to use. Thanks much, Google!

I would strongly recommend you to go through the Google Colab, but in case you would like to do the hands-on-practice on your local machine, there exists an instruction too.

Do you want to do the hands-on-practice using Google Colab?

If you are going to take advantages of Google Colab, and try to use this amzing collaborative environment for the proposed hands-on-practice, please follow the below steps, respectively. All we need is an stable internet connection and a browser!

  1. Dataset : Please download the dataset. The present dataset is available as a single .ZIP file, which is basically a small subset of a large-scale dataset, the chest x-ray image dataset provided by NIH. The original paper of the dataset is available here. I thank NIH and all authors of the paper to provide an indeed interesting dataset to the research community. Note: Do not unzip the file, please! You will be asked to upload the current .ZIP file at your Google Drive.

  2. Within your Google Drive, please make a folder namely "chestimage". Upload the .ZIP file of the dataset, the "training_validation_2000.zip" file under the "chestimage" directory within your Google Drive.

  3. Sample code/Implementation: The sample code would be available here, during the workshop day. You don't need to make a copy of the code for now. That being said, using the current link, the entire implementation and sample codes would be available within your Google Colab environment. Please wait until we get together at the workshop. We, together, will go over the code, step by step. There is a need to configure the Google Colab Runtime, so we can speed up the deep learning process with the use of GPUs. We will set iy up, together at the workshop. Again, please wait until we get together at the workshop.

Do you want to do the hands-on-practice at your local machine?

If so, please follow:

  1. Download and install Anaconda; Python 3.7 version.
  2. Go to the Anaconda Prompt. Then make a virtual environemnt equipped with essential libraries. The command would be as follow:
conda create -n DLFA2019 python=3.6 numpy scipy matplotlib spyder ipython 
jupyter pandas seaborn opencv scikit-learn tensorflow-gpu keras
  1. Activate your virtual environemnt:
conda activate DLFA2019
  1. Run the Jupyter Notebook:
jupyter notebook
  1. Dataset : Please download the dataset. The present dataset is available as a single .ZIP file, which is basically a small subset of a large-scale dataset, the chest x-ray image dataset provided by NIH. The original paper of the dataset is available here. Unzip the current .ZIP file within a sud-directy in your local machine.

  2. You will be asked to copy/paste a portion of our Google Colab implementation at your local Jupyter notebook. Please wait until we get together at the workshop, April, 5-6, 2019.

2019-deep-learning-fundamentals-and-applications-in-medical-informatics-workshop's People

Contributors

aptafti avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.