Problem in data entry in neural network nntool
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello, i want to calculate the cost of building by a neural network and for that i am providing the data INPUT " which includes the quantity and cost of doing that" TARGET " final cost which is simple multiplication of quantity and cost of doing that" how should i do this in neural network tool to get exact results or approximate results
0 Commenti
Risposte (1)
Greg Heath
il 14 Mag 2018
Do not use a NN for simple multiplication.
If you are looking for an introductory problem see the examples at
help fitnet % regression/curve-fitting
and
help patternnet % classification/pattern recognition
Hope this helps
Thank you for formally accepting this answer
Greg
0 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!