MatlabCNN
CNN library
A Matlab implementation of a 2D Convolutional Neural Network for educational purposes
Matlab codes for 2D Convolutional Neural Network
47 stars
6 watching
19 forks
Language: Matlab
last commit: over 9 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 |
hagaygarty/mdcnn | A 3D convolutional neural network framework supporting volumetric inputs and various features like dropout and batch normalization. | 52 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
vlfeat/matconvnet | A MATLAB toolbox implementing Convolutional Neural Networks for computer vision applications. | 1,402 |
ybillchen/bp-neural-network-matlab | An implementation of a basic backpropagation neural network using MATLAB | 92 |
jackros1022/matlab-neural-network-43-case-studies-code | This repository provides a collection of neural network implementations in MATLAB, covering 43 different case studies. | 65 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
kmc7468/cppdnn | Provides machine learning capabilities in C++11 | 9 |
correlllab/nn4mc_cpp | Enables online prediction and classification on microcontrollers using pre-trained neural networks. | 29 |
mmlab-cu/polynet | An implementation of a pursuit of structural diversity in very deep neural networks | 82 |
stackoverflowmatlabchat/neuralnetplayground | A MATLAB implementation of a neural network interface for regression and classification tasks | 70 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 397 |