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:
- Location (GPS coordinates)
- Measurement year and month
- Tree species
- Age
- Soil type
- Soil moisture regime
- Seasonal or monthly average temperature
- Seasonal or monthly average precipitation
- 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?
0 个评论
采纳的回答
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 个)
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!