[SOLVED] Neural Network Design ECE684

40.00 $

Category: Tags: , , , ,
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon 8-NN_Design-7flllt.zip (673.6 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
šŸ”’ Securely Powered by:
Secure Checkout
5/5 - (2 votes)

We want to design a neural network that segments an English word into prefixes, root, and suffixes using a BIO labelling scheme.

For example, the word ā€œunprepossessingā€ has the labelling: (ā€œuā€, B-pre), (ā€œnā€, I-pre), (ā€œpā€, B-pre), (ā€œrā€, I-pre), (ā€œeā€, I-pre), (ā€œpā€, B-root), (ā€œoā€, I- root), (ā€œsā€, I-root), (ā€œsā€, I-root), (ā€œeā€, I-root), (ā€œsā€, I-root), (ā€œsā€, I-root), (ā€œiā€, B-suf), (ā€œnā€, I-suf), (ā€œgā€, I-suf). Note that due to the nature of the application, O will not be used.

Fully specify a neural network to solve this problem. Describe:

• how the inputs and outputs are encoded

• the structure of the network

• the loss function used

Describe the network in enough detail that one could implement it using PyTorch. You may describe it in terms of common abstractions (e.g. ā€œuse a standard LSTM cell of such-and-such sizeā€) if that’s useful.

You do not need to define batch sizes, learning rates, and other optimization parameters.

You may assume that the input contains only lowercase Latin letters.

Please work independently. You should turn in a document (.txt, .md, or .pdf) answering the above.

Page 1 of 1

 

  • 8-NN_Design-7flllt.zip