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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ <h2>Neural networks basics</h2>
<li><span class="glyphicon glyphicon-pencil"></span> <a href="http://cs231n.github.io/neural-networks-case-study/">Implementing softmax classifier and a simple neural network in pure Python/NumPy</a> - Jupyter notebook available ★</li>
<li><span class="glyphicon glyphicon-pencil"></span> Andrej Karpathy implements backpropagation in Javascript in his <a href="http://karpathy.github.io/neuralnets/">Hacker's guide to Neural Networks</a>. ★</li>
<li><span class="glyphicon glyphicon-pencil"></span> <a href="http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/">Implementing a neural network from scratch</a> in Python ★</li>
<li><span class="glyphicon glyphicon-pencil"></span> <a href="https://www.nbshare.io/notebook/584445049/Rectified-Linear-Unit-For-Artificial-Neural-Networks-Part-1-Regression/">What is RELU and How to use it in Artificical Neural Networks </a>using Python</li>
</ul>
</div>
</div>
Expand Down