Machine Learning Q&A

Machine Learning MCQ

What is the purpose of the Jaccard similarity in machine learning?
To perform classification
To measure the similarity between sets
To reduce dimensionality
To generate synthetic data
What is the main purpose of LangChain?
To create visual interfaces
To simplify the development of LLM-powered applications
To manage database operations
To optimize hardware performance
What is feature engineering?
The process of selecting and transforming variables for a model
A technique for clustering data
A method for generating new data
A tool for data visualization
What is the role of LLMs in machine learning?
Processing natural language
Classifying images
Detecting anomalies
Predicting time series
What type of machine learning algorithm is best suited for finding natural groupings in data?
Regression
Classification
Clustering
Reinforcement learning
What does cross-validation do?
It tests the model on different subsets of the data
It reduces the size of the dataset
It clusters similar items together
It visualizes data points
What is ConversationBufferMemory in LangChain used for?
To increase RAM in computers
To store and manage conversation history
To buffer network connections
To memorize entire conversations permanently
What is a neural network composed of?
Layers of interconnected nodes
Clusters of similar data points
Groups of decision trees
Collections of labeled data
What is the main purpose of the perceptron in machine learning?
To visualize data
To perform complex calculations
As a basic building block for neural networks
To clean datasets
What is the primary difference between LLMs and traditional machine learning models?
LLMs are always more accurate
LLMs can generate human-like text and understand context
LLMs only work with numerical data
LLMs are smaller in size
What is the purpose of the silhouette score in clustering?
To determine the number of clusters
To evaluate clustering quality
To speed up clustering
To perform feature selection
What is the purpose of the Kullback-Leibler divergence in machine learning?
To perform classification
To measure the difference between probability distributions
To reduce dimensionality
To generate synthetic data
Which of the following statements about machine learning is not true?
It can handle both structured and unstructured data
It always requires a large amount of data
It can be used for classification tasks
It can adapt based on new data
What is the purpose of the t-test in machine learning?
To perform clustering
To compare means of two groups
To reduce dimensionality
To generate synthetic data
Which of the following are machine learning methods?
Only supervised learning
Only unsupervised learning
Supervised, unsupervised, and reinforcement learning
Only deep learning
What is the main purpose of the Summary chain in LangChain?
To summarize the LangChain documentation
To generate concise summaries of long texts
To sum up numerical data
To create chapter summaries in books
What is the difference between a parametric and non-parametric model?
Parametric models are always more accurate
Non-parametric models make assumptions about data distribution
Parametric models make strong assumptions about data distribution
There is no difference
What is the purpose of cross-validation in machine learning?
To increase the training data size
To evaluate model performance and generalization
To reduce the number of features
To speed up model training
What is a potential issue with high-dimensional data?
It can lead to overfitting
It always improves model accuracy
It reduces data noise
It simplifies the model
What is the primary difference between generative AI and traditional machine learning?
Generative AI can only work with images
Traditional ML is always more accurate
Generative AI can create new content, while traditional ML typically makes predictions or classifications
There is no difference between them
Score: 0/20

Leave a Reply

Your email address will not be published. Required fields are marked *