Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 656 Bytes

File metadata and controls

25 lines (15 loc) · 656 Bytes

Solutions for Section 2

Installing and Running TensorFlow.js

These are the solutions for Section 2 of the Machine Learning in JavaScript with TensorFlow.js course. See solutions index for solutions to other sections.

Lab: Install and run TensorFlow.js in the browser

See tfjs-browser.html for solution.

Lab: Install and run TensorFlow.js on Node.js

See tensorflow-lab-2.2/ for solution.

You can run this on the command line with:

cd tensorflow-lab-2.2
npm install
node index.js

See solutions index for solutions to other sections.