필터 지우기
필터 지우기

Machine learning to predict yield

조회 수: 12 (최근 30일)
Wendy Cameron
Wendy Cameron 2018년 8월 22일
댓글: Wendy Cameron 2018년 8월 26일
I am wanting to use a combination of numeric and categorical data to predict numeric data using matlab/machine learning. I'm wondering which application would do this. For example for a vineyard, I have weather data - which is the same for the vineyard and am wanting to use this to predict yield for different blocks of fruit. The only input data that I can say is different between these blocks is the soil type of the block. Which application could incorporate both this numeric and categorical data?

채택된 답변

Kartik Mittal
Kartik Mittal 2018년 8월 24일
편집: Kartik Mittal 2018년 8월 24일
I think the right approach would be to convert the categorical variable into a numeric one by encoding it in numeric levels and probably it would work better if you normalize your attributes after that. You can refer to material related to dummy coding for categorical variables. After that you can leverage different algorithms in MATLAB's Statistics toolbox for predictive modelling.
  댓글 수: 1
Wendy Cameron
Wendy Cameron 2018년 8월 26일
Thanks very much, I'll follow that up.
Wendy

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Weather and Atmospheric Science에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by