Neural Networks
摘要
Logistic regression is an effective, but elementary technique. This chapter describes how we can extend it by stacking more layers and functions, and create a feed-forward neural network. This chapter also describes the backpropagation algorithm to adapt gradient descent to networks with multiple layers. Using Keras and PyTorch this time, we train new neural networks to detect the language of a text from its character counts.