All Projects → hayatoy → Ml Forex Prediction

hayatoy / Ml Forex Prediction

Licence: mit
Predicting Forex Future Price with Machine Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ml Forex Prediction

Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-75.35%)
Mutual labels:  jupyter-notebook, scikit-learn, ml
Handson Ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
Stars: ✭ 23,798 (+16659.15%)
Mutual labels:  jupyter-notebook, scikit-learn, ml
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+36.62%)
Mutual labels:  jupyter-notebook, scikit-learn, ml
The Hello World Of Machine Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
Stars: ✭ 41 (-71.13%)
Mutual labels:  jupyter-notebook, scikit-learn, ml
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-16.2%)
Mutual labels:  jupyter-notebook, ml
Python Machine Learning Zh
Python机器学习,机器学习入门首选。
Stars: ✭ 117 (-17.61%)
Mutual labels:  jupyter-notebook, scikit-learn
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+7512.68%)
Mutual labels:  jupyter-notebook, scikit-learn
Hep ml
Machine Learning for High Energy Physics.
Stars: ✭ 133 (-6.34%)
Mutual labels:  jupyter-notebook, scikit-learn
Dtreeviz
A python library for decision tree visualization and model interpretation.
Stars: ✭ 1,857 (+1207.75%)
Mutual labels:  jupyter-notebook, scikit-learn
Ml hacks
Приёмы в машинном обучении
Stars: ✭ 128 (-9.86%)
Mutual labels:  jupyter-notebook, ml
Machine Learning Concepts
Machine Learning Concepts with Concepts
Stars: ✭ 134 (-5.63%)
Mutual labels:  jupyter-notebook, ml
Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+8230.28%)
Mutual labels:  scikit-learn, ml
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+967.61%)
Mutual labels:  jupyter-notebook, scikit-learn
Pbpython
Code, Notebooks and Examples from Practical Business Python
Stars: ✭ 1,724 (+1114.08%)
Mutual labels:  jupyter-notebook, scikit-learn
Mlf Mlt
📚 机器学习基石和机器学习技法作业
Stars: ✭ 112 (-21.13%)
Mutual labels:  jupyter-notebook, ml
Pydata Chicago2016 Ml Tutorial
Machine learning with scikit-learn tutorial at PyData Chicago 2016
Stars: ✭ 128 (-9.86%)
Mutual labels:  jupyter-notebook, scikit-learn
Lacmus
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Stars: ✭ 142 (+0%)
Mutual labels:  jupyter-notebook, ml
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-2.11%)
Mutual labels:  jupyter-notebook, ml
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-1.41%)
Mutual labels:  jupyter-notebook, scikit-learn
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1844.37%)
Mutual labels:  jupyter-notebook, ml

Predicting Financial Time Series Data with Machine Learning

This is an example that predicts future prices from past price movements. Here we implement it with EUR/USD rate as an example, and you can also predict stock prices by changing symbol.

Backtest example for EUR/USD

Using daily close prices from 2008 to 2016, first 95% for training and last 5% for testing. Green and red vertical lines represent winning trade and losing trade respectively. Equity

Installation

To run this demo, you need following environment and libraries.

  • Python 2.7 (not tested on 3.x)
  • Jupyter Notebook
  • Scikit-learn
  • numpy
  • pandas
  • matplotlib
  • seaborn

Note: You may need extra libraries to install above.

License

MIT License, Copyright (c) 2017

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].