is there any function to generate random sequence using extreme machine learning
조회 수: 6 (최근 30일)
이전 댓글 표시
is there any function to generate random sequence using extreme machine learning
댓글 수: 0
답변 (1개)
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!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Random Number Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!