- Hands-On Machine Learning with JavaScript
- Burak Kanber
- 167字
- 2021-06-25 21:38:19
Preparing the development environment
The examples in this book will use both the web browser environment and the Node.js environment. While Node.js Version 8 and higher has support for ES6+, not all browser vendors have complete support yet for ES6+ features, and we will therefore be using Babel to transpile all of our code regardless.
This book will try its best to use the same project structure for all examples, whether they're executed on the command line in Node.js or run in the browser. Because we're attempting to standardize this project structure, not every project will use all of the features we set up in this section.
The tools you will need are:
- Your favorite code editor, such as Vim, Emacs, Sublime Text, or WebStorm
- An up-to-date web browser such as Chrome or Firefox
- Node.js Version 8 LTS or higher; this book will use version 9.4.0 for all examples
- The Yarn package manager (optional; you may use npm instead)
- Various build tools such as Babel and Browserify
推薦閱讀
- PPT,要你好看
- AutoCAD繪圖實(shí)用速查通典
- Deep Learning Quick Reference
- 商戰(zhàn)數(shù)據(jù)挖掘:你需要了解的數(shù)據(jù)科學(xué)與分析思維
- 控制與決策系統(tǒng)仿真
- 精通Windows Vista必讀
- OpenStack Cloud Computing Cookbook(Second Edition)
- 21天學(xué)通Visual Basic
- 觸控顯示技術(shù)
- 從零開始學(xué)Java Web開發(fā)
- Drupal高手建站技術(shù)手冊(cè)
- 特征工程入門與實(shí)踐
- 信息技術(shù)基礎(chǔ)與應(yīng)用
- 網(wǎng)絡(luò)攻防工具
- 游戲外掛攻防藝術(shù)