AI Project Cycle 5
AI Project Cycle 5
Solution
1. (b) Data scoping
Explanation: Data scoping
2. (c) Sustainable Cities and Communities
Explanation: Sustainable Cities and Communities
3. (d) F1 Score
Explanation: F1 Score
4. (d) Two
Explanation: Two
5. (b) Transducers
Explanation: Transducers
6. The elements in an Al-based project are interdependent, and hence, removing or changing any element in the system will
imbalance the whole system.
8. LOOPY is defined as an interactive tool that can be used to play with simulations in real time without using any coding.
9. Clustering is defined as the task of classifying the data points into a number of groups in such a manner that data points
in the same groups are more similar and dissimilar data points in other groups.
14. Unsupervised learning models are divided into two categories; Clustering and Dimensionality Reduction.
a. Clustering: Clustering refers to the unsupervised learning algorithm which can cluster the unknown data according
to the patterns or trends identified out of it. The patterns observed might be the ones that are known or unknown to
the programmer /developer. Sometimes, it might even come up with some unique patterns out of it.
A clustering problem is where we want to discover the characteristic groupings in t ie data, such as grouping
customers by their purchasing behaviour or grouping customers using a library site by their reading behaviours or
interest in different types of literature (novel/stories/science fiction/poetry, etc.).
b. Dimensionality Reduction: Humans can visualize up to three dimensions only, whereas a lot of theories and
algorithms say that there are various entities in real life that exist beyond 3-Dimensions. But in real life, there are
various entities that exist beyond the three dimensions. Dimensionality reduction is the process of transformation of
data from high dimensional space into low dimensional space. The purpose of this transformation is to retain some
meaningful properties of the original data that are close to the dimension. As we reduce the dimension of an entity,
the information contained by it starts getting distorted.
For example, in Natural language Processing, the words are considered to be N-Dimensional entities. It means that
we cannot visualize them as they exist beyond our visualization ability.
Consider this example: when we have a ball in our hand, it has 3-Dimensions right now. While clicking its picture,
the data transform to 2-D as an image is a 2-Dimensional entity. On reducing one dimension, at least 50% of the
information about the ball is lo it. Don't we know whether the ball was of the same colour at the back or not? Or was
it just a hemisphere? On reducing the dimensions further, more and more information will get lost.
Hence, we use Dimensionality Reduction to reduce the dimensions and still be able to make decisions out of the data.