I'm new to matlab; how do I simply program a deep learning model to predict that 9 is the next number in a sequence of 1,3,5,7...?

4 ビュー (過去 30 日間)
Matthew
Matthew 2022 年 6 月 19 日
回答済み: Udit06 2024 年 9 月 26 日
I have tried the Deep learning designer, and I can't figure out how to use the datastore. I have tried the experiment manager, and I can't figure out how to do much there. The furthest I have gotten is with using workspace and script writing manually. I created a table to try to import, but I don't know how to call it up to train in script, nor do I know how to input the data as an argument. The latest problem is "too few inputs." Can someone just write instructions as if I don't know how to program? And what is a feature versus input?

回答 (1 件)

Udit06
Udit06 2024 年 9 月 26 日
Hi Matthew,
The following MATLAB answer describes multiple ways to predict the next number in a series. It also discusses why deep learning may not be the best way to resolve this problem statement.

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by