Optimization Algorithm-Gradient Descent & its Python Implementation
In this article I have explained the mathematical explanation of Gradient Decent algorithm and its python implementation in a simple way.
- batch gradient descent (BGD)
- stochastic gradient descent (SGD)
- mini-batch GD (MB-GD)
checkout my article in below link https://medium.com/@manishnegi101/perceptron-and-logic-gates-implementation-using-perception-42fc9ba26e70