- 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.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- Mastering Concurrency Programming with Java 8
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 一步一步學Spring Boot 2:微服務項目實戰
- Implementing Modern DevOps
- FreeSWITCH 1.8
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Learning Apex Programming
- Android 9 Development Cookbook(Third Edition)
- 實戰Java高并發程序設計(第3版)
- H5頁面設計:Mugeda版(微課版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Practical GIS
- Visual C++程序設計與項目實踐
- 百萬在線:大型游戲服務端開發