From 87086a8b1596536389d0b650f9aa0db8b81b1c1b Mon Sep 17 00:00:00 2001 From: Peter Newell Date: Tue, 22 May 2018 01:56:03 -0700 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7475948..c738d4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # V20pyPro -An extension of the V20py project, Pro is a research orientated project that applies machine learning techniques to predict -future values of a Forex pair's closing price. -![NN Gif](/gifs/tf_nn_research3.gif) + +## Machine Learning Examples + +Exploring pricing data using a variety of machine learning libraries and algorithms. All examples use data from the AUD_JPY csv that contains OHLC and technical indicators' data. + + *Tensorflow NN* + +This is a a FOREX adaptation of Sebastian Heinz's neural network for stocks from his Medium.com article ["A simple deep learning model for stock prediction using TensoFlow"](https://github.com/sebastianheinz/stockprediction). + +![TF NN Gif](/gifs/tf_nn_research.gif) + +Running on the daily AUD/JPY chart, the model reaches decent accuracy in less than 10 epochs. +