CNN

所属分类:人工智能/神经网络/深度学习
开发工具:matlab
文件大小:4KB
下载次数:1
上传日期:2019-03-15 13:52:26
上 传 者sh-1993
说明:  CNN,卷积神经网络,最简单的理解实现#图像分类Matlab
(CNN,convolutional neural network, simplest implementation for understanding #Image Classification Matlab)

文件列表:
NNwithBias.m (3407, 2019-03-15)
Read.m (867, 2019-03-15)
Start.m (986, 2019-03-15)
imgprocess.m (2384, 2019-03-15)
trainer.m (1389, 2019-03-15)

# CNN convolutional neural network, simplest implementation for understanding. This repository is a simple and quick implementation of the CNN using one convolution and on hidden layer network. The code includes bias, momentum learning and learning rate decay. Beginners or students can use their dataset and check how this works. The dataset used can be found in "http://cogcomp.org/Data/Car/". All copyrights related to the dataset must be adhered. This is for learning purpose only The file 'Read.m' reads all images and stores in to an image array. Then run 'Start.m', which is the executable file, which calls other programs and complete convolution and training. 'Imageprocess.m' which will do convolution and pooling. The matrix obj.hor can be replaced with your desired convolution kernel. 'trainer.m' - training algorithm. 'NNwithBias.m' - A three layer, neural network with bias.

近期下载者

相关文件


收藏者