How to use do machine learning/neural networks in matlab?
Afficher commentaires plus anciens
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.
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
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!