A Neural Network fully-coded in Numpy and Tensorflow
Super simple, can’t be any easier, code provided
In a previous post, we explained the mechanics behind Neural networks. In this post we will show a basic implementation in pure Numpy, and in TensorFlow.
As we previously explain, neural networks execution have 4 main steps:
- Forward step (where…