How to use trained neural network using new data
Afficher commentaires plus anciens
Hello esteemed friends, I need help. How can I use neural network to generate an output using 2 or 3 random new input data on trained neural network? For example using the abalone_dataset, I would train the neural network using input data (length, diameter, height, etc.) and the target data. After that, using only 2 to 3 input data (length and height only) to generate an output using the trained neural network.
3 commentaires
Rajeev
le 16 Jan 2023
Are you planning to use the Deep Network Designer for it?
AHMAD FATHURRAHMAN
le 16 Jan 2023
Rajeev
le 16 Jan 2023
Based on what you have mentioned, you are trying to exploit 'transfer learning'.
You can refer to this link Get Started with Transfer Learning - MATLAB & Simulink (mathworks.com) to know more about it.
If you already have a pre-trained model, you can import it to the Deep Network Designer and modify the classification and output layers to get the output for your data.
Can you share the trained model that you want to modify?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!