Neural-Network-from-scratch icon indicating copy to clipboard operation
Neural-Network-from-scratch copied to clipboard

Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?

Results 1 Neural-Network-from-scratch issues
Sort by recently updated
recently updated
newest added

Can you explain in weights, what's the purpose of this code snippet `np.sqrt(1 / self.size[i-1])` [Line-112 in nn.py](https://github.com/ahmedbesbes/Neural-Network-from-scratch/blob/493be2f4015d345fc68d3addd518c2b127e8c648/nn.py#L112)