Open In App

Crossword Puzzle Of The Week #25 (for Machine Learning)

Last Updated : 23 Jun, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

In this issue of Crossword Puzzle of the Week, we will dive into the topic of Machine Learning. The solution to the crossword puzzle is provided at the end.
file.png

HINTS:

DOWN

1. _____ cleaning is a crucial step in the machine learning (ML) pipeline, as it involves identifying and removing any missing, duplicate, or irrelevant _____.
2. _____ Learning is the science of decision making. It is about learning the optimal behavior in an environment to obtain maximum reward.
3. _____ is a very popular python library for large multi-dimensional array and matrix processing.
4. _____ regression is a type of supervised machine learning algorithm that computes the linear relationship between a dependent variable and one or more independent features.
5. If a feature represents a characteristic measured in numbers , it is called a _____ feature.
6. A _____ or a parse tree is a tree representation of different syntactic categories of a sentence. It helps us to understand the syntactical structure of a sentence.

ACROSS

7. _____ data includes a label or target variable that the model is trying to predict, whereas unlabeled data does not include a label or target variable.
8. _____ regression is a method of fitting a regression model by iteratively adding or removing variables.
9. _____ is a popular Python library for data analysis. It is not directly related to Machine Learning. As we know that the dataset must be prepared before training.
10. Artificial _____ Network learning is robust to errors in the training data and has been successfully applied for learning real-valued, discrete-valued, and vector-valued functions containing problems such as interpreting visual scenes, speech recognition, and learning robot control strategies.
5._____ is a field of Artificial Intelligence (AI) that deals with the interaction between computers and human languages.
6. _____ learning is when the model is getting trained on a labelled dataset.

Solution for Crossword Puzzle #25:

file.png

Answers:

DOWN

1. DATA

2. REINFORCEMENT

3. NUMPY

4. LINEAR

5. NUMERIC

6. SYNTAX TREE

ACROSS

7. LABELED

8. STEPWISE

9. PANDAS

10. NEURAL

5. NLP

6. SUPERVISED


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads