- Machine Learning with Go Quick Start Guide
- Michael Bironneau Toby Coleman
- 236字
- 2021-06-24 13:33:59
Transfer knowledge and models created in other languages
Data scientists will often explore different methods to tackle an ML problem in a different language, such as Python, and produce a model that can solve the problem outside any application. The plumbing, such as getting data in and out of the model, serving this to a customer, persisting outputs or inputs, logging errors, or monitoring latencies, is not part of this deliverable and is outside the normal scope of work for a data scientist. As a result, taking the model from concept to a Go production application requires a polyglot approach such as a microservice.
However, there are Go bindings for deep learning frameworks such as TensorFlow and Caffe. Moreover, for more basic algorithms such as decision trees, the same algorithms have also been implemented in Go libraries and will produce the same results if they are configured in the same way. Together, these considerations imply that it is possible to fully integrate data science products into a Go application without sacrificing accuracy, speed, or forcing a data scientist to work with tools they are uncomfortable with.
- Aftershot Pro:Non-destructive photo editing and management
- BeagleBone By Example
- 施耐德SoMachine控制器應(yīng)用及編程指南
- 精選單片機(jī)設(shè)計(jì)與制作30例(第2版)
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)(第2版)
- Spring Cloud微服務(wù)和分布式系統(tǒng)實(shí)踐
- 電腦組裝與維護(hù)即時(shí)通
- 單片微機(jī)原理及應(yīng)用
- FPGA實(shí)戰(zhàn)訓(xùn)練精粹
- 創(chuàng)客電子:Arduino和Raspberry Pi智能制作項(xiàng)目精選
- The Reinforcement Learning Workshop
- 多媒體應(yīng)用技術(shù)(第2版)
- PIC系列單片機(jī)的流碼編程
- 快·易·通:2天學(xué)會(huì)電腦組裝·系統(tǒng)安裝·日常維護(hù)與故障排除
- 嵌入式系統(tǒng)原理:基于Arm Cortex-M微控制器體系