AI

What is “gradient boosting” in machine learning?

What is “gradient boosting” in machine learning? a) An ensemble technique that builds models sequentially to minimize errors by focusing on the residuals b) A method to tune hyperparameters c) A technique to reduce the dimensionality of input data d) A method to cluster data points Answer: a) An ensemble technique that builds models sequentially […]

What is “gradient boosting” in machine learning? Read More »

What is the “curse of dimensionality” in machine learning?

What is the “curse of dimensionality” in machine learning? a) The phenomenon where the performance of algorithms deteriorates as the number of features increases b) The problem of having too few data points in a dataset c) The challenge of training neural networks with very large datasets d) The issue of overfitting in small datasets

What is the “curse of dimensionality” in machine learning? Read More »

What is “Random Forest” in machine learning?

What is “Random Forest” in machine learning? a) An ensemble learning technique that combines multiple decision trees b) A clustering method for high-dimensional data c) A dimensionality reduction algorithm d) A method to split the dataset into training and testing sets Answer: a) An ensemble learning technique that combines multiple decision trees Explanation: Random Forest

What is “Random Forest” in machine learning? Read More »

What is “word embedding” in natural language processing (NLP)?

What is “word embedding” in natural language processing (NLP)? a) A technique to represent words as continuous vectors in a high-dimensional space b) A method to cluster similar words together c) A way to convert text into binary format d) A method to translate text from one language to another Answer: a) A technique to

What is “word embedding” in natural language processing (NLP)? Read More »

What is the “kernel trick” in support vector machines (SVMs)?

What is the “kernel trick” in support vector machines (SVMs)? a) A method to transform data into higher dimensions for non-linear classification b) A technique for reducing the dimensionality of input data c) A regularization method for deep learning d) A way to preprocess data for clustering Answer: a) A method to transform data into

What is the “kernel trick” in support vector machines (SVMs)? Read More »

What is a “support vector machine” (SVM) used for in AI?

What is a “support vector machine” (SVM) used for in AI? a) Classification and regression tasks b) Data clustering c) Dimensionality reduction d) Image generation Answer: a) Classification and regression tasks Explanation: Support Vector Machines (SVMs) are supervised learning models used for classification and regression tasks. They work by finding the optimal hyperplane that best

What is a “support vector machine” (SVM) used for in AI? Read More »

What is the purpose of the “softmax” function in neural networks?

What is the purpose of the “softmax” function in neural networks? a) To convert raw model outputs into probabilities b) To update weights in the network c) To reduce the dimensionality of the input d) To cluster data points Answer: a) To convert raw model outputs into probabilities Explanation: The softmax function is commonly used

What is the purpose of the “softmax” function in neural networks? Read More »

What is the main challenge with training deep neural networks?

What is the main challenge with training deep neural networks? a) Vanishing and exploding gradients b) Lack of training data c) High-dimensional input data d) High accuracy on training data Answer: a) Vanishing and exploding gradients Explanation: The vanishing and exploding gradient problem is one of the major challenges in training deep neural networks. This

What is the main challenge with training deep neural networks? Read More »

What is a “recurrent neural network” (RNN) commonly used for?

What is a “recurrent neural network” (RNN) commonly used for? a) Sequence data such as time series or natural language b) Image classification c) Clustering data d) Reducing dimensionality of datasets Answer: a) Sequence data such as time series or natural language Explanation: Recurrent Neural Networks (RNNs) are a class of neural networks that are

What is a “recurrent neural network” (RNN) commonly used for? Read More »

What is “transfer learning” in machine learning?

What is “transfer learning” in machine learning? a) Reusing a pre-trained model on a new, similar task b) Training multiple models simultaneously c) Generating new features from existing data d) Transferring data between different machines Answer: a) Reusing a pre-trained model on a new, similar task Explanation: Transfer learning is a technique in machine learning

What is “transfer learning” in machine learning? Read More »

What is “Principal Component Analysis” (PCA) used for in machine learning?

What is “Principal Component Analysis” (PCA) used for in machine learning? a) To reduce the dimensionality of a dataset by identifying the most important features b) To cluster data points into different groups c) To optimize the performance of neural networks d) To increase the number of features in a dataset Answer: a) To reduce

What is “Principal Component Analysis” (PCA) used for in machine learning? Read More »

What is “clustering” in unsupervised learning?

What is “clustering” in unsupervised learning? a) Grouping similar data points together without labels b) Predicting the next data point in a sequence c) Classifying data based on predefined categories d) Reinforcing learning through feedback Answer: a) Grouping similar data points together without labels Explanation: Clustering is an unsupervised learning technique where the goal is

What is “clustering” in unsupervised learning? Read More »

What is a “convolutional neural network” (CNN) primarily used for?

What is a “convolutional neural network” (CNN) primarily used for? a) Image recognition and processing b) Time-series forecasting c) Text-based analysis d) Reinforcement learning tasks Answer: a) Image recognition and processing Explanation: Convolutional Neural Networks (CNNs) are specialized types of neural networks designed for image recognition and processing tasks. They are particularly effective at extracting

What is a “convolutional neural network” (CNN) primarily used for? Read More »

Scroll to Top