- Machine Learning with Go Quick Start Guide
- Michael Bironneau Toby Coleman
- 249字
- 2021-06-24 13:34:01
Setting Up the Development Environment
Just like traditional software development, ML application development requires the mastery of specialist boilerplate code and a development environment that allows the developer to proceed at a pace that has the lowest amount of friction and distraction. Software developers typically waste a lot of time with basic setup and data wrangling tasks. Being a productive and professional ML developer requires the ability to quickly prototype solutions; this means expending as little effort as possible on trivial tasks.
In the previous chapter, we outlined the main ML problems and a development process that you can follow to obtain a commercial solution. We also explained the advantages offered by Go as a programming language when creating ML applications.
In this chapter, we will guide you through the steps that are required to set up a development environment for Go that is optimized for ML applications. Specifically, we will cover the following topics:
- How to install Go
- Running Go interactively using Jupyter and gophernotes
- Data wrangling with Gota
- Data visualization with gonum/plot and gophernotes
- Data preprocessing (formatting, cleaning, and sampling)
- Data transformation (normalization and encoding of categorical variables)
Once you have completed this chapter, you will be able to quickly explore, visualize, and process any dataset for subsequent use by an ML algorithm.
- 新媒體跨界交互設(shè)計(jì)
- 圖解西門子S7-200系列PLC入門
- Python GUI Programming:A Complete Reference Guide
- 電腦維護(hù)與故障排除傻瓜書(Windows 10適用)
- Effective STL中文版:50條有效使用STL的經(jīng)驗(yàn)(雙色)
- AMD FPGA設(shè)計(jì)優(yōu)化寶典:面向Vivado/SystemVerilog
- 筆記本電腦維修不是事兒(第2版)
- 微服務(wù)分布式架構(gòu)基礎(chǔ)與實(shí)戰(zhàn):基于Spring Boot + Spring Cloud
- 固態(tài)存儲:原理、架構(gòu)與數(shù)據(jù)安全
- Spring Cloud實(shí)戰(zhàn)
- Angular 6 by Example
- 單片機(jī)原理及應(yīng)用
- 可編程邏輯器件項(xiàng)目開發(fā)設(shè)計(jì)
- 微控制器的應(yīng)用
- The Deep Learning with PyTorch Workshop