Artificial Neural Network prediction
古いコメントを表示
I am Sumit Kumar Ghosh. I have a question regarding prediction by Artificial Neural Network.
If I want to predict that what will be the value of ph in 2020. What I have to do in Artificial Neural Network?
Data:
x= Ph; which range is 0 to 14.
Lets,
x=[ 6,5,8] y=[ 2014,2016,2017]
I have to find what will be the value of x in the year of 2020 by the Artificial Neural Network.
I can't find any perfect solution. Will you please help me?
Sincerely, Sumit Kumar Ghosh
4 件のコメント
Grzegorz Knor
2017 年 7 月 28 日
You have only three data points. It is not possible to use artificial neural network properly in this case. You might need to use a larger data set. To get started with neural networks in MATLAB please use nnstart.
Greg Heath
2017 年 7 月 28 日
You can fit a parabola to three points. Typically, neural networks are used to obtain models based on tens, hundreds and thousands of points.
Hope this helps.
Greg
Sumit Kumar Ghosh
2017 年 7 月 29 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deep Learning for Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
