- Machine Learning With Go
- Daniel Whitenack
- 142字
- 2021-07-08 10:37:24
What you need for this book
To run the examples in this book and experiment with the techniques covered in the book, you will generally need the following:
- Access to a bash-like shell.
- A complete Go environment including Go, an editor, and related default or custom environment variables defined. You can, for example, follow this guide at https://www.goinggo.net/2016/05/installing-go-and-your-workspace.html.
- Various Go dependencies. These can be obtained as they are needed via go get ....
Then, to run the examples related to some of the advanced topics, such as data pipelining and deep learning, you will need a few additional things:
- An installation or deployment of Pachyderm. You can follow these docs to get Pachyderm up and running locally or in the cloud, http://pachyderm.readthedocs.io/en/latest/.
- A working Docker installation (https://www.docker.com/community-edition#/download).
- An installation of TensorFlow. To install TensorFlow locally, you can follow this guide at https://www.tensorflow.org/install/.
推薦閱讀
- JavaScript 從入門到項目實踐(超值版)
- Debian 7:System Administration Best Practices
- 精通搜索分析
- C語言最佳實踐
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實現(xiàn)+微課視頻)
- 軟件架構(gòu):Python語言實現(xiàn)
- 深入理解Elasticsearch(原書第3版)
- Julia高性能科學(xué)計算(第2版)
- Mastering React
- UNIX Linux程序設(shè)計教程
- Couchbase Essentials
- Apache Camel Developer's Cookbook
- Serverless Web Applications with React and Firebase
- Clojure High Performance Programming(Second Edition)
- 軟件測試技術(shù)