matconvnet
CNN library
A MATLAB toolbox implementing Convolutional Neural Networks for computer vision applications.
MatConvNet: CNNs for MATLAB
1k stars
119 watching
753 forks
Language: Cuda
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
vlfeat/matconvnet-fcn | A Matlab implementation of fully convolutional networks for image segmentation. | 175 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
vlfeat/autonn | An API wrapper around MatConvNet that adds automatic differentiation for easy deep learning prototyping and research | 89 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 189 |
hagaygarty/mdcnn | A 3D convolutional neural network framework supporting volumetric inputs and various features like dropout and batch normalization. | 52 |
imistyrain/matconvnet-oneclick | A tool to train and deploy convolutional neural networks in MATLAB using MatConvNet | 87 |
jimmy-ren/vcnn_double-bladed | A GPU-enabled vectorized implementation of CNNs for computer vision tasks | 136 |
sermanet/overfeat | A C-based Convolutional Network library for image classification and feature extraction. | 597 |
pengsun/matlabcnn | A Matlab implementation of a 2D Convolutional Neural Network for educational purposes | 47 |
zhangxiangxiao/crepe | A toolkit for building character-level convolutional networks for text classification using Torch 7. | 848 |
matlab-deep-learning/convmixer-patches-are-all-you-need | Demonstrates how to implement and train a ConvMixer architecture for image classification in MATLAB | 6 |
decouples/matlab_deep_learning | A collection of MATLAB implementations for computer vision and deep learning algorithms. | 283 |
mmlab-cu/polynet | An implementation of a pursuit of structural diversity in very deep neural networks | 82 |
torontodeeplearning/convnet | A high-performance GPU implementation of neural networks using C++ | 506 |
matifali/dockerdl | A Docker image for deep learning environments with pre-installed packages and tools | 78 |