필터 지우기
필터 지우기

Machine Learning Start-Up

조회 수: 3 (최근 30일)
Ross MacAndrews
Ross MacAndrews 2017년 4월 19일
댓글: Ross Mac Andrews 2017년 7월 4일
I am needing to develop a deep learning program to identify and categorize various cuts of beef. I am currently collecting my own data set of photos, I should have about 1000 by the end, made up of maybe 5 or 6 different cuts that I need to identify.
can anyone offer advice on where to start and any recommendations, I am a complete beginner.

답변 (1개)

Tish Sheridan
Tish Sheridan 2017년 5월 24일
Hi - your use case sounds perfect for transfer learning - use your images to fine-tune a pretrained network to classify the cuts. Does this example help: http://uk.mathworks.com/help/nnet/examples/transfer-learning-and-fine-tuning-of-convolutional-neural-networks.html
  댓글 수: 1
Ross Mac Andrews
Ross Mac Andrews 2017년 7월 4일
Thanks very much for the reply,
Yes i have been looking at this example but am still confused. Am i correct in thinking the steps that I must take are:
1) Adjust the code to handle the dimensions of my images (I must first resize each of my images to be a consistent size)
2) Convert my images to black and white
3) apply to the example code.
Is using a network pre-trained on numbers or characters even going to benefit in identifying my images? (my images are of red meat (beef) cuts, vastly different from the numbers/characters) and as the example says "You can use transfer learning since the digits data is similar in content to the letters data." ???
All this considered, is there a better option i should be trying?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by