mdCNN
CNN framework
A 3D convolutional neural network framework supporting volumetric inputs and various features like dropout and batch normalization.
3D Convolutional Neural Network (CNN) for volumetric inputs. Matlab framework supporting 2D and 3D kernels
52 stars
12 watching
40 forks
Language: MATLAB
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jimmy-ren/vcnn_double-bladed | A GPU-enabled vectorized implementation of CNNs for computer vision 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,402 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 189 |
mdeff/cnn_graph | An implementation of convolutional neural networks on graphs using spectral filtering | 1,339 |
ahmedfgad/numpycnn | Builds convolutional neural networks from scratch using NumPy | 572 |
zcemycl/matlab-gan | A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 186 |
matlab-deep-learning/abnormal-eeg-signal-classification-using-cnns | Develops and trains a deep neural network to classify EEG signals as normal or abnormal | 48 |
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 | 402 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
yechengxi/lightnet | A Matlab-based framework for building and training deep learning models | 270 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
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 |