- Machine Learning With Go
- Daniel Whitenack
- 59字
- 2021-07-08 10:37:30
References
CSV data:
- encoding/csv docs: https://golang.org/pkg/encoding/csv/
- github.com/kniren/gota/dataframe docs: https://godoc.org/github.com/kniren/gota/dataframe
JSON data:
- encoding/json docs: https://golang.org/pkg/encoding/json/
- Bill Kennedy's blog post of JSON decoding: https://www.goinggo.net/2014/01/decode-json-documents-in-go.html
- Ben Johnson's blog post Go Walkthrough: encoding/json package: https://medium.com/go-walkthrough/go-walkthrough-encoding-json-package-9681d1d37a8f
Caching:
- github.com/patrickmn/go-cache docs: https://godoc.org/github.com/patrickmn/go-cache
- github.com/boltdb/bolt docs: https://godoc.org/github.com/boltdb/bolt
- Information about and motivation for BoltDB: https://npf.io/2014/07/intro-to-boltdb-painless-performant-persistence/
Pachyderm:
- General documentation: http://docs.pachyderm.io
- Go client docs: https://godoc.org/github.com/pachyderm/pachyderm/src/client
- Public users Slack team registration: http://docs.pachyderm.io
推薦閱讀
- JavaScript前端開發模塊化教程
- 體驗設計原理:行為、情感和細節
- 數據結構習題精解(C語言實現+微課視頻)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 重學Java設計模式
- KnockoutJS Starter
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Programming with CodeIgniterMVC
- ASP.NET求職寶典
- Photoshop智能手機APP界面設計
- Applied Deep Learning with Python
- Mastering Machine Learning with R
- PHP從入門到精通(第7版)
- Go Programming Cookbook(Second Edition)