All Projects → AMLResearchProject → All Classifiers 2019

AMLResearchProject / All Classifiers 2019

Licence: mit
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.

Projects that are alternatives of or similar to All Classifiers 2019

Traffic Sign Detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Stars: ✭ 200 (+809.09%)
Mutual labels:  artificial-intelligence, jupyter-notebook, deep-neural-networks, convolutional-neural-networks
First Steps Towards Deep Learning
This is an open sourced book on deep learning.
Stars: ✭ 376 (+1609.09%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks, artificial-neural-networks
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+2740.91%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks, artificial-neural-networks
Top Deep Learning
Top 200 deep learning Github repositories sorted by the number of stars.
Stars: ✭ 1,365 (+6104.55%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks, artificial-neural-networks
Trending Deep Learning
Top 100 trending deep learning repositories sorted by the number of stars gained on a specific day.
Stars: ✭ 543 (+2368.18%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks, artificial-neural-networks
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (+1995.45%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-augmentation, convolutional-neural-networks
all-classifiers-2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 24 (+9.09%)
Mutual labels:  caffe, artificial-neural-networks, data-augmentation
L2c
Learning to Cluster. A deep clustering strategy.
Stars: ✭ 262 (+1090.91%)
Mutual labels:  artificial-intelligence, deep-neural-networks, artificial-neural-networks
Cascaded Fcn
Source code for the MICCAI 2016 Paper "Automatic Liver and Lesion Segmentation in CT Using Cascaded Fully Convolutional NeuralNetworks and 3D Conditional Random Fields"
Stars: ✭ 296 (+1245.45%)
Mutual labels:  jupyter-notebook, deep-neural-networks, caffe
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+1568.18%)
Mutual labels:  jupyter-notebook, deep-neural-networks, convolutional-neural-networks
Pytorch Geometric Yoochoose
This is a tutorial for PyTorch Geometric on the YooChoose dataset
Stars: ✭ 198 (+800%)
Mutual labels:  artificial-intelligence, jupyter-notebook, deep-neural-networks
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (+1495.45%)
Mutual labels:  artificial-intelligence, jupyter-notebook, deep-neural-networks
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+3300%)
Mutual labels:  artificial-intelligence, jupyter-notebook, deep-neural-networks
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+1000%)
Mutual labels:  artificial-intelligence, jupyter-notebook, convolutional-neural-networks
Pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 231 (+950%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks
Dab
Data Augmentation by Backtranslation (DAB) ヽ( •_-)ᕗ
Stars: ✭ 294 (+1236.36%)
Mutual labels:  jupyter-notebook, data-augmentation, deep-neural-networks
Ffdl
Fabric for Deep Learning (FfDL, pronounced fiddle) is a Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
Stars: ✭ 640 (+2809.09%)
Mutual labels:  artificial-intelligence, deep-neural-networks, caffe
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+772.73%)
Mutual labels:  artificial-intelligence, deep-neural-networks, artificial-neural-networks
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+786.36%)
Mutual labels:  artificial-intelligence, jupyter-notebook, convolutional-neural-networks
Tensorslow
Re-implementation of TensorFlow in pure python, with an emphasis on code understandability
Stars: ✭ 657 (+2886.36%)
Mutual labels:  artificial-intelligence, jupyter-notebook, artificial-neural-networks

Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project

Acute Lymphoblastic Leukemia Classifiers 2019

Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research Project

CURRENT RELEASE UPCOMING RELEASE Issues Welcome! Issues LICENSE

 

Table Of Contents

 

Introduction

The Peter Moss Acute Lymphoblastic Leukemia classifiers are a collection of projects that use computer vision to classify Acute Lymphoblastic Leukemia (ALL) in unseen images.

This repository includes classifier projects made with Tensorflow, Caffe, Keras, FastAI & Intel Movidius (NCS).

 

DISCLAIMER

These projects should be used for research purposes only. The purpose of the projects is to show the potential of Artificial Intelligence for medical support systems such as diagnosis systems.

Although the classifiers are accurate and show good results both on paper and in real world testing, they are not meant to be an alternative to professional medical diagnosis.

Developers that have contributed to this repository have experience in using Artificial Intelligence for detecting certain types of cancer. They are not a doctors, medical or cancer experts.

Salvatore Raieli is a bioinformatician researcher and PhD in Immunology, but does not work in medical diagnosis.

Dr Amita Kapoor is Associate Professor at SRCASW, University of Delhi, and teaches Neural Networks, Artificial Intelligence, Operating system, Embedded system, Computer Communication and Networking.

Please use these systems responsibly.

 

Projects

This repository hosts a collection of classifiers that have been developed by the team using the Python programming language. These classifiers include Caffe, FastAI, Movidius NCS1 and Keras classifiers, each project may have multiple classifiers.

Projects Description Status Author
Data Augmentation Applies filters to datasets and increases the amount of training / test data. Complete Adam Milton-Barker
AllCNN Caffe Classifier Acute Lymphoblastic Leukemia classifier created using the Caffe framework. Ongoing Adam Milton-Barker
Movidius NCS Classifier Acute Lymphoblastic Leukemia classifier created using the Intel Movidius NCS. Complete Adam Milton-Barker
FastAI Resnet50 Classifier Acute Lymphoblastic Leukemia classifier created using FastAI & Resnet50. Complete Salvatore Raieli
FastAI Resnet50(a) Classifier Acute Lymphoblastic Leukemia classifier created using FastAI & Resnet50. Complete Adam Milton-Barker
FastAI Resnet34 Classifier Acute Lymphoblastic Leukemia classifier created using FastAI & Resnet34. Complete Salvatore Raieli
FastAI Resnet18 Classifier Acute Lymphoblastic Leukemia classifier created using FastAI & Resnet18. Complete Salvatore Raieli
QuantisedCode Acute Lymphoblastic Leukemia classifier created using Keras with Tensorflow Backend, Paper 1 and the original Dataset 2. Complete Dr Amita Kapoor & Taru Jain
AllCNN Acute Lymphoblastic Leukemia classifier created using Keras with Tensorflow Backend, Paper 1 and the original Dataset 1. Complete Adam Milton-Barker
AllCNN Acute Lymphoblastic Leukemia classifier created using Keras with Tensorflow Backend, Paper 1 and the original Dataset 2. Ongoing Adam Milton-Barker

 

Team Publications

A series of articles / tutorials by Adam Milton-Barker that take you through attempting to replicate the work carried out in the Acute Myeloid Leukemia Classification Using Convolution Neural Network In Clinical Decision Support System paper.

 

Contributing

The Peter Moss Acute Myeloid & Lymphoblastic Leukemia AI Research project encourages and welcomes code contributions, bug fixes and enhancements from the Github.

Please read the CONTRIBUTING document for a full guide to forking our repositories and submitting your pull requests. You will also find information about our code of conduct on this page.

Contributors

Students Contributors

 

Versioning

We use SemVer for versioning. For the versions available.

 

License

This project is licensed under the MIT License - see the LICENSE file for details.

 

Bugs/Issues

We use the repo issues to track bugs and general requests related to using this project.

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