Basics of NumPy Arrays
2022/07/17
-----
https://mandhistory.blogspot.com/2022/07/numpy.html
-----
一、ndarray
Numpy 的重點是 ndarray(N-dimensional array),其關鍵屬性有維度(ndim)、形狀(shape)和資料型別(dtype)[1]。
-----
References
# 基礎入門
[1] 從零開始學資料科學:Numpy 基礎入門
https://blog.techbridge.cc/2017/07/28/data-science-101-numpy-tutorial/
# GeeksforGeeks
[2] Basics of NumPy Arrays - GeeksforGeeks
https://www.geeksforgeeks.org/basics-of-numpy-arrays/
# Handbook
[3] The Basics of NumPy Arrays | Python Data Science Handbook
https://jakevdp.github.io/PythonDataScienceHandbook/02.02-the-basics-of-numpy-arrays.html
[4] NumPy Illustrated: The Visual Guide to NumPy | by Lev Maximov | Better Programming
https://betterprogramming.pub/numpy-illustrated-the-visual-guide-to-numpy-3b1d4976de1d
# 由 CR Harris 著作 · 2020 · 被引用 6087 次
[5] Array programming with NumPy | Nature
https://www.nature.com/articles/s41586-020-2649-2
-----
NumPy(目錄)
https://mandhistory.blogspot.com/2022/07/numpy.html
-----
Python Machine Learning(目錄)
https://mandhistory.blogspot.com/2022/05/python.html
-----
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。