Artificial Neural Network prediction
Afficher commentaires plus anciens
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 commentaires
Grzegorz Knor
le 28 Juil 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
le 28 Juil 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
le 29 Juil 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
