HI guru
i know this is very silly question , sorry for my incomplete ANN Concepts.
i have little confusion regarding Neural network forecasting and predication ?. I check various .net codes for neural network which use third party dlls for forecasting and predication. i found that they never across from them given dates of forecasting and predication. They train data between given dates and found forcasting ticks within same date ranges and made charts. where as by term forecasting mean by to forecast some thing beyond the date ranges.
i studied following link.http://www.codeproject.com/Articles/175777/Financial-predictor-via-neura...
it used MLP (feed forward back propgation neural network) which train some data withn range and forcast same date within that range. i need to know how can we come accros beyond the range(which is actually known as pridction or forcaasting)
clear my concept regarding that
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer
I have also developed a
I have also developed a prediction/forecast system using the article that u have mentioned. I'm having a issue in that system. I have to select more than two columns as inputs but in there only two columns can be selected from a dataset(csv file). Can u give me a solution to this if you can solve it?