is there any function to generate random sequence using extreme machine learning

6 vues (au cours des 30 derniers jours)
shital GUPTA
shital GUPTA le 12 Fév 2022
Réponse apportée : Meet le 17 Jan 2025
is there any function to generate random sequence using extreme machine learning

Réponses (1)

Meet
Meet le 17 Jan 2025
Hi Shital,
You can use an ELM to generate random sequences by first training it on a set of input-output pairs where the inputs are random noise and the outputs are your desired sequences. After training, you can feed new random noise into the ELM to create new sequences.
However, this is not the typical use case for ELMs. Models like RNNs or GANs are more commonly used for sequence generation.
Hope this helps!

Catégories

En savoir plus sur Random Number Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by