From 6788fe9083fa590eb5ac2e8d6a3b420b77e13706 Mon Sep 17 00:00:00 2001 From: yash-007 <46284422+yash-007@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:59:45 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc9f2c5..200a947 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # Algorithmic-trading Deep Learning – Artificial Neural Network Using TensorFlow In Python + +An implementation of how to use tensorflow library to design a simple neural network and +solve complex tasks achieving better accuracy compared to standard machine learning models.