Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deep-Neural-Network-Implementation
Python **Numpy** Implementation for a 5-Layer Neural Network <br>
Can be extended to n-hidden Layer as well.<br>
For more insight please visit [Introduction to deeplearning](ab-bh.github.io)
# Deep Neural Network Implementation
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/)