Neural Networks with Keras Cookbook
上QQ阅读APP看书,第一时间看更新

Building a Feedforward Neural Network

In this chapter we will cover the following recipes:

  • Feed-forward propagation from scratch in Python
  • Building back-propagation from scratch in Python
  • Building a neural network in Keras