IsaacChanghau StockPrediction Save

Plain Stock Close-Price Prediction via Graves LSTM RNNs

Project README

Plain Stock Prediction

Authour

Plain Stock Price Prediction via RNNs with Graves LSTM unit.

Training and Predicting a specific feature by setting PriceCategory in com.isaac.stock.predict.StockPricePrediction.java as:

PriceCategory category = PriceCategory.CLOSE; // CLOSE: train and predict close price
// or
PriceCategory category = PriceCategory.OPEN; // OPEN: train and predict open price
// ...

The PriceCategory enum:

public enum PriceCategory {
    OPEN, CLOSE, LOW, HIGH, VOLUME, ALL
}

Predicting all features as:

PriceCategory category = PriceCategory.ALL; // ALL: train and predict all features

Demo Result

A Useful GitHub Repository: timestocome/Test-stock-prediction-algorithms, which contains much information, methods and sources about predict stock and market movements.

Open Source Agenda is not affiliated with "IsaacChanghau StockPrediction" Project. README Source: 26hzhang/StockPrediction
Stars
188
Open Issues
8
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating