Why con2seq function is needed?

5 vues (au cours des 30 derniers jours)
Oguz Kahraman
Oguz Kahraman le 10 Juin 2021
Commenté : Oguz Kahraman le 1 Sep 2021
I am training a feedforward network. When I use con2seq function for both input and output before training, I get better network performance even it is around 2.12e^-12. However, I do not see validation or test curves in the plot. Is it normal?
Second question regarding this function, I want to predict from the trained network. Should the input values also be sequential vector? Because the network trained before in that format. Thank you in adcance.

Réponse acceptée

Vineet Joshi
Vineet Joshi le 30 Août 2021
Hi
con2seq function helps in converting concurrent vectors to sequential vectors. The usage of both of these data structures depends on the type of problem you are solving and the network under consideration. For example: Time Series data should idealy be sequential vectors rather than concurrent.
Now that being said, in order to verify why you get better network performance with sequential vectors and why you are not seeing validation or test curves, more information on the type of network and type problem you are solving is required.
And for your second question, input values for network inference should be sequential if the input order is important.
The following documentation can help you more with the two types of data structures and when to use what.
Hope this helps.
Thanks
  1 commentaire
Oguz Kahraman
Oguz Kahraman le 1 Sep 2021
Thank you so much for the answer.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by