- 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
推薦閱讀
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 零基礎學Java(第4版)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Hands-On Functional Programming with TypeScript
- Android程序設計基礎
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- C#程序設計(項目教學版)
- HTML5權威指南
- Arduino可穿戴設備開發
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 深入解析Java編譯器:源碼剖析與實例詳解
- 創意UI Photoshop玩轉移動UI設計
- Python一行流:像專家一樣寫代碼
- Scrapy網絡爬蟲實戰
- Java 9 with JShell