Shikhar1998 / Stock-Market-Prediction-using-Neural-Networks-and-Genetic-Algorithm

Matlab Module for Stock Market Prediction using Simple NN
78 stars 31 forks source link

How can you import the output data of Neural Networks as input of the NSGA-II toolbox in MATLAB? #20

Open BinhPham1234 opened 1 year ago

BinhPham1234 commented 1 year ago

Excuse me @Shikhar1998 , could I ask you a question? I had the output responses from Neural Networks in MATLAB (including the original data and predicted data), the question is can I use this data as input for the NSGA-II toolbox in MATLAB? If possible, how can I do that? I have tried to find out the solution to this problem but most people didn't indicate this. Thanks in advance! image

Shikhar1998 commented 1 year ago

Try using the genetic algorithm from the web. This way you can store the output as a variable, which can be further used to input to the toolbox. Thanks.

BinhPham1234 commented 1 year ago

@Shikhar1998 Thank you for your response!