E5D3 GitHub - edenpan/cloudCourseProject: cloudCourseProject
[go: up one dir, main page]

Skip to content

edenpan/cloudCourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudCourseProject

cloudCourseProject

This is a project for cloud course project

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

Requirement

hadoop
spark-Ml
spark
deeplearning4j

Other please reference with the pom.xml

##Data Source To Be added

http://finance.yahoo.com/

https://fred.stlouisfed.org/

https://stooq.com

##The dataset that project will use

Data Store on the Hadoop

#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

About

cloudCourseProject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0