Question

Q1)You are training a U-Net model. In addition to the feature image files, what do you...

Q1)You are training a U-Net model. In addition to the feature image files, what do you need to provide as an input in the training dataset?

A) A string label indicating the class of the image.

B) A text file for each image, indicating the objects it contains and their bounding boxes.

C) An image file for each class in each image, containing a mask that indicates the pixels belonging to the class.

D) Nothing. You only need the feature images.

Q2)

loss_history_2.jpg

Q2) You train a convolutional neural network, tracking the training and validation loss as shown above? What does this loss history indicate?A

A) The input images are the wrong size for the model.

C) The model is not overfitting.

B) The model is overfitting.

D) The batch size is too large.

Note: i need explanation

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer1) A).A string label indicating the class of the image

It takes images and classes as input.

Answer2) The model is overfitting.

Training loss is the error on the training dataset. Validation loss is the error after running the validation dataset on the trained network.

Validation and training error as the number of epoch increase. But sfter a certain point training error continues to drop but validation error starts increase.

Add a comment
Know the answer?
Add Answer to:
Q1)You are training a U-Net model. In addition to the feature image files, what do you...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • could you please help me with this problem, also I need a little text so I...

    could you please help me with this problem, also I need a little text so I can understand how you solved the problem? import java.io.File; import java.util.Scanner; /** * This program lists the files in a directory specified by * the user. The user is asked to type in a directory name. * If the name entered by the user is not a directory, a * message is printed and the program ends. */ public class DirectoryList { public static...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT