Deep Learning Hackathon with Transfer Learning

버전 3.0.1 (365 KB) 작성자: Paola Jaramillo
If you wonder about the use of Deep Learning in your application, Transfer Learning is a quick way to test this!
다운로드 수: 300
업데이트 날짜: 2022/9/29

라이선스 보기

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

The specific application tackled in this example, with Alexnet, is the winning solution to the Hackathon: on Image Recognition to Identify Plant Species at Itility. Use of a GPU is highly recommended.
Experts create and train Deep Neural Networks on millions of images to automate tasks like Object Recognition. See more: https://nl.mathworks.com/help/deeplearning/ug/pretrained-convolutional-neural-networks.html.
Such pre-trained networks are easily accessible and tunable with MATLAB to efficiently solve new problems.
Transferring the learning from those networks to a new problem is a simple operation on the network layers, that typically achieves good results with fewer images and less training time.
In this script, you can easily try out many of these pre-trained networks and explore: training options, compare accuracy results and find the settings that will give you the best 'Hackathon' results!
Once your network is ready you can save it as a *.mat file and test it live (on streaming video) using a webcam and the 'ClassifyImagesFromWebcam(net)' function.
You can also speed up the prediction of the model using MEX or deploy it directly on embedded devices with automatic code generation for GPU, CPU, etc.

인용 양식

Paola Jaramillo (2024). Deep Learning Hackathon with Transfer Learning (https://www.mathworks.com/matlabcentral/fileexchange/68328-deep-learning-hackathon-with-transfer-learning), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
R2018b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
3.0.1

Itility blog is not anymore publicly available.

3.0.0

Title updated

2.0.0

Including more network architectures.