- Machine Learning With Go
- Daniel Whitenack
- 93字
- 2021-07-08 10:37:31
Matrices and vectors
If you spend much time learning and applying machine learning, you will see a bunch of references to matrices and vectors. In fact, many machine learning algorithms boil down to a series of iterative operations on matrices. What are matrices and vectors, and how do we represent them in our Go programs?
For the most part, we will utilize packages from github.com/gonum to form and work with matrices and vectors. This is a great series of Go packages focused on numerical computing, and they just keep getting better and better.
推薦閱讀
- JavaScript高效圖形編程
- MATLAB定量決策五大類問題
- Mastering Python Networking
- Jenkins Continuous Integration Cookbook(Second Edition)
- C++語言程序設計
- 實戰Java高并發程序設計(第2版)
- C指針原理揭秘:基于底層實現機制
- 并行編程方法與優化實踐
- Python Deep Learning
- Python全棧開發:基礎入門
- Java從入門到精通(視頻實戰版)
- Python Automation Cookbook
- Android智能手機APP界面設計實戰教程
- Python Linux系統管理與自動化運維
- Clojure for Finance