{"description":"Test your understanding of how image data is structured, processed, and converted into training-ready inputs for machine learning models.","questions":[{"answer":"To ensure data is efficiently and accurately processed","number":1,"options":["To increase image brightness","To avoid using neural networks","To ensure data is efficiently and accurately processed","To convert all data to black and white"],"question":"Why is data structuring important when preparing image data for machine learning?"},{"answer":"PNG","number":2,"options":["JPEG","PNG","GIF","BMP"],"question":"Which image file format uses lossless compression and retains all image details?"},{"answer":"To improve computational efficiency and stability in training","number":3,"options":["To randomly remove data","To process data using multiple optimizers","To improve computational efficiency and stability in training","To reduce the number of epochs"],"question":"What is the purpose of batch processing in training neural networks?"},{"answer":"JPEG","number":4,"options":["TIFF","BMP","JPEG","SVG"],"question":"Which format is most suitable for large-scale image datasets that require high storage efficiency?"},{"answer":"They load and process data on-the-fly to save memory","number":5,"options":["They convert text to images","They enhance dropout layers","They load and process data on-the-fly to save memory","They normalize pixel intensities"],"question":"Why are data generators useful in machine learning?"},{"answer":"Tensors are the required input format for neural networks","number":6,"options":["It speeds up the internet connection","Tensors cannot store labels","Tensors are not compatible with neural networks","Tensors are the required input format for neural networks"],"question":"What is the advantage of converting image and label data into tensor format?"},{"answer":"4","number":7,"options":["2","3","4","5"],"question":"What is the rank of a tensor used to store a batch of color images with width, height, and channels?"},{"answer":"Compression and downsampling","number":8,"options":["Increasing resolution","Data shuffling","Compression and downsampling","Adding more classes"],"question":"Which technique helps reduce memory usage when handling large image datasets?"},{"answer":"To represent target outputs for each image","number":9,"options":["To store feature maps","To store the learning rate","To represent target outputs for each image","To save pixel colors"],"question":"What is the primary use of a label tensor in supervised learning?"},{"answer":"To efficiently load and preprocess data during training","number":10,"options":["To increase overfitting","To slow down training","To efficiently load and preprocess data during training","To randomize the model architecture"],"question":"Which of the following is a reason to optimize a data pipeline?"}],"title":"Images to Training Input"}
