RafayAK / NothingButNumPy

This repo is part of a series of blog post titled "Nothing but NumPy"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing but NumPy

forthebadge made-with-python forthebadge

Buy Me A Coffee

This open source repository is part of a series of blog posts titled "Nothing but NumPy", that aims to explain all the nuts and bolts that go into making an artificial neural network and create them using only NumPy.

Part of the blog post "Nothing but NumPy: Understanding & Creating Neural Networks with Computational Graphs from Scratch"

Introudces the concept of an "artifical neural network", laying down the foundation for future installments.

Part of the blog post "Nothing but NumPy: Understanding & Creating Binary Classification Neural Networks with Computational Graphs from Scratch"

This second installment of "Nothing but NumPy" builds upon the previous post. It delves into creating a neural network to solve a specific kind of problem called "binary classification".


Feel free to reach out to me on alt text for any queries.

About

This repo is part of a series of blog post titled "Nothing but NumPy"

License:MIT License


Languages

Language:Jupyter Notebook 95.2%Language:Python 4.8%