Sitemap
TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Member-only story

Hands-on Tutorials

Data Augmentation in Medical Images

How to improve vision model performance by reshaping and resampling data

8 min readOct 12, 2020

--

Photo by CDC on Unsplash

The popularization of machine learning has changed our world in wonderful ways. Some notable applications of machine learning allow us to do the previously unthinkable, like determining if an image is a hot dog or not a hot dog.

Screenshot from HBO’s Not Hotdog app developed by “SeeFood Technologies” in the show, Silicon Valley.

The ease to develop image recognition and classification applications has been streamlined in the last few years with the release of open source neural network frameworks like TensorFlow and PyTorch. Usage of these neural network frameworks is predicated on the availability of labeled training data, which has become more accessible within cloud infrastructures. Neural networks require large amounts of data to properly weight the functions between layers. However, in fields like medical imaging, large amounts of labeled training data are not always available. For those interested in medical imaging data, a great resource can be found at Giorgos Sfikas’ GitHub. A great resource for a general overview of data augmentation techniques and tools can be found on Neptune.ai.

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Cody Glickman, PhD
Cody Glickman, PhD

Written by Cody Glickman, PhD

Currently a biological data scientist blogging about side projects and things learned through brute force. https://codyglickman.com/

Responses (6)