Artificial Neural Network prediction
Show older comments
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 Comments
Grzegorz Knor
on 28 Jul 2017
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
on 28 Jul 2017
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
on 29 Jul 2017
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!