All Projects → ardamavi → 3d Medical Segmentation Gan

ardamavi / 3d Medical Segmentation Gan

Licence: apache-2.0
3D Liver Segmentation with GAN

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 3d Medical Segmentation Gan

Happy Transformer
A package built on top of Hugging Face's transformer library that makes it easy to utilize state-of-the-art NLP models
Stars: ✭ 97 (-5.83%)
Mutual labels:  artificial-intelligence
Neuronblocks
NLP DNN Toolkit - Building Your NLP DNN Models Like Playing Lego
Stars: ✭ 1,356 (+1216.5%)
Mutual labels:  artificial-intelligence
Deep Image Analogy Pytorch
Visual Attribute Transfer through Deep Image Analogy in PyTorch!
Stars: ✭ 100 (-2.91%)
Mutual labels:  artificial-intelligence
Papers Literature Ml Dl Rl Ai
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
Stars: ✭ 1,341 (+1201.94%)
Mutual labels:  artificial-intelligence
Helix theory
螺旋论(theory of helix)—— “熵减机理论(可用来构建AGI、复杂性系统等)”
Stars: ✭ 98 (-4.85%)
Mutual labels:  artificial-intelligence
Text predictor
Char-level RNN LSTM text generator📄.
Stars: ✭ 99 (-3.88%)
Mutual labels:  artificial-intelligence
Blurr
Data transformations for the ML era
Stars: ✭ 96 (-6.8%)
Mutual labels:  artificial-intelligence
Talos
Hyperparameter Optimization for TensorFlow, Keras and PyTorch
Stars: ✭ 1,382 (+1241.75%)
Mutual labels:  artificial-intelligence
Sigma
Rocket powered machine learning. Create, compare, adapt, improve - artificial intelligence at the speed of thought.
Stars: ✭ 98 (-4.85%)
Mutual labels:  artificial-intelligence
Research And Coding
研究资源列表 A curated list of research resources
Stars: ✭ 100 (-2.91%)
Mutual labels:  artificial-intelligence
Rlai Exercises
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
Stars: ✭ 97 (-5.83%)
Mutual labels:  artificial-intelligence
Chemgan Challenge
Code for the paper: Benhenda, M. 2017. ChemGAN challenge for drug discovery: can AI reproduce natural chemical diversity? arXiv preprint arXiv:1708.08227.
Stars: ✭ 98 (-4.85%)
Mutual labels:  artificial-intelligence
Antialiased Cnns
pip install antialiased-cnns to improve stability and accuracy
Stars: ✭ 1,363 (+1223.3%)
Mutual labels:  artificial-intelligence
Jupyterlab Prodigy
🧬 A JupyterLab extension for annotating data with Prodigy
Stars: ✭ 97 (-5.83%)
Mutual labels:  artificial-intelligence
Top Deep Learning
Top 200 deep learning Github repositories sorted by the number of stars.
Stars: ✭ 1,365 (+1225.24%)
Mutual labels:  artificial-intelligence
Ai fps
AI system to simulate combat behaviors in a FPS game using Behavior Trees (UE4)
Stars: ✭ 96 (-6.8%)
Mutual labels:  artificial-intelligence
Exploration By Disagreement
[ICML 2019] TensorFlow Code for Self-Supervised Exploration via Disagreement
Stars: ✭ 99 (-3.88%)
Mutual labels:  artificial-intelligence
Conformer
Implementation of the convolutional module from the Conformer paper, for use in Transformers
Stars: ✭ 103 (+0%)
Mutual labels:  artificial-intelligence
Milestones
The Automagic Project Planner
Stars: ✭ 102 (-0.97%)
Mutual labels:  artificial-intelligence
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+11373.79%)
Mutual labels:  artificial-intelligence

3D Medical Segmentation GAN

Arda Mavi Deniz Yuret
Ayranci Anadolu High School Koç University

3D Liver Segmentation with GAN

This project created under Koç University Summer Research Program

Architecture:

Input Shape: n x 128 x 128 x 128
Output Shape: n x 128 x 128 x 128

In this project we purpose to segmentation medical scans without unsuccessful loss functions in segmentation area like Mean Squared Error (not useful for segmentation) or Dice Coefficient (using for area comparison but not useful for gradient descent optimization function) and for benefit the best use of GAN algorithmic logic.

! Project and Documentations are under construction!

New dataset expected...

For your dataset support: Arda Mavi e-Mail

Currently Used Dataset: DEU Liver Segmentation Dataset

Contents:

For Users

For Developers

! Important Notes

To-Do List

For Users

Segmentation Scans:

python3 predict.py <Scan_files_path>

For Developers

Processing Dataset:

python3 get_dataset.py

Model Training:

python3 train.py

Important Notes

  • Used Python 3.6.0 with Anaconda
  • Install necessary modules with sudo pip3 install -r requirements.txt command.
  • Load CUDNN(used cudnn/7.0.5/cuda-9.0 for this project) module before training.

To-Do List:

  • [ ] Normalization of DICOM Liver datas.
  • [ ] Optimize memory uses in test 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].