All Complete
All Complete
• To select the words starting with a capital letter we use the following
code -------- Answer: Tokenization - Tokenize()
• Corpus: a model might look at the input data and try to predict labels
like "sick" or "healthy."
7. To extract the meaning from the group of sentences, semantic analysis is used.
(true)
9. Text mining is responsible for analyzing text documents and classifying them
based on predefined topics.
10. Tokenization is the process of turning a meaningful piece of data into smaller
units.
1.
2022
............... is the process of breaking text up into smaller chunks as per our requirements.
Answer: Tokenization
3. --- and --- are the two main problems that can be solved with Supervised Machine
Learning.
Answer: Classification and Regression
5. NLTK has different stemmers which implement different methodologies such as ........, ........
Answer: Porter Stemmer, Lancaster Stemmer, Snowball Stemmer
6. The rational agent at any given time depends on four things ........, ........, ........, ........
Answer:
o The agent’s performance measure.
o The agent’s internal state.
o The agent’s actions.
o The agent’s percepts.
8. .... the Process of reducing the size of the tree by removing the nodes which play a minimal
role.
Answer: Pruning
10. ..... acts to maximize the expected value of the performance measure.
Answer: Rational agent
2023
1. An action is something that the agent can choose to do.
2. The Successor Function describes the agent's options: given a state, it returns a set
of actions.
7. Informed search may have access to a heuristic function that estimates the cost of a
solution from a node.
8. The Random Forest algorithm can be used in both classification and regression.
2. ......... happens when two related words should be reduced to the same stem but aren't.
Answer: Stemming
3. ...... happens when a data model is unable to capture the relationship between the input
and output variables accurately, generating a high error rate on both the training set and
unseen data.
Answer: Underfitting
6. A .......... is an agent whose action depends only on the current percept (input).
Answer: Simple reflex agent
10. A ........... agent is an agent that selects actions that it believes will achieve explicitly
represented goals.
Answer: Goal-based