GenAI Quiz
Q1. What is the full form of GAN?
- Generative Artificial Nodes
- General Artificial Network
- Generative Adverse Network
- General Adverse Network
Q2 What is the advantage of GAN in credit card fraud detection?
- They offer worse performance and robustness than other sampling models.
- They can not understand the hidden data structure
- They can not handle imbalanced class problems
- They can outperform their sampling models and resampling methods.
- They can not generate synthetic data for credit card transactions.
Q3. Which of the following is not an application VAEs in finance?
- Risk Analysis
- Portfolio Improvement
- Anomaly Detection
- Creating new investment portfolios
- None of this.
Q4. The process of breaking text into words and punctuation marks is known as ... ?
- Tokenization
- Dividing
- Splitting
- Stemming
Q5. Which of the following class is used to convert a list of tokens into NLTK text?
- nltk.Text
- nltk.Word
- nltk.text
- nltk.raw
Q6. What is the number of sentences after breaking 'Python is cool!!!' into sentences using sent_tokenize?
- 4
- 1
- 2
- 3