Exercise: Standard Libraries

Questions for: Standard Libraries

Which Python library is commonly used for building and training deep learning models?
A:
TensorFlow
B:
Scikit-learn
C:
Tkinter
D:
PyQt
Answer: A
TensorFlow is a popular library for building and training deep learning models. It provides a comprehensive set of tools for building and deploying machine learning models, with a focus on deep learning.
Which Python library is commonly used for machine learning tasks, including classification, regression, and clustering?
A:
TensorFlow
B:
Scikit-learn
C:
Tkinter
D:
PyQt
Answer: B
Scikit-learn is a popular machine learning library in Python. It provides simple and efficient tools for data mining and data analysis, including various machine learning algorithms.
Which Python library is widely used for numerical computing and working with arrays?
A:
Flask
B:
Django
C:
Pandas
D:
Numpy
Answer: D
Numpy is a powerful library for numerical computing in Python. It provides support for large, multi-dimensional arrays and matrices, along with mathematical functions to operate on these arrays.
Which Python library is commonly used for data manipulation and analysis, providing data structures for efficiently storing large datasets?
A:
Flask
B:
Django
C:
Pandas
D:
Numpy
Answer: C
Pandas is a library in Python for data manipulation and analysis. It provides data structures like DataFrame and Series, which are efficient for handling large datasets.
What is a micro web framework for Python that is widely used for building web applications?
A:
Flask
B:
Django
C:
Pandas
D:
Numpy
Answer: A
Flask is a micro web framework for Python used to develop web applications. It is lightweight and easy to use, making it a popular choice for small to medium-sized projects.
Ad Slot (Above Pagination)
Quiz