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,402 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 189 |
ahmedfgad/cnngenetic | Trains convolutional neural networks using the genetic algorithm | 22 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
ahmedfgad/numpycnn | An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. | 570 |
open-mmlab/mmengine | Provides a flexible and configurable framework for training deep learning models with PyTorch. | 1,179 |
hagaygarty/mdcnn | A 3D convolutional neural network framework supporting volumetric inputs and various features like dropout and batch normalization. | 52 |
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,889 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
madrylab/robustness | A library for training and evaluating neural networks with a focus on adversarial robustness. | 918 |
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 | A GPU-enabled vectorized implementation of CNNs for computer vision tasks | 136 |
rewonc/pastalog | Real-time visualization of neural network training performance | 418 |