8.About the data science packages of Python, which of the followings statements is NOT correct?
(A) TensorFlow is particularly useful for the following applications: Speech and image
recognition, and is backed by Google.
(B) BeautifulSoup is another popular Python library most commonly known for web crawling and
data scraping.
(C) NumPy is extensively used for scientific and technical computations, because it extends
SciPy and provides many user-friendly and efficient routines for scientific calculations.
(D) Pandas is heavily used for data analysis and cleaning. Pandas provides fast, flexible data
structures, such as data frame CDs which are designed to work with structured data very
easily and intuitively.
詳解 (共 2 筆)
未解鎖
應修改成:SciPy is extens...
未解鎖
(A) TensorFlow:正確。Te...