Thursday, March 20, 2025

GenAI Quiz

 GenAI Quiz


Q1. What is the full form of GAN?

  1. Generative Artificial Nodes
  2. General Artificial Network
  3. Generative Adverse Network
  4. General Adverse Network

Q2  What is the advantage of GAN in credit card fraud detection?

  1. They offer worse performance and robustness than other sampling models.
  2. They can not  understand the hidden data structure 
  3. They can not handle imbalanced class problems
  4. They can outperform their sampling models and resampling methods.
  5. They can not generate synthetic data for credit card transactions.
Q3. Which of the following is not an application VAEs in finance?
  1. Risk Analysis
  2. Portfolio Improvement
  3. Anomaly Detection
  4. Creating new investment portfolios
  5. None of this.

Q4.  The process of breaking text into words and punctuation marks is known as ... ?

  1. Tokenization
  2. Dividing
  3. Splitting
  4. Stemming
Q5. Which of the following class is used to convert a list of tokens into NLTK text?
  1. nltk.Text
  2. nltk.Word
  3. nltk.text
  4. nltk.raw
Q6. What is the number of sentences after breaking 'Python is cool!!!' into sentences using sent_tokenize?
  1. 4
  2. 1
  3. 2
  4. 3