
Online Technical Test
Quiz by Asheesh Sharma
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
81 questions
Show answers
- Q1What is the primary purpose of TensorFlow?To manage databasesTo facilitate machine learning and deep learning developmentTo create mobile applicationsTo develop web applications30s
- Q2Which of the following components is used for building neural networks in TensorFlow?MatplotlibNumPyPandasKeras30s
- Q3What is a tensor in TensorFlow?A multi-dimensional arrayA type of neural networkA machine learning algorithmA function for data analysis30s
- Q4What function is commonly used to optimize the learning process in TensorFlow models?Feature ScalingGradient DescentCross-ValidationData Augmentation30s
- Q5Which method is used to convert a TensorFlow model to a TensorFlow Lite model for mobile devices?tf.save_modeltflite_converttf.exporttf.keras.models.save_model30s
- Q6What does the TensorFlow function 'tf.data' primarily assist with?Data input pipeline creationModel deploymentModel serializationHyperparameter tuning30s
- Q7What is the purpose of TensorFlow's 'tf.serve'?To visualize model architectureTo preprocess data before trainingTo serve machine learning models in productionTo train models offline30s
- Q8What type of learning does TensorFlow primarily support through its various functionalities?Reinforcement learning onlyOnly unsupervised learningOnly supervised learningSupervised and unsupervised learning30s
- Q9What is the role of the 'tf.function' decorator in TensorFlow?To initialize variablesTo load datasetsTo create a TensorFlow graph from a Python functionTo save models30s
- Q10Which function is used to load a saved model back into a TensorFlow program?tf.loadtf.model.loadtf.keras.model.restoretf.keras.models.load_model30s
- Q11What is the primary purpose of TensorFlow?To design graphics and animationsTo create mobile applicationsTo manage databasesTo facilitate machine learning and deep learning30s
- Q12Which of the following is a core component of TensorFlow for building neural networks?MatricesGraphsArraysTensors30s
- Q13What does the TensorFlow function 'tf.keras.models.Sequential' create?A complex branching architectureA custom loss functionA linear stack of layersA data preprocessing pipeline30s
- Q14Which command is used to compile a Keras model in TensorFlow?model.train()model.fit()model.evaluate()model.compile()30s
- Q15What is the purpose of the TensorFlow 'tf.data' API?To build efficient input pipelinesTo manage TensorFlow sessionsTo optimize hyperparametersTo visualize model performance30s