Adam Milton-Barker

Posts

Detecting Acute Lymphoblastic Leukemia Using Caffe, OpenVino & Neural Compute Stick 2: Part 1


As part of my R&D for the AML/ALL AI Research Project, I am reviewing a selection of papers related to using Convolutional Neural Networks (CNN) for detecting Acute Myeloid/Lymphoblastic Leukemia. This is the first part of a series of articles that will take you through my experience building a custom classifier with Caffe that should be able to detect Acute Lymphoblastic Leukemia.

Inception V3 Deep Convolutional Architecture For Classifying Acute Myeloid/Lymphoblastic Leukemia


Inception V3 by Google is the 3rd version in a series of Deep Learning Convolutional Architectures. Inception V3 was trained using a dataset of 1000 classes from the original ImageNet dataset which was trained with over 1 million training images. Inception V3 was trained for the ImageNet Large Visual Recognition Challenge where it was a first runner up.

Acute Myeloid/Lymphoblastic Leukemia Data Augmentation


The AML/ALL Classifier Data Augmentation program applies filters to datasets and increases the amount of training / test data available to use. The program is part of the computer vision research and development for the Peter Moss Acute Myeloid/Lymphoblastic (AML/ALL) Leukemia AI Research Project.