mdCNN
Volumetric CNN toolkit
A MATLAB toolbox implementing 3D Convolutional Neural Networks for volumetric inputs with various features and pre-configured examples.
3D Convolutional Neural Network (CNN) for volumetric inputs. Matlab framework supporting 2D and 3D kernels
53 stars
12 watching
40 forks
Language: MATLAB
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jimmy-ren/vcnn_double-bladed | An implementation of convolutional neural networks in Matlab, providing GPU-enabled vectorized processing for image recognition and processing tasks. | 136 |
pengsun/matlabcnn | A Matlab implementation of a 2D Convolutional Neural Network for educational purposes | 47 |
vlfeat/matconvnet | A MATLAB toolbox implementing Convolutional Neural Networks for computer vision applications. | 1,403 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 188 |
mdeff/cnn_graph | An implementation of convolutional neural networks on graphs using spectral filtering | 1,342 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
zcemycl/matlab-gan | A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 190 |
matlab-deep-learning/abnormal-eeg-signal-classification-using-cnns | Develops and trains a deep neural network to classify EEG signals as normal or abnormal | 50 |
fielddb/deeplearntoolbox | A Matlab toolbox for building and training deep neural networks | 0 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 403 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 411 |
yechengxi/lightnet | A Matlab-based framework for building and training deep learning models | 271 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 98 |
infocusp/tf_cnnvis | A tool to visually analyze and understand deep learning models' internal workings, specifically convolutional neural networks. | 780 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |