- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 27字
- 2021-07-02 12:46:23
Building a neural network in Keras
In the previous section, we built a neural network from scratch, that is, we wrote functions that perform forward-propagation and back-propagation.