Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose that you want to upload data to the cloud for some mysterious purpose. You want to limit your network usage; so you want to
Suppose that you want to upload data to the cloud for some mysterious purpose. You want to limit your network usage; so you want to optimise every bit of data that you are going to upload. The data is a collection of mdimensional data points. Take an example: for m you have data X
You can clearly see that the second feature of each data point is just twice the first feature. So instead of uploading both the features for each data points, you can just upload the first feature or second feature and the second feature or first feature can be computed at the cloud end. Of course, such a compression mechanism is lossy; but, it would save the network traffic by The problem becomes difficult when data points are higher in dimension m or number of data points is large. As there is no way of having a complete featurelevel relationship. Any assumptions related to this would be unrealistic. Therefore, you want to use neural network for the purpose of data compression.
For your answers, use the following notations:
mdimensional data point, x x x xm and x in X
ndimensional compressed data point z z z zn
Loss function L
Define additional notations before using them.
Answer the following questions:
a Write the complete procedural steps for uploading and downloading data.
b Draw the architecture of your neural net.
c Write all the equations that are needed to design the system.
d Write the loss function that the neural network should optimize.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started