Question: Question - 2 : Take the detect _ names _ lstm . ipynb example. Change network architecture as follows: Use an LSTM layer with hidden

Question-2:
Take the detect_names_lstm.ipynb example. Change network architecture as follows:
Use an LSTM layer with hidden dimension =64
Use tanh nonlinearity
Use linear transformation that transforms features to 32 dimensions.
Use another LSTM layer with hidden dimension =64
Use another linear transformation (you decide what the output dimension should be)
Use softmax
Train your network. Plot the loss function using tensorboard.
Solve this question in python. Also use pytorch not keras
 Question-2: Take the detect_names_lstm.ipynb example. Change network architecture as follows: Use

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!