Type of artificial neural netowrk suitable for learn and then predict forest growth

1 次查看(过去 30 天)
I'm trying to use an ANN to learn from a large amount of forest measurement data obtained from sampling plots across Ontario, Canada and associated climate data provided by regional climate modelling in this province.
So the following are the inputs to the ANN:
  1. Location (GPS coordinates)
  2. Measurement year and month
  3. Tree species
  4. Age
  5. Soil type
  6. Soil moisture regime
  7. Seasonal or monthly average temperature
  8. Seasonal or monthly average precipitation
  9. More data are available if needed.
And the targets include: (1) Average total tree height and (2) Average tree diameter at breast height
For each sampling plot, the trees have been measured for 1-4 times over 30 years. So my question is what type of ANN can best used to learn from the data and then it can be used for predicting with a set of new input data?

采纳的回答

Vishal Bhutani
Vishal Bhutani 2018-8-30
Based on my understanding you want to create an Artificial Neural Network (ANN) for prediction of forest growth. One of the things to start is to use Shallow Neural Network there are two ways to create that:
1.) Use the nprtool GUI
2.) Use a command-line solution
You can find the link for documentation for Classify Patterns with a Shallow Neural Network: https://www.mathworks.com/help/nnet/gs/classify-patterns-with-a-neural-network.html#f9-26645
There are several hyperparameters which you can vary and fine-tune the network like learning rate, number of neurons etc.
Another thing you can explore is Neural Network Toolbox
  1 个评论
Jiaxin Chen
Jiaxin Chen 2018-9-18
Hi Vishal, thanks for providing answers. I've been trying to use shallow neural network to solve the problem, and I think I've been making good progress.

请先登录,再进行评论。

更多回答(1 个)

Greg Heath
Greg Heath 2018-8-30
This is aregression prolem, not a classification problem.
help fitnet
doc fitnet
Hope this helps
Thank you for formally accepting my answer
Greg
  1 个评论
Jiaxin Chen
Jiaxin Chen 2018-9-18
Thank you very much Greg. Yes you're right, this is a regression problem. I've tried different ANN, such as fitnet and cascadeforwardnet. And I've been making good progress.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by