cnn
ConvNet
Provides an implementation of convolutional neural networks in MATLAB.
This is a matlab-code implementation of convolutional neural network
97 stars
8 watching
64 forks
Language: Matlab
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vlfeat/matconvnet | A MATLAB toolbox implementing Convolutional Neural Networks for computer vision applications. | 1,403 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
pengsun/matlabcnn | A Matlab implementation of a 2D Convolutional Neural Network for educational purposes | 47 |
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 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 188 |
sermanet/overfeat | A C-based Convolutional Network library for image classification and feature extraction. | 597 |
vlfeat/matconvnet-fcn | A Matlab implementation of fully convolutional networks for image segmentation. | 175 |
shichenliu/condensenet | An efficient CNN architecture for mobile devices with learned group convolutions and dense connectivity | 694 |
torontodeeplearning/convnet | A high-performance GPU implementation of neural networks using C++ | 507 |
eladhoffer/convnet.pytorch | A PyTorch implementation of various deep convolutional networks for efficient training and evaluation on diverse datasets. | 347 |
hyeonwoonoh/deconvnet | Deconvolution network architecture for semantic segmentation | 325 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
xbresson/spectral_graph_convnets | PyTorch implementation of graph ConvNets using spectral filtering | 291 |
imistyrain/matconvnet-oneclick | A tool to train and deploy convolutional neural networks in MATLAB using MatConvNet | 87 |
hagaygarty/mdcnn | A MATLAB toolbox implementing 3D Convolutional Neural Networks for volumetric inputs with various features and pre-configured examples. | 53 |