Unstructured Data Classification

Computer Science and Engineering > Machine Learning

Unstructured Data Classification ➲ Unstructured Data Classification - Quiz


  • A Excel data
  • B Data from mySQL DB
  • C Image
  • A Binary
  • B Multi label
  • C Multi class
  • A Tokenization
  • B Lemmatization
  • C Stopword removal
  • A Your decision trees are too shallow
  • B You need to increase the learning rate
  • C You are overfitting
  • D All the options
  • A Multi Label Classification
  • B give me correct answer
  • C Multi Class Classification
  • D Binary Classification
  • A Random Forest
  • B SGDClassifier
  • C SVM
  • D StratifiedShuffleSplit
  • A document
  • B TF value
  • C word
  • D TF-IDF value
  • A To split into sentences
  • B To convert words into a proper base form
  • C To remove redundant words
  • D To convert a sentence into words
  • A Initialize -> Train -> Predict -> Evaluate
  • B Initialize -> Evaluate -> Train -> Predict
  • C Train -> Test -> Initialize -> Predict
  • D None of the options
  • A True
  • B False
  • A Data Analysis -> Pre-Processing -> Model Building -> Predict
  • B Pre-Processing -> Model Building -> Predict
  • C Pre-Processing -> Predict -> Train
  • D Data Analysis -> Pre-Processing -> Predict -> Train
  • A Unstructured data
  • B Structured data
  • A document
  • B TF-IDF value
  • C TF value
  • D word
  • A Unsupervised learning algorithm
  • B Weakly supervised learning algorithm
  • C Semi-supervised learning algorithm
  • D Supervised learning algorithm
  • A bottle
  • B jango
  • C sklearn
  • D pillow
  • A from nltk import sentence_tokenize, Word_tokens =sentence_tokenize(sentence)
  • B from nltk.tokenizer import word_tokenizer, Word_tokens =word_tokenizer(sentence)
  • C from nltk import tokenize_words, Word_tokens =tokenize_words(sentence)
  • D from nltk.tokenize import word_tokenize, Word_tokens =word_tokenize(sentence)
  • A Accuracy Score
  • B Confusion Matrix
  • C Classification Report
  • D Decision Tree