From 34352de39f6004ff36dd69989077e2e385ab4096 Mon Sep 17 00:00:00 2001 From: Brett Bourquin Date: Fri, 20 Oct 2017 10:11:51 -0500 Subject: [PATCH 1/2] Update README.md * Provide a formatted title and a wikipedia link to Neural Networks that seems to fit with application * Formatted the title to the `Introduction` piece to fit with the link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47399e8..724fde8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Deep-Neural-Network-Implementation -Python **Numpy** Implementation for a 5-Layer Neural Network
-Can be extended to n-hidden Layer as well.
-For more insight please visit [Introduction to deeplearning](ab-bh.github.io) +# Deep Neural Network Implementation +Python **Numpy** Implementation for a 5-Layer [Neural Network](https://en.wikipedia.org/wiki/Artificial_neural_network) +Can be extended to n-hidden Layer(s) as well. +For more insight please visit [Introduction to Deep Learning](https://ab-bh.github.io/) From 34de92398d96214574491c79e4ac272a9e0c7d8b Mon Sep 17 00:00:00 2001 From: Brett Bourquin Date: Fri, 20 Oct 2017 10:12:51 -0500 Subject: [PATCH 2/2] Update README.md * Added NumPy link as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 724fde8..7d9e5e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Deep Neural Network Implementation -Python **Numpy** Implementation for a 5-Layer [Neural Network](https://en.wikipedia.org/wiki/Artificial_neural_network) +Python [**NumPy**](http://www.numpy.org/) Implementation for a 5-Layer [Neural Network](https://en.wikipedia.org/wiki/Artificial_neural_network) Can be extended to n-hidden Layer(s) as well. For more insight please visit [Introduction to Deep Learning](https://ab-bh.github.io/)