concept linear layer in category nlp
appears as: linear layers, A linear layer, linear layer, linear layer

This is an excerpt from Manning's book Real-World Natural Language Processing MEAP V06.
2.4.2 Recurrent neural networks (RNNs) and linear layers
There are two special types of neural network components that are important for sentiment analysis—recurrent neural networks (RNNs) and linear layers. I’ll explain them in detail in later chapters, but I’ll briefly describe what they are and their roles in sentiment analysis (or in general, sentence classification).
Figure 5.6: Applying linear layer to RNN
![]()