- 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
推薦閱讀
- 輕松學(xué)Java Web開(kāi)發(fā)
- Hands-On Machine Learning on Google Cloud Platform
- 數(shù)據(jù)庫(kù)原理與應(yīng)用技術(shù)學(xué)習(xí)指導(dǎo)
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- Arduino &樂(lè)高創(chuàng)意機(jī)器人制作教程
- JSP從入門(mén)到精通
- Troubleshooting OpenVPN
- PVCBOT機(jī)器人控制技術(shù)入門(mén)
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評(píng)價(jià)理論模型與實(shí)證研究
- Dreamweaver CS6中文版多功能教材
- 格蠹匯編
- 機(jī)器人人工智能
- Silverlight 2完美征程
- Linux Shell編程從初學(xué)到精通
- Flink原理與實(shí)踐