2 Star 7 Fork 0

liwanwan / forex-prediction

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ml_proj

Machine Learning with Matlab 2018. Final project on Timeseries Prediction with LSTM / RNN.

  1. Project directory structure:

ml_proj/ +-- data % Contains EURUSD dataset +-- scripts % MATLAB Scripts | +-- data % data preprocessing scripts | +-- measure % RMSE and MAPE implementation | +-- arimaMain.m % Run ARIMA | +-- varmMain.m % Run VAR | +-- lstmUnivariateMain.m % Run LSTM univariate | +-- lstmMultivariateMain.m % Run LSTM multivariate | +-- config.m % Configuration +-- reports % Report (report.pdf) +-- saved_models % Trained models

  1. Installation In order to run the project, the following Matlab Toolboxes must be installed: 1. Statistics and Machine Learning Toolbox 2. Econometrics Toolbox 3. Deep Learning Toolbox

  2. Running the Project

    • Add ml_proj and its subfolders into path
    • Modify the configuration if necessary. By default, it only verifies the saved models in full dataset. Set cfg.execMode to "train" to train the model again.
    • Run the respective .m file

空文件

简介

Machine Learning with Matlab 2018. Final project on Timeseries Prediction with LSTM / RNN. 展开 收起
Matlab
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Matlab
1
https://gitee.com/liwanwan/forex-prediction.git
git@gitee.com:liwanwan/forex-prediction.git
liwanwan
forex-prediction
forex-prediction
master

搜索帮助