Artificial Neural Network prediction
Mostrar comentarios más antiguos
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 comentarios
Grzegorz Knor
el 28 de Jul. de 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
el 28 de Jul. de 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
el 29 de Jul. de 2017
Walter Roberson
el 30 de Jul. de 2017
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
