
Understanding Seq2Seq Neural Networks – Part 7: Generating the Output with Softmax
In the previous article , we were transforming the outputs to the fully connected layer. A fully connected layer is just another name for a basic neural network . This fully connected layer has two inputs , corresponding to the two values that come from the top layer of LSTM cells . It has four outputs , one for each token in the Spanish vocabulary . In between, we have connections between each input and output , each with their own weights and biases . Then, we run the output of the fully connected layer through a Softmax function to select the output word . Now, going back to the full Encoder–Decoder model : We can see that the output from the Softmax function is “Vamos,” which is the Spanish translation for “Let’s go.” We will continue further in the next article . Looking for an easier way to install tools, libraries, or entire repositories? Try Installerpedia : a community-driven, structured installation platform that lets you install almost anything with minimal hassle and clear,
Continue reading on Dev.to
Opens in a new tab

![[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Favit2emoxc0g68e5ltqj.jpg&w=1200&q=75)

