How To Train My Dataset With ANN ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tyann Hardyn
el 19 de Jun. de 2025
Respondida: Jacob Mathew
el 23 de Jun. de 2025
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 comentarios
Respuesta aceptada
Jacob Mathew
el 23 de Jun. de 2025
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!