Neuroph

Package org.neuroph.samples.stockmarket

Provides basic example of stock market prediction with neural networks.

See:
          Description

Class Summary
Main Main class which runs the stock market prediction sample - creates and trains neural network for stock prediction.
StockFileReader Provides method to reads stock data from the file.
StockSocketReader Provides method to reads stock data from the socket.
StockTrainingSetImport The part of simple stock market components, easy to use stock market interface for neural network.
TrainingData Creates training set from the given data.
 

Package org.neuroph.samples.stockmarket Description

Provides basic example of stock market prediction with neural networks.


Neuroph