All Projects → minerva-ml → Open Solution Data Science Bowl 2018

minerva-ml / Open Solution Data Science Bowl 2018

Licence: mit
Open solution to the Data Science Bowl 2018

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Open Solution Data Science Bowl 2018

Data Science Bowl 2018
End-to-end one-class instance segmentation based on U-Net architecture for Data Science Bowl 2018 in Kaggle
Stars: ✭ 56 (-64.78%)
Mutual labels:  kaggle, segmentation, unet, medical-imaging
Segmentation models.pytorch
Segmentation models with pretrained backbones. PyTorch.
Stars: ✭ 4,584 (+2783.02%)
Mutual labels:  segmentation, unet, image-processing
Open Solution Mapping Challenge
Open solution to the Mapping Challenge 🌎
Stars: ✭ 291 (+83.02%)
Mutual labels:  kaggle, data-science, unet
Steppy
Lightweight, Python library for fast and reproducible experimentation 🔬
Stars: ✭ 119 (-25.16%)
Mutual labels:  data-science, open-source, image-processing
Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-81.76%)
Mutual labels:  medical-imaging, segmentation, unet
Slicer
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 263 (+65.41%)
Mutual labels:  segmentation, image-processing, medical-imaging
Open Solution Salt Identification
Open solution to the TGS Salt Identification Challenge
Stars: ✭ 124 (-22.01%)
Mutual labels:  data-science, unet, image-processing
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (-81.76%)
Mutual labels:  medical-imaging, segmentation, unet
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+463.52%)
Mutual labels:  segmentation, image-processing, medical-imaging
Pytorch Toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming
Stars: ✭ 942 (+492.45%)
Mutual labels:  kaggle, segmentation, image-processing
Segment Open
Segment Source Distribution
Stars: ✭ 34 (-78.62%)
Mutual labels:  segmentation, image-processing, medical-imaging
Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (-36.48%)
Mutual labels:  kaggle, segmentation, unet
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (+184.28%)
Mutual labels:  data-science, segmentation, image-processing
Medicalzoopytorch
A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation
Stars: ✭ 546 (+243.4%)
Mutual labels:  segmentation, unet, medical-imaging
Extensionsindex
Slicer extensions index
Stars: ✭ 36 (-77.36%)
Mutual labels:  segmentation, image-processing, medical-imaging
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (-57.86%)
Mutual labels:  segmentation, unet, image-processing
Kaggle Past Solutions
A searchable compilation of Kaggle past solutions
Stars: ✭ 1,372 (+762.89%)
Mutual labels:  kaggle, data-science
Models
DLTK Model Zoo
Stars: ✭ 101 (-36.48%)
Mutual labels:  data-science, medical-imaging
Kaggle Houseprices
Kaggle Kernel for House Prices competition https://www.kaggle.com/massquantity/all-you-need-is-pca-lb-0-11421-top-4
Stars: ✭ 113 (-28.93%)
Mutual labels:  kaggle, data-science
D2l En
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.
Stars: ✭ 11,837 (+7344.65%)
Mutual labels:  kaggle, data-science

Data Science Bowl 2018: open solution

This is an open solution to the Data Science Bowl 2018 based on the topcoders winning solution from ods.ai.

More competitions 🎇

Check collection of public projects 🎁, where you can find multiple Kaggle competitions with code, experiments and outputs.

Disclaimer

In this open source solution you will find references to the neptune.ml. It is free platform for community Users, which we use daily to keep track of our experiments. Please note that using neptune.ml is not necessary to proceed with this solution. You may run it as plain Python script 😉.

Installation

Check Installation page on our Wiki, for detailed instructions.

  1. get repository, install PyTorch then remaining requirements
  2. register to Neptune
  3. run experiment:
$ neptune login
$ neptune send main.py --worker gcp-gpu-large --environment pytorch-0.2.0-gpu-py3 -- train_evaluate_predict_pipeline --pipeline_name unet_multitask
  1. collect submit from /output/dsb/experiments/submission.csv directory.

User support

There are several ways to seek help:

  1. Kaggle discussion is our primary way of communication.
  2. Read project's Wiki, where we publish descriptions about the code, pipelines and neptune.
  3. You can submit an issue directly in this repo.

Contributing

Check CONTRIBUTING for more information.

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