3d convolutional layer for deep learning applications
1 view (last 30 days)
Show older comments
3D convolutional layers are becoming a standard tool in deep learning for volumetric image data. Will Matlab offer this feature?
1 Comment
Kartik Mittal
on 2 Jan 2019
Edited: Kartik Mittal
on 2 Jan 2019
You might find the following useful -
Answers (1)
Itzik Ben Shabat
on 1 Apr 2019
It seems to be available in MATLAB 2019 :
layer = convolution3dLayer(filterSize,numFilters)
0 Comments
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!