What is the difference between the MatConvNet and the CNN in Matlab's neural network toolbox?
조회 수: 1 (최근 30일)
이전 댓글 표시
What is the difference between the MatConvNet and the CNN in Matlab's neural network toolbox?
댓글 수: 0
답변 (1개)
Arnav Mendiratta
2017년 6월 12일
MatConvNet is a third party toolbox which implements Convolutional Neural Networks for computer vision applications.
CNNs in MATLAB neural network toolbox are a part of MathWork's product suite. Since the newer release, the neural network toolbox is highly optimized for Deep learning and computer vision applications.
I am not entirely sure of the difference in algorithm design of MatConvNet and MATLAB's internal neural network toolbox but the only major difference I see is that MatCovNet is not a MathWorks' product.
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!