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.