Python for Data Science and Machine Learning
Python for Data Science and Machine Learning - Important Points
1. | Which library in Python is commonly used for numerical computing and data analysis? |
---|
A. NumPy
B. Matplotlib
C. Scikit-learn
D. TensorFlow
View Answer Discuss Work SpaceAnswer: option a
Explanation:
NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
2. | Which library in Python is used for visualization of data? |
---|
A. Pandas
B. NumPy
C. Matplotlib
D. Scikit-learn
View Answer Discuss Work SpaceAnswer: option c
Explanation:
3. | Which library in Python is used for machine learning? |
---|
A. Pandas
B. NumPy
C. Scikit-learn
D. TensorFlow
View Answer Discuss Work SpaceAnswer: option c
Explanation:
4. | Which library in Python is used for deep learning? |
---|
A. Keras
B. PyTorch
C. TensorFlow
D. All of the above
View Answer Discuss Work SpaceAnswer: option d
Explanation:
5. | What is the purpose of Pandas library in Python? |
---|
A. Data visualization
B. Data analysis
C. Deep learning
D. Machine learning
View Answer Discuss Work SpaceAnswer: option b
Explanation: