Recall & Review
beginner
What is the role of NumPy in the Python ML ecosystem?
NumPy provides fast and efficient support for large arrays and matrices, along with mathematical functions to operate on them. It is the foundation for many ML libraries.
Click to reveal answer
beginner
Name a popular Python library used for data manipulation and analysis.
Pandas is widely used for handling and analyzing structured data with easy-to-use data frames.
Click to reveal answer
beginner
What is scikit-learn used for in Python ML?
Scikit-learn offers simple and efficient tools for data mining and machine learning, including classification, regression, clustering, and dimensionality reduction.
Click to reveal answer
intermediate
Which Python libraries are commonly used for deep learning?
TensorFlow and PyTorch are the most popular libraries for building and training deep neural networks.
Click to reveal answer
beginner
Why is Matplotlib important in the Python ML ecosystem?
Matplotlib is used for creating visualizations like charts and graphs, helping to understand data and model results clearly.
Click to reveal answer
Which library is primarily used for numerical computing with arrays in Python ML?
What is the main purpose of scikit-learn?
Which library would you use to create plots and charts in Python ML?
Which two libraries are most popular for deep learning in Python?
Pandas is mainly used for:
List and briefly describe the main Python libraries used in the machine learning ecosystem.
Explain why visualization is important in machine learning and which Python library is commonly used for it.