Can we interpolate some data using neural netwroks in matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ashkan Rigi
el 31 de Oct. de 2021
Respondida: yanqi liu
el 1 de Nov. de 2021
Hello every body. I have some raw data and I would like to interpolate them using neural networks by matlab. Is it possible? I am looking forward to hear your answers.
0 comentarios
Respuesta aceptada
yanqi liu
el 1 de Nov. de 2021
sir,may be upload some mat data
use net to make the regress layer
0 comentarios
Más respuestas (1)
Sulaymon Eshkabilov
el 31 de Oct. de 2021
Yes, it is plausible to perform interpolation using neural networks in matlab using fitnet() function. You can learn how to employ it using the help library of matlab:
doc fitnet
0 comentarios
Ver también
Categorías
Más información sobre Function Approximation and Clustering en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!