QuestionManager.ipynb

In [1]:
from xv.biology.managers import QuestionManager
In [10]:
book_file_path  = 'biology/biology.txt'
In [11]:
ke = QuestionManager(book_file_path  = book_file_path,
                verbose = False,
               )
ke
Out[11]:
2191109267712@QuestionManager

Questions in biology

Minimum Grade: 8
Maximum Grade: 12


Examples
--------
ke = QuestionManager()
ke

ke.printProblemTypes()
ke.helpProblemType(0)

ke.getRandomProblem()
ke.getRandomProblem(problem_type = 0)


ke.printProblem()
ke.printAnswer()
ke.printSolution()


doc_style: xv_doc

In [12]:
ke.printProblemTypes()
0. _problem_multiple_choice_questions
1. _problem_mcq_defnitions
In [13]:
ke.getRandomProblem(problem_type = -1)
Initialized is_called_data = 132
Out[13]:
Fill in the blanks
All RBCs will have the same foundational protein on their cell surface. This base molecule is called the __________.

(a) elfin forest
(b) nucleolus
(c) H antigen
(d) sorus (plural: sori; pronounced SOAR eye)
In [14]:
ke.printAnswer()
Out[14]:
(c) H antigen
In [15]:
ke.printSolution()
Out[15]:
(c) H antigen

All RBCs will have the same foundational protein on their cell surface. This base molecule is called the H antigen.
In [ ]:
 
In [ ]:
 

Machine Learning

  1. Deal Banking Marketing Campaign Dataset With Machine Learning

TensorFlow

  1. Difference Between Scalar, Vector, Matrix and Tensor
  2. TensorFlow Deep Learning Model With IRIS Dataset
  3. Sequence to Sequence Learning With Neural Networks To Perform Number Addition
  4. Image Classification Model MobileNet V2 from TensorFlow Hub
  5. Step by Step Intent Recognition With BERT
  6. Sentiment Analysis for Hotel Reviews With NLTK and Keras
  7. Simple Sequence Prediction With LSTM
  8. Image Classification With ResNet50 Model
  9. Predict Amazon Inc Stock Price with Machine Learning
  10. Predict Diabetes With Machine Learning Algorithms
  11. TensorFlow Build Custom Convolutional Neural Network With MNIST Dataset
  12. Deal Banking Marketing Campaign Dataset With Machine Learning

PySpark

  1. How to Parallelize and Distribute Collection in PySpark
  2. Role of StringIndexer and Pipelines in PySpark ML Feature - Part 1
  3. Role of OneHotEncoder and Pipelines in PySpark ML Feature - Part 2
  4. Feature Transformer VectorAssembler in PySpark ML Feature - Part 3
  5. Logistic Regression in PySpark (ML Feature) with Breast Cancer Data Set

PyTorch

  1. Build the Neural Network with PyTorch
  2. Image Classification with PyTorch
  3. Twitter Sentiment Classification In PyTorch
  4. Training an Image Classifier in Pytorch

Natural Language Processing

  1. Spelling Correction Of The Text Data In Natural Language Processing
  2. Handling Text For Machine Learning
  3. Extracting Text From PDF File in Python Using PyPDF2
  4. How to Collect Data Using Twitter API V2 For Natural Language Processing
  5. Converting Text to Features in Natural Language Processing
  6. Extract A Noun Phrase For A Sentence In Natural Language Processing