How do I enable 3D deep learning support for convolution layer?

I am trying to implement a point cloud classification network (3DmFV-Net) using MATLAB's new 3D layers support and was unable to find a 3D concatenation layer.
For 2D there is depthConcatenationLayer(), is there a 3D equivalent?
 

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 1월 25일
편집: MathWorks Support Team 2025년 2월 7일
You can use the 'concatenationLayer' by passing the depth dimension as 'Dim' to concatenate along depth. The 'Dim' is 4 for 3D data and 3 for 2D data. For more information, you can access the specific documentation by executing the following command in the MATLAB R2019b command window:
>> web(fullfile(docroot, 'deeplearning/ref/nnet.cnn.layer.concatenationlayer.html'))
Please follow the link below to search for the required information regarding the current release:

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by