0% found this document useful (0 votes)
278 views5 pages

MCQ on Analyzing Unstructured Data

This document contains a multiple choice quiz on unstructured data and machine learning concepts. It asks questions about querying unstructured text, examples of unstructured data, medical records as unstructured data, qualitative market research techniques, analyzing shopper videos, popular metrics for analyzing unstructured data, frameworks for machine learning research, PyTorch as an open-source Python library, computational graphs in TensorFlow, layers in artificial neural networks, tensors, and applying 3D tensors. The answers are provided at the end.

Uploaded by

Simer Fibers
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
278 views5 pages

MCQ on Analyzing Unstructured Data

This document contains a multiple choice quiz on unstructured data and machine learning concepts. It asks questions about querying unstructured text, examples of unstructured data, medical records as unstructured data, qualitative market research techniques, analyzing shopper videos, popular metrics for analyzing unstructured data, frameworks for machine learning research, PyTorch as an open-source Python library, computational graphs in TensorFlow, layers in artificial neural networks, tensors, and applying 3D tensors. The answers are provided at the end.

Uploaded by

Simer Fibers
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • MCQ on Unstructured Data Text & Beyond
  • Answers

MCQ ON UNSTRUCTURED DATA TEXT & BEYOND

1. Which one of the following refers to querying the unstructured textual


data?
a) Information Access
b) Information Update
c) Information Retrieval
d) Information manipulation

2. Examples of Unstructured Data are:


a) Images, video, and audio media content
b) Survey responses
c) Webpages
d) All of the Above

3. Medical Record is an example of which kind of Data?


a) Unstructured
b) Structured
c) Semi-structured
d) None of the Above

4. What form of marketing research includes in-depth text analyses?


a) Quantitative
b) Qualitative
c) Exploratory
d) Casual
5. Qualitative Market Research includes:
a) Face to Face Interview
b) Focus groups
c) participatory and non-participatory observations
d) All of the Above

6. What is the purpose of the in-depth analysis of shopper videos?


a) To do the deep analyses of Consumer Attitude
b) For a better understanding of the Consumer Behavior
c) To analyze the purchasing behavior of instore
d) To make strategies of how to enhance the sales

7. Which of the following is a recently developed popular metric for


analyzing unstructured data?
a) Artificial Intelligence
b) Machine Learning
c) Deep Learning
d) None of the Above

8. Which social networking website manages Pytorch, which is utilized to


dominate research?
a) Instagram
b) Twitter
c) Snapchat
d) Facebook
9. Which Google-managed software frameworks are the most widely used
in research & practice?
a) PyTorch
b) Tensorflow
c) SPSS
d) Google Analytics

10. Which one is an open-source machine learning library for Python and
is completely based on Torch?
a) Flask
b) Pytorch
c) PyBrain
d) CherryPy

11. In TensorFlow, how do we make calculations?


a) We launch the computational graph in a session
b) We launch the session inside a computational graph
c) By creating multiple tensors
d) By creating data frames

12. In the architecture of an artificial neural network, the Intermediate


Layers are known as:
a) Input layer
b) Hidden layer
c) Output layer
d) Neural layer
13. The Input layer of an Artificial Neural Network distributes the data
into:
a) Training
b) Validation
c) Test groups
d) All of the Above

14. What is the name of a multi-dimensional array whose dimensions vary


depending on the complexity of the data it represents?
a) Tensor
b) Test groups
c) Text
d) Both (b) & (c)

15. A Third Dimensional Tensor is applied in:


a) Images
b) Videos
c) Text
d) Audio
ANSWERS
1C
2D
3A
4B
5D
6C
7C
8D
9B
10 B
11 A
12 B
13 D
14 A
15 C

Common questions

Powered by AI

Information retrieval refers to the process of obtaining relevant information from a large repository, typically involving unstructured textual data. It is crucial for querying vast amounts of data to find specific information or documents. This process applies to unstructured textual data as it involves techniques and algorithms optimized for searching, categorizing, and retrieving such data, which lacks a pre-defined schema. In the context of unstructured data, information retrieval helps in scanning through text-heavy content like emails, documents, social media feeds, etc., to pull out actionable insights or specific data points .

Medical records are considered unstructured data because they contain a wealth of information without a fixed schema or format, such as free-text notes, prescriptions, imaging data, and patient histories. This presents challenges for data analysis, as traditional analytic tools designed for structured data cannot be directly applied. Consequently, specialized tools and methodologies like natural language processing (NLP) and machine learning are required to analyze and interpret these records to extract meaningful information and improve decision-making processes .

The input layer in an artificial neural network serves as the initial stage of the model that receives raw data. It facilitates the processing of diverse data types by distributing this data into various configurations required for training, validation, and testing. This distribution ensures that the network is trained effectively on a representative dataset, improving its ability to generalize from data inputs and make accurate predictions on unseen data. The input layer's role is crucial in setting the foundation for subsequent layers to learn and process information .

PyTorch is considered crucial in research due to its dynamic computation graph, which offers greater flexibility than static graph frameworks. This makes it especially useful for research that involves prototypes and complex models requiring frequent adjustments. PyTorch's tensor library supports a wide array of mathematical operations, allowing for efficient processing of unstructured data like images and text. Additionally, its ability to handle automatic differentiation is beneficial for neural network training, thus simplifying deep learning model development and experimentation .

Querying unstructured textual data poses significant challenges because this type of data lacks a predefined structure or format, making it difficult to apply traditional query methods. Challenges include handling massive volumes of diverse data, understanding context and semantics, and extracting relevant information from noisy data. These challenges impact the retrieval process by increasing complexity and requiring advanced techniques like natural language processing (NLP), machine learning, and semantic analysis to interpret and retrieve useful data effectively .

Deep learning is significant for analyzing unstructured data due to its ability to automatically learn representations of data through multiple layers of abstraction. When applied to unstructured data, such as images, audio, and text, deep learning models can identify complex patterns and features without extensive human intervention. These models, which include Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs), are employed in applications like speech recognition, image classification, and natural language processing, effectively transforming raw data into actionable insights .

TensorFlow's computation approach involves launching a computational graph in a session, which allows for efficient handling of large and complex data structures like tensors. This method enables the separation of construction and execution phases, optimizing resource management and parallel computation. It enhances the framework's capability to handle diverse machine learning tasks, providing scalability and flexibility required for complex models in deep learning applications. These features are particularly advantageous for tasks involving high-dimensional data and extensive calculations .

In-depth analysis of shopper videos allows researchers to observe and understand consumer behavior in naturally occurring environments. By analyzing the sequences of actions, shopping paths, interactions with products, and time spent in-store, researchers can gain insights into decision-making processes and preferences. This type of analysis helps identify patterns and trends that inform marketing strategies, store layouts, and product placements, ultimately tailoring business practices to better meet consumer needs and enhance the shopping experience .

The hidden layer in an artificial neural network acts as a crucial intermediary processing stage where input data is transformed into output data through learned weights and biases. This layer allows the network to capture intermediate representations and complex features of the input data by learning non-linear transformations. When dealing with unstructured data, such as text or images, hidden layers help in extracting abstract features and patterns essential for tasks like classification, recognition, or segmentation, effectively transforming raw inputs into meaningful insights .

Qualitative research methods like face-to-face interviews and focus groups remain critical in market research because they provide deeper insights into consumer motivations, attitudes, and feelings, which are often not captured by quantitative methods. These techniques allow for the exploration of subjective experiences and the context surrounding consumer behaviors, enabling researchers to gather nuanced data that inform more effective marketing strategies and decision-making. In-depth qualitative analysis complements data-driven techniques by adding the 'why' to the 'what' observed in consumer data patterns .

You might also like