Numpy Neural Network, where I dive deep into the world of neural networks using NumPy! In this repository, you'll find my Code for creating neural networks from the ground up, without relying on external libraries.
-
$\sigma$ : Activation Function -
$x_i$ : Input Data -
$w_i$ : Weight -
$b$ : Bias
-
$Y_i$ : real value -
$\hat{Y_i}$ : predicted value
-
$\alpha$ : learning rate -
$L$ : Lost function