错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Neural Networks

  • Pierre M. Nugues

摘要

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.