Groups
Groups
Sign in
Groups
Groups
mdCNN: Multidimensional CNN library in Matlab
Conversations
About
Send feedback
Help
mdCNN: Multidimensional CNN library in Matlab
Contact owners and managers
1–30 of 66
GitHub link:
https://github.com/hagaygarty/
mdCNN
Mark all as read
Report group
0 selected
sami ullah
,
hagay...@gmail.com
2
12/7/20
Question about 1D CNN
Hi, there is a 1D example under the Demo folder, you can try to follow it. On Wednesday, August 19,
unread,
Question about 1D CNN
Hi, there is a 1D example under the Demo folder, you can try to follow it. On Wednesday, August 19,
12/7/20
Vinh Quang Nguyễn
,
Hagay Garty
2
6/24/20
Question about optimizer
Hi, the current optimizer is SGD There is no support for Adam, but I guess you can modify '
unread,
Question about optimizer
Hi, the current optimizer is SGD There is no support for Adam, but I guess you can modify '
6/24/20
merrych...@163.com
,
Hagay Garty
2
6/24/20
How can I change the last layer to be the softmax layer.
From the config file, you can control whats the last layer type. Please refer to the documentation On
unread,
How can I change the last layer to be the softmax layer.
From the config file, you can control whats the last layer type. Please refer to the documentation On
6/24/20
Hanh Vu
,
Hagay Garty
2
3/20/20
Receptive fields of 3D CNN
Hi Hanh, thanks. The receptive field for a single neuron is a function of its layer parameters -
unread,
Receptive fields of 3D CNN
Hi Hanh, thanks. The receptive field for a single neuron is a function of its layer parameters -
3/20/20
Sadani Adem
,
Hagay Garty
2
2/17/20
Need help for extracting CNN features by mdCNN toolbox
Hi, Sadani, Please refer to the doc file under "classify a single sample" there is a sample
unread,
Need help for extracting CNN features by mdCNN toolbox
Hi, Sadani, Please refer to the doc file under "classify a single sample" there is a sample
2/17/20
Tien nghe
12/29/19
Cifar 10 parameter
Hi I am running cifar-10 demo. actually it takes very long time. for me, I run in 12 hours but just
unread,
Cifar 10 parameter
Hi I am running cifar-10 demo. actually it takes very long time. for me, I run in 12 hours but just
12/29/19
Hanh Vu
,
Hagay Garty
2
7/8/19
Using only pooling layer?
Currently no, pooling layer can only come after convolutional layer. And average pooling is not
unread,
Using only pooling layer?
Currently no, pooling layer can only come after convolutional layer. And average pooling is not
7/8/19
steven...@gmail.com
,
Hagay Garty
2
7/2/19
How to Set up the 3D CNN config to do Regression
First, you should remove the softmax layer and change the output layer to use the MSE cost function.
unread,
How to Set up the 3D CNN config to do Regression
First, you should remove the softmax layer and change the output layer to use the MSE cost function.
7/2/19
zhish...@gmail.com
, …
Hagay Garty
4
6/19/19
How to use trained network to predict or classify test data
Happy to hear it works well :) For regression, you can take the last layer outputs as your prediction
unread,
How to use trained network to predict or classify test data
Happy to hear it works well :) For regression, you can take the last layer outputs as your prediction
6/19/19
negar noorizadeh
,
Hagay Garty
5
4/10/19
Training Network for classifying 3D images
Thank you Hagay for all your help On Wednesday, April 10, 2019 at 2:13:42 AM UTC-5, Hagay Garty wrote
unread,
Training Network for classifying 3D images
Thank you Hagay for all your help On Wednesday, April 10, 2019 at 2:13:42 AM UTC-5, Hagay Garty wrote
4/10/19
salman...@gmail.com
,
Hagay Garty
2
4/9/19
ID CNN CLASSIFICATION PROBLEM
Hi, you can follow the doc file in the main git folder. Section 5 - 'Train a network' Another
unread,
ID CNN CLASSIFICATION PROBLEM
Hi, you can follow the doc file in the main git folder. Section 5 - 'Train a network' Another
4/9/19
curr...@gmail.com
,
Hagay Garty
2
2/7/19
Learning rate update
learning rate starts from ni_initial and after 'noImprovementTh' consecutive iterations with
unread,
Learning rate update
learning rate starts from ni_initial and after 'noImprovementTh' consecutive iterations with
2/7/19
curr...@gmail.com
,
Hagay Garty
3
1/11/19
Error in training 3D convolutional network
Hello again, thanks for your quick response, It looks like the version that i had was the one from
unread,
Error in training 3D convolutional network
Hello again, thanks for your quick response, It looks like the version that i had was the one from
1/11/19
xacke...@gmail.com
,
Hagay Garty
3
1/1/19
Question about transfer learning
Thank you.It successfully worked.
unread,
Question about transfer learning
Thank you.It successfully worked.
1/1/19
xacke...@gmail.com
,
Hagay Garty
3
12/31/18
Is Signal Processing Toolbox necessary?
Thank you. I will try the latest version.
unread,
Is Signal Processing Toolbox necessary?
Thank you. I will try the latest version.
12/31/18
Wael M Sayed
,
Hagay Garty
3
11/29/18
Using 3D deep learning
I am not alucky person, i will try to go through document file and this group. Later, i may ask you
unread,
Using 3D deep learning
I am not alucky person, i will try to go through document file and this group. Later, i may ask you
11/29/18
shahars...@gmail.com
,
Hagay Garty
4
11/27/18
Possible bug in updated version
latest version solves the bug Thanks S On Tuesday, November 27, 2018 at 5:11:28 PM UTC+2, Hagay Garty
unread,
Possible bug in updated version
latest version solves the bug Thanks S On Tuesday, November 27, 2018 at 5:11:28 PM UTC+2, Hagay Garty
11/27/18
bijenkh...@gmail.com
, …
Hagay Garty
6
11/25/18
How can i use it to add some more other layers from matlab like batchNormalisation, Softmax etc.
Hi, batch normalization layer is now supported in the latest code. On Monday, April 23, 2018 at 8:15:
unread,
How can i use it to add some more other layers from matlab like batchNormalisation, Softmax etc.
Hi, batch normalization layer is now supported in the latest code. On Monday, April 23, 2018 at 8:15:
11/25/18
Philip Egger
, …
Hagay Garty
3
11/25/18
Using mdCNNs for regression
In the new version, you can set the regression layer loss function to a user-defined function or use
unread,
Using mdCNNs for regression
In the new version, you can set the regression layer loss function to a user-defined function or use
11/25/18
sisi piggy
,
Hagay Garty
3
10/11/18
Kernel generating and adjustment
Thanks 在 2018年10月5日星期五 UTC+1下午2:02:41,Hagay Garty写道: Hi, the kernels are in the same dimensions of
unread,
Kernel generating and adjustment
Thanks 在 2018年10月5日星期五 UTC+1下午2:02:41,Hagay Garty写道: Hi, the kernels are in the same dimensions of
10/11/18
apple...@gmail.com
,
Hagay Garty
2
7/22/18
Classification Result
Hi, to classify a single image you can use the below code: image=dataset.I{1}; outs = feedForward(net
unread,
Classification Result
Hi, to classify a single image you can use the below code: image=dataset.I{1}; outs = feedForward(net
7/22/18
sampath....@gmail.com
,
Hagay Garty
2
7/8/18
Is mdCNN toolbox compatible with Matlab 2018
Yes you can use 2018a
unread,
Is mdCNN toolbox compatible with Matlab 2018
Yes you can use 2018a
7/8/18
snez...@gmail.com
,
Hagay Garty
7
6/28/18
Error using reshape
Not sure what is your issue. You can try without normalization, did you try to set '
unread,
Error using reshape
Not sure what is your issue. You can try without normalization, did you try to set '
6/28/18
always...@gmail.com
,
Hagay Garty
2
6/17/18
Changing weight for each Kernel
You can disable the backprop verification by adding net.runInfoParam.verifyBP = 0; to your config
unread,
Changing weight for each Kernel
You can disable the backprop verification by adding net.runInfoParam.verifyBP = 0; to your config
6/17/18
Sandeep Kumar
,
Hagay Garty
2
6/7/18
FPGA Implementation to Estimate the Number of Endmembers in Hyperspectral Images
Implementing CNN using FPGA is not a simple task Moreover, converting a matlab toolbox directly to
unread,
FPGA Implementation to Estimate the Number of Endmembers in Hyperspectral Images
Implementing CNN using FPGA is not a simple task Moreover, converting a matlab toolbox directly to
6/7/18
always...@gmail.com
,
Hagay Garty
2
6/7/18
Stride for pooling layer
maxpooling works on the output of the network layer. The order is 1) convolution, 2) stride, 3) max
unread,
Stride for pooling layer
maxpooling works on the output of the network layer. The order is 1) convolution, 2) stride, 3) max
6/7/18
always...@gmail.com
,
Hagay Garty
2
6/7/18
Can we perform Transfer learning? and Covolutional Autoencoder?
Hi, yes you can do both. Autoencoders can be done using a specific network structure (specified in
unread,
Can we perform Transfer learning? and Covolutional Autoencoder?
Hi, yes you can do both. Autoencoders can be done using a specific network structure (specified in
6/7/18
notalway...@gmail.com
, …
always...@gmail.com
3
6/5/18
2D CNN with mulitiple z stack vs 2D CNN with multiple colors
Thank you. I understood. Best regard Hang-Rai Kim 2018년 6월 2일 토요일 오전 1시 0분 10초 UTC+9, Hagay Garty 님의
unread,
2D CNN with mulitiple z stack vs 2D CNN with multiple colors
Thank you. I understood. Best regard Hang-Rai Kim 2018년 6월 2일 토요일 오전 1시 0분 10초 UTC+9, Hagay Garty 님의
6/5/18
notalway...@gmail.com
,
Hagay Garty
2
6/1/18
scesRate vs. mini-batch accuracy
You are right the scesRate is calculated on the test data only, after each training iteration.
unread,
scesRate vs. mini-batch accuracy
You are right the scesRate is calculated on the test data only, after each training iteration.
6/1/18
samane....@gmail.com
,
Hagay Garty
4
5/29/18
FineTuning
Yes, simply call Train again using the 'net' variable returned from previous Train call. On
unread,
FineTuning
Yes, simply call Train again using the 'net' variable returned from previous Train call. On
5/29/18