How to use do machine learning/neural networks in matlab?
Mostra commenti meno recenti
I have a Displacement Trend, lets say
D=[0 1 2 3 4]
Associated with this Power Used:
P=[0 5 4 2]
The data recorded of the output value is:
Force=[0 4 3 2] This is the target output to train the model
My problem is how can i define the train matrix and target matrix if i did this test multiple times, so i have:
D1,P1 that produce F1
D2,P2 that procuce F2
D3,P3 that produce F3
and so on..
and also what you suggest doing for doing this kind of analysis. Which model/app could i use
Thank you in advance.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!