MatConvNet-oneclick
CNN trainer
A tool to train and deploy convolutional neural networks in MATLAB using MatConvNet
Train your own data with MatConvNet
87 stars
6 watching
50 forks
Language: Matlab
last commit: over 6 years ago
Linked from 1 awesome list
deeplearningmatconvnetmatlab
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
ahmedfgad/cnngenetic | Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 98 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
open-mmlab/mmengine | Provides a flexible and configurable framework for training deep learning models with PyTorch. | 1,196 |
hagaygarty/mdcnn | A MATLAB toolbox implementing 3D Convolutional Neural Networks for volumetric inputs with various features and pre-configured examples. | 53 |
jacopomangiavacchi/mnist-coreml-training | A demo project to train an ML model on the MNIST dataset using CoreML and SwiftCoreMLTools | 157 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,902 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 403 |
madrylab/robustness | A library for training and evaluating neural networks with a focus on adversarial robustness. | 921 |
pengsun/matlabcnn | A Matlab implementation of a 2D Convolutional Neural Network for educational purposes | 47 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
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 |
rewonc/pastalog | Real-time visualization of neural network training performance | 418 |