cloudCourseProject
Make use of the deep learning with spark to predict the stock price.
Considering following deeplearning algorithm:
1.Plain Stock Price Prediction via RNNs with Graves LSTM unit.
reference project: https://github.com/IsaacChanghau/StockPrediction
2. Since the above project is only a signal node application that using deeplearning 4j library, we need to make use of the offical deeplearning4j with spark to make use of spark.
https://github.com/deeplearning4j/dl4j-examples/blob/master/dl4j-spark-examples/dl4j-spark/src/main/java/org/deeplearning4j/rnn/SparkLSTMCharacterExample.java
hadoop
spark-Ml
spark
deeplearning4j
Other please reference with the pom.xml
##Data Source To Be added
##The dataset that project will use
#some useful reference link
Use deep learning, genetic programming and other methods to predict stock and market movements:
https://github.com/timestocome/Test-stock-prediction-algorithms
Spark-Streaming-Prediction-of-Stocks:
https://github.com/apuppal/Spark-Streaming-Prediction-of-Stocks
StockInference-Spark:
https://github.com/Pivotal-Open-Source-Hub/StockInference-Spark
StockPrediction
https://github.com/IsaacChanghau/StockPrediction/tree/master/src/main/java/com/isaac/stock