mdCNN-master

所属分类:其他
开发工具:matlab
文件大小:74KB
下载次数:42
上传日期:2017-10-06 13:12:07
上 传 者Yaqub
说明:  CNN - Convolutional neural network for brain tumor

文件列表:
Configs (0, 2017-09-05)
Configs\1d.conf (956, 2017-09-05)
Configs\1d_conv.conf (1029, 2017-09-05)
Configs\cifar10.conf (1647, 2017-09-05)
Configs\cifar10_fast.conf (1494, 2017-09-05)
Configs\mnist.conf (1029, 2017-09-05)
Configs\mnist3d.conf (1143, 2017-09-05)
Configs\mnist99.24.conf (1146, 2017-09-05)
Demo (0, 2017-09-05)
Demo\1d (0, 2017-09-05)
Demo\1d\demoBinEncoding_1d.m (1324, 2017-09-05)
Demo\CIFAR10 (0, 2017-09-05)
Demo\CIFAR10\demoCIFAR10.m (530, 2017-09-05)
Demo\CIFAR10\displayCIFAR10.m (22800, 2017-09-05)
Demo\CIFAR10\getCIFAR10data.m (2288, 2017-09-05)
Demo\MNIST (0, 2017-09-05)
Demo\MNIST\demoMnist.m (1118, 2017-09-05)
Demo\MNIST\displayMNIST.m (23625, 2017-09-05)
Demo\MNIST\getMNISTdata.m (4562, 2017-09-05)
Demo\MNIST3d (0, 2017-09-05)
Demo\MNIST3d\demoMnist3D.m (644, 2017-09-05)
Demo\MNIST3d\getMNIST3Ddata.m (5646, 2017-09-05)
Training (0, 2017-09-05)
Training\GetNetworkInputs.m (4345, 2017-09-05)
Training\Relu.m (57, 2017-09-05)
Training\Sigmoid.m (57, 2017-09-05)
Training\Tanh.m (77, 2017-09-05)
Training\Train.m (17351, 2017-09-05)
Training\centerOfMass.m (402, 2017-09-05)
Training\dRelu.m (56, 2017-09-05)
Training\dSigmoid.m (70, 2017-09-05)
Training\dTanh.m (71, 2017-09-05)
Training\displayFilters.m (1680, 2017-09-05)
Training\empty_script.m (102, 2017-09-05)
Training\imresize3d.m (581, 2017-09-05)
Training\imrotate3d.m (237, 2017-09-05)
Training\loadBackroundImages.m (418, 2017-09-05)
Training\manipulateImage.m (1481, 2017-09-05)
... ...

# mdCNN mdCNN is a MATLAB toolbox implementing Convolutional Neural Networks (CNN) for 2D and 3D inputs. Network is Multidimensional, kernels are in 3D and convolution is done in 3D. It is suitable for volumetric inputs such as CT / MRI, but can also support 1D/2D image inputs. The framework supports all the major features such as droput, padding, stride, max pooling, L2 regularization, momentum, cross entropy/ MSE Framework is completely written in matlab and is heavily optimized. While training or testing, all of the CPU cores are participating by using Matlab Built-in Multi-threading. There are several examples for networks pre-configured to run MNIST, CIFAR10 ,1D CNN, and 3dMNIST - a special enhancement of MNIST dataset to 3D volumes. MNIST Demo reach 99.2% in several minutes, and CIFAR10 demo reaches about 80% I have used this framework in a project for classifying Vertebra in a 3D CT images. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ To run MNIST demo: Go into the folder 'Demo/MNIST' , Run 'demoMnist.m' file. The file will download MNIST dataset and start training the network. After 15 iterations (several minutes) it will open a GUI where you can test the network performance. In addition layer 1 filters will be shown. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Check the 'mdCNN documentation.docx' file for more specification on how to configure a network For general questions regarding network design and training , please use the [forum](https://groups.google.com/forum/#!forum/mdcnn-multidimensional-cnn-library-in-matlab). Any other issues feel free to contact me at hagaygarty@gmail.com Hagay

近期下载者

相关文件


收藏者