https://github.com/cvdlab/nn-segmentation-for-lar
Neural networks to segment some type of biomedical images
https://github.com/cvdlab/nn-segmentation-for-lar
bioinformatics convolutional-neural-networks keras mit-license mri neural-networks python
Last synced: 3 months ago
JSON representation
Neural networks to segment some type of biomedical images
- Host: GitHub
- URL: https://github.com/cvdlab/nn-segmentation-for-lar
- Owner: cvdlab
- Created: 2017-06-27T11:13:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T15:05:03.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T09:46:45.507Z (3 months ago)
- Topics: bioinformatics, convolutional-neural-networks, keras, mit-license, mri, neural-networks, python
- Language: Python
- Homepage:
- Size: 3.54 MB
- Stars: 21
- Watchers: 7
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nn-segmentation-for-lar
This repositories constains various NN for segmentation of biomedical images, created and/or derived from CVDLAB fellows
Each NN comes with a readme and license in its own directory.* [HGG/LGG CNN brain tumor](https://github.com/cvdlab/nn-segmentation-for-lar/tree/master/brain_tumor_segmentation_cnn)
* [ Two PathWay CNN](https://github.com/cvdlab/nn-segmentation-for-lar/tree/master/two_way_brain_tumor_segmentation_cnn)
* [Unsupervised Edge Segmentation](https://github.com/cvdlab/nn-segmentation-for-lar/tree/master/edge_detector_cnn)# Packages used
- __future__
- keras
- sklearn
- skimage
- glob
- errno
- os
- numpy
- argparse
- json