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

4 ビュー (過去 30 日間)
shital GUPTA
shital GUPTA 2022 年 2 月 12 日
回答済み: Meet 2025 年 1 月 17 日
is there any function to generate random sequence using extreme machine learning

回答 (1 件)

Meet
Meet 2025 年 1 月 17 日
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!

カテゴリ

Help Center および File ExchangeRandom Number Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by