How To Train My Dataset With ANN ?
6 ビュー (過去 30 日間)
古いコメントを表示
Hello, Community...
I just want to know how to use a Machine Learning based on ANN in this MATLAB languange...
I have 12 datasets (for the last 10 years where 1 year = 12 months) stored in 12 MATLAB variables (Worksheet). Each of the 12 variables has a data length of 120 (length(X) = 120), because 10 years x 12 months = 120. I want to train the 12 variables / datasets using machine learning with the ANN method so as to produce an output variable Y with a data length of 120. The results of this learning will be applied to test a number of test data randomly for the following year period.
What script should I write in MATLAB? Thank you. I am very grateful if anyone is able to help me in this Machine Learning work because im still new with Machine Learning Concept.
0 件のコメント
採用された回答
Jacob Mathew
2025 年 6 月 23 日
Hey Tyann,
Since you are starting out, you can reference the following Machine Learning On Ramp course in MATLAB Academy to get started on the basics and gain some experience on the general workflow of working with Machine Learning:
You can also refer to some examples under the Statistics and Machine Learning Toolbox:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!