MATLAB: It’s possible to make forecasting with Neural Net Clustering

forecastneural net clusteringneural network

Hi, I'm searching how I can use the neuronal Network toolbox of Matlab to forecast financial data. Can I use the clustring ?

Best Answer

I would not use clustering for prediction. However, you could use NEWRB. Nevertheless, I think your best bet is to use the NARXNET time series. See and mimic the documentation examples in
help narxnet
doc narxnet
Additional practice data can be obtained using the commands
help nndatasets
doc nndatasets
Finally, you can search BOTH the NEWSGROUP and ANSWERS for my posts and tutorials
greg narxnet
greg narxnet tutorial
Hope this helps.
Thank you for formally accepting my answer
Greg