- Hands-On Artificial Intelligence for Beginners
- Patrick D. Smith
- 60字
- 2021-06-10 19:33:43
Vectors
Vectors are one-dimensional arrays of integers. Geometrically, they store the direction and magnitude of change from a point. We'll see how this works in machine learning algorithms when we discuss principal component analysis (PCA) in the next few pages. Vectors in Python are created as numpy array objects:
my_vector = np.array([5,6])
Vectors can be written in several ways:

推薦閱讀
- 32位嵌入式系統與SoC設計導論
- Hands-On Internet of Things with MQTT
- 火格局的時空變異及其在電網防火中的應用
- 數控銑削(加工中心)編程與加工
- 統計學習理論與方法:R語言版
- JavaScript典型應用與最佳實踐
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 云計算和大數據的應用
- 一步步寫嵌入式操作系統
- Building Google Cloud Platform Solutions
- 大數據:引爆新的價值點
- Hands-On Geospatial Analysis with R and QGIS
- 探索中國物聯網之路
- 傳感器與檢測技術
- Kubernetes Design Patterns and Extensions