All Projects → Borda → kaggle_brain-tumor-3D

Borda / kaggle_brain-tumor-3D

Licence: MIT License
Predict the status of a genetic biomarker important for brain cancer treatment

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kaggle brain-tumor-3D

deep-active-learning-pytorch
A PyTorch toolkit with 8 popular deep active learning query methods implemented.
Stars: ✭ 47 (+135%)
Mutual labels:  image-classification
live-cctv
To detect any reasonable change in a live cctv to avoid large storage of data. Once, we notice a change, our goal would be track that object or person causing it. We would be using Computer vision concepts. Our major focus will be on Deep Learning and will try to add as many features in the process.
Stars: ✭ 23 (+15%)
Mutual labels:  image-classification
GFNet
[NeurIPS 2021] Global Filter Networks for Image Classification
Stars: ✭ 199 (+895%)
Mutual labels:  image-classification
Transformer-in-Transformer
An Implementation of Transformer in Transformer in TensorFlow for image classification, attention inside local patches
Stars: ✭ 40 (+100%)
Mutual labels:  image-classification
general backbone
No description or website provided.
Stars: ✭ 37 (+85%)
Mutual labels:  image-classification
HSI-Traditional-to-Deep-Models
Pytorch and Keras Implementations of Hyperspectral Image Classification -- Traditional to Deep Models: A Survey for Future Prospects.
Stars: ✭ 72 (+260%)
Mutual labels:  image-classification
AIDeveloper
GUI-based software for training, evaluating and applying deep neural nets for image classification
Stars: ✭ 51 (+155%)
Mutual labels:  image-classification
pyro-vision
Computer vision library for wildfire detection
Stars: ✭ 33 (+65%)
Mutual labels:  image-classification
OAProgression
Multimodal Machine Learning-based Knee Osteoarthritis Progression Prediction from Plain Radiographs and Clinical Data
Stars: ✭ 58 (+190%)
Mutual labels:  radiology
AMP-Regularizer
Code for our paper "Regularizing Neural Networks via Adversarial Model Perturbation", CVPR2021
Stars: ✭ 26 (+30%)
Mutual labels:  image-classification
VoiceNET.Library
.NET library to easily create Voice Command Control feature.
Stars: ✭ 14 (-30%)
Mutual labels:  image-classification
caltech birds
A set of notebooks as a guide to the process of fine-grained image classification of birds species, using PyTorch based deep neural networks.
Stars: ✭ 29 (+45%)
Mutual labels:  image-classification
cifar-tensorflow
No description or website provided.
Stars: ✭ 18 (-10%)
Mutual labels:  image-classification
Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
Stars: ✭ 8,046 (+40130%)
Mutual labels:  image-classification
aws-rekognition
A Laravel Package/Facade for the AWS Rekognition API
Stars: ✭ 20 (+0%)
Mutual labels:  image-classification
Labs-IntelligentAPIs
Intelligent APIs aim to make machine learning (ML) tasks easier for UWP developers to leverage in their applications without needing ML expertise or creating a new model.
Stars: ✭ 16 (-20%)
Mutual labels:  image-classification
well-classified-examples-are-underestimated
Code for the AAAI 2022 publication "Well-classified Examples are Underestimated in Classification with Deep Neural Networks"
Stars: ✭ 21 (+5%)
Mutual labels:  image-classification
al-fk-self-supervision
Official PyTorch code for CVPR 2020 paper "Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision"
Stars: ✭ 28 (+40%)
Mutual labels:  image-classification
syncopy
Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
Stars: ✭ 19 (-5%)
Mutual labels:  brain
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+300%)
Mutual labels:  image-classification

Kaggle: Brain Tumor Radiogenomic Classification

CI complete testing Code formatting codecov pre-commit.ci status

The goal of this challenge is to Predict the status of a genetic biomarker important for brain cancer treatment.

Sample brain visual

With interpolation in Z dimension as it happens it is quite sparse: Sample brain visual

Each independent case has a dedicated folder identified by a five-digit number. Within each of these “case” folders, there are four sub-folders, each of them corresponding to each of the structural multi-parametric MRI (mpMRI) scans, in DICOM format. The exact mpMRI scans included are:

  • FLAIR: Fluid Attenuated Inversion Recovery
  • T1w: T1-weighted pre-contrast
  • T1Gd: T1-weighted post-contrast
  • T2: T2-weighted

The labels/targets are MGMT_value:

Label distribution

Experimentation

install this tooling

A simple way how to use this basic functions:

! pip install https://github.com/Borda/kaggle_brain-tumor-3D/archive/refs/heads/main.zip

run notebooks in Kaggle

local notebooks

some results

Training progress with EfficientNet3D with training for 10 epochs > over 96% validation accuracy:

Training process

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