- Neural Network Programming with TensorFlow
- Manpreet Singh Ghotra Rajdeep Dua
- 80字
- 2021-07-02 15:17:06
Scalars, vectors, and matrices
Scalars, vectors, and matrices are the fundamental objects of mathematics. Basic definitions are listed as follows:
- Scalar is represented by a single number or numerical value called magnitude.
- Vector is an array of numbers assembled in order. A unique index identifies each number. Vector represents a point in space, with each element giving the coordinate along a different axis.
- Matrices is a two-dimensional array of numbers where each number is identified using two indices (i, j).
推薦閱讀
- Python數據挖掘:入門、進階與實用案例分析
- SQL Server入門經典
- 計算機信息技術基礎實驗與習題
- Enterprise Integration with WSO2 ESB
- 數據驅動:從方法到實踐
- 數亦有道:Python數據科學指南
- Scratch 3.0 藝術進階
- MATLAB Graphics and Data Visualization Cookbook
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 數據庫原理與應用
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 中文版Access 2007實例與操作
- 計算機視覺
- MySQL數據庫實用教程
- 深入理解Flink:實時大數據處理實踐