Deep Learning Tutorial Series

Download code and watch video series to learn and implement deep learning techniques
다운로드 수: 19.2K
업데이트 날짜: 2017/12/5

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

The code provides hands-on examples to implement convolutional neural networks (CNNs) for object recognition. The three demos have associated instructional videos that will allow for a complete tutorial experience to understand and implement deep learning techniques.
The demos include:
- Training a neural network from scratch
- Using a pre-trained model (transfer learning)
- Using a neural network as a feature extractor
The corresponding videos for the demos are located here: https://www.mathworks.com/videos/series/deep-learning-with-MATLAB.html
The use of a GPU and Parallel Computing Toolbox™ is recommended when running the examples. Demo 3 requires Statistics and Machine Learning Toolbox™ in addition to the required products below.

인용 양식

MathWorks Deep Learning Toolbox Team (2026). Deep Learning Tutorial Series (https://kr.mathworks.com/matlabcentral/fileexchange/62990-deep-learning-tutorial-series), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기
도움

도움 준 파일: TFCNN-BiGRU, Training 3D CNN models

버전 게시됨 릴리스 정보
1.1.0.0

minor bug fix in third file, "Demo_FeatureExtraction.mlx" :
on line 1 & 2, variable 'net' changed to 'convnet'

1.0.0.0

+ Fixed typo in code.