All Projects → gsurma → histopathologic_cancer_detector

gsurma / histopathologic_cancer_detector

Licence: MIT license
CNN histopathologic tumor identifier.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to histopathologic cancer detector

digit recognizer
CNN digit recognizer implemented in Keras Notebook, Kaggle/MNIST (0.995).
Stars: ✭ 27 (+3.85%)
Mutual labels:  kaggle, kaggle-competition, cnn-keras
Amazon Forest Computer Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
Stars: ✭ 346 (+1230.77%)
Mutual labels:  kaggle, kaggle-competition, transfer-learning
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (+11.54%)
Mutual labels:  kaggle, kaggle-competition, cnn-keras
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+4419.23%)
Mutual labels:  kaggle, kaggle-competition
Data Science Competitions
Goal of this repo is to provide the solutions of all Data Science Competitions(Kaggle, Data Hack, Machine Hack, Driven Data etc...).
Stars: ✭ 572 (+2100%)
Mutual labels:  kaggle, kaggle-competition
Ml competition platform
Kaggle-like machine learning competition platform
Stars: ✭ 42 (+61.54%)
Mutual labels:  kaggle, kaggle-competition
Pytorch Kaggle Starter
Pytorch starter kit for Kaggle competitions
Stars: ✭ 268 (+930.77%)
Mutual labels:  kaggle, kaggle-competition
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+4784.62%)
Mutual labels:  kaggle, kaggle-competition
Kaggle Notebooks
Sample notebooks for Kaggle competitions
Stars: ✭ 77 (+196.15%)
Mutual labels:  kaggle, kaggle-competition
Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (+288.46%)
Mutual labels:  kaggle, kaggle-competition
argus-tgs-salt
Kaggle | 14th place solution for TGS Salt Identification Challenge
Stars: ✭ 73 (+180.77%)
Mutual labels:  kaggle, kaggle-competition
Kaggle Airbnb Recruiting New User Bookings
2nd Place Solution in Kaggle Airbnb New User Bookings competition
Stars: ✭ 118 (+353.85%)
Mutual labels:  kaggle, kaggle-competition
Open Solution Toxic Comments
Open solution to the Toxic Comment Classification Challenge
Stars: ✭ 154 (+492.31%)
Mutual labels:  kaggle, kaggle-competition
Kaggle Homedepot
3rd Place Solution for HomeDepot Product Search Results Relevance Competition on Kaggle.
Stars: ✭ 452 (+1638.46%)
Mutual labels:  kaggle, kaggle-competition
Data-Science-Hackathon-And-Competition
Grandmaster in MachineHack (3rd Rank Best) | Top 70 in AnalyticsVidya & Zindi | Expert at Kaggle | Hack AI
Stars: ✭ 165 (+534.62%)
Mutual labels:  kaggle, kaggle-competition
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (+230.77%)
Mutual labels:  kaggle, kaggle-competition
HumanOrRobot
a solution for competition of kaggle `Human or Robot`
Stars: ✭ 16 (-38.46%)
Mutual labels:  kaggle, kaggle-competition
kaggler
🏁 API client for Kaggle
Stars: ✭ 50 (+92.31%)
Mutual labels:  kaggle, kaggle-competition
Dogbreed gluon
kaggle Dog Breed Identification
Stars: ✭ 116 (+346.15%)
Mutual labels:  kaggle, transfer-learning
Machine Learning Workflow With Python
This is a comprehensive ML techniques with python: Define the Problem- Specify Inputs & Outputs- Data Collection- Exploratory data analysis -Data Preprocessing- Model Design- Training- Evaluation
Stars: ✭ 157 (+503.85%)
Mutual labels:  kaggle, kaggle-competition

Histopathologic Cancer Detector

Python Jupyter Notebook leveraging Transfer Learning and Convolutional Neural Networks implemented with Keras.

Part of the Kaggle competition.

Submitted Kernel with 0.958 LB score.

Check out corresponding Medium article:

Histopathologic Cancer Detector - Machine Learning in Medicine

Data

Dataset: Link

Description: Binary classification whether a given histopathologic image contains a tumor or not.

Training: 153k (0.9) images

Validation: 17k (0.1) images

Testing: 57.5k images

Model

__________________________________________________________________________________________________
Layer (type)                    Output Shape         Param #     Connected to                     
==================================================================================================
input_1 (InputLayer)            (None, 96, 96, 3)    0                                            
__________________________________________________________________________________________________
xception (Model)                (None, 3, 3, 2048)   20861480    input_1[0][0]                    
__________________________________________________________________________________________________
NASNet (Model)                  (None, 3, 3, 1056)   4269716     input_1[0][0]                    
__________________________________________________________________________________________________
global_average_pooling2d_1 (Glo (None, 2048)         0           xception[1][0]                   
__________________________________________________________________________________________________
global_average_pooling2d_2 (Glo (None, 1056)         0           NASNet[1][0]                     
__________________________________________________________________________________________________
concatenate_5 (Concatenate)     (None, 3104)         0           global_average_pooling2d_1[0][0] 
                                                                 global_average_pooling2d_2[0][0] 
__________________________________________________________________________________________________
dropout_1 (Dropout)             (None, 3104)         0           concatenate_5[0][0]              
__________________________________________________________________________________________________
dense_1 (Dense)                 (None, 1)            3105        dropout_1[0][0]                  
==================================================================================================
Total params: 25,134,301
Trainable params: 25,043,035
Non-trainable params: 91,266
__________________________________________________________________________________________________

Training

Results

Kaggle score: 0.958

Author

Greg (Grzegorz) Surma

PORTFOLIO

GITHUB

BLOG

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