All Projects → booz-allen-hamilton → Dsb3tutorial

booz-allen-hamilton / Dsb3tutorial

Projects that are alternatives of or similar to Dsb3tutorial

Ml cheat sheet
My notes and superstitions about common machine learning algorithms
Stars: ✭ 349 (-1.69%)
Mutual labels:  jupyter-notebook
Machine Learning Code Writing
Mathematical derivation and pure Python code implementation of machine learning algorithms.
Stars: ✭ 350 (-1.41%)
Mutual labels:  jupyter-notebook
Senator Filings
Scrape public filings of the buy + sell orders of U.S. senators and calculate their returns
Stars: ✭ 356 (+0.28%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorials Chinese
TensorFlow 中文教程 (Chinese Tutorials)
Stars: ✭ 349 (-1.69%)
Mutual labels:  jupyter-notebook
Convolutional neural network
This is the code for "Convolutional Neural Networks - The Math of Intelligence (Week 4)" By Siraj Raval on Youtube
Stars: ✭ 352 (-0.85%)
Mutual labels:  jupyter-notebook
Weakly detector
Tensorflow implementation of "Learning Deep Features for Discriminative Localization"
Stars: ✭ 353 (-0.56%)
Mutual labels:  jupyter-notebook
Recommendsystempractice
《推荐系统实践》代码实现
Stars: ✭ 349 (-1.69%)
Mutual labels:  jupyter-notebook
Gather
Spit shine for Jupyter notebooks 🧽✨
Stars: ✭ 355 (+0%)
Mutual labels:  jupyter-notebook
Interpretable Ml Book
Book about interpretable machine learning
Stars: ✭ 3,941 (+1010.14%)
Mutual labels:  jupyter-notebook
Meta Rl
Implementation of Meta-RL A3C algorithm
Stars: ✭ 355 (+0%)
Mutual labels:  jupyter-notebook
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (-1.41%)
Mutual labels:  jupyter-notebook
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (-1.13%)
Mutual labels:  jupyter-notebook
Commuter
🚎 Notebook sharing hub
Stars: ✭ 353 (-0.56%)
Mutual labels:  jupyter-notebook
Noisereduce
Noise reduction in python using spectral gating (speech, bioacoustics, time-domain signals)
Stars: ✭ 347 (-2.25%)
Mutual labels:  jupyter-notebook
Prospr
ProSPr: Protein Structure Prediction
Stars: ✭ 355 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
collection of iPython notebooks
Stars: ✭ 349 (-1.69%)
Mutual labels:  jupyter-notebook
Deep Learning With Pytorch
Deep Learning with PyTorch, published by Packt
Stars: ✭ 352 (-0.85%)
Mutual labels:  jupyter-notebook
Python Notlarim
Python notes in Turkish.
Stars: ✭ 356 (+0.28%)
Mutual labels:  jupyter-notebook
Spec augment
🔦 A Pytorch implementation of GoogleBrain's SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
Stars: ✭ 354 (-0.28%)
Mutual labels:  jupyter-notebook
Pytorch Tvmisc
Totally Versatile Miscellanea for Pytorch
Stars: ✭ 354 (-0.28%)
Mutual labels:  jupyter-notebook

DSB3Tutorial

This code is the companion for the tutorial located at https://www.kaggle.com/c/data-science-bowl-2017#tutorial

About this repository

This repository is not intended to be an out of the box solution for the DSB challenge. It will not run out-of-the-box without editing. That was not it's intention. The tutorial was put together rapidly by several people working in tandem and the code herein is a collection of the code they used to produce the tutorial found on the DSB website.

The intent behind this tutorial was to presented a series of steps that can be followed as a starting point for competitors. Our hope is that this can save competitors time in framing the problem and that they can lift some of this code to speed up their own solution generation. We expect that the competitors efforst will supercede this tutorial in short order--which is, of course, the point of the competition.

Thanks for participating and helping to advance cancer diagnosis!

#FAQ

Why aren't I getting good segmentation with the weights supplied?

The unet weights supplied here were generated by training on a fraction of the LUNA 2016 data and the training set preparation could be improved on. Some nodules are readily identified by the unet weights provided here, and others are not. We trained enough that it seemed that in principle this is a reasonable approach. If you would like to initialize your u-net with these weights, or use these to test out how a u-net segmentor works, you might find these weights useful.

The code doesn't run properly!

Please read the "About this repository" section

I found a mistake, when are you going to fix it?

If you would like to submit a pull request to fix an issue that you found, we'll be happy to review it. Otherwise, we may not get around addressing any errors you might find in this code. Making a note in the issues section will be very helpful for other people that are perusing the repo.

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