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.