Google News
logo
TensorFlow.js - Interview Questions
Main Prerequisites in TensorFlow.js?
Prerequisite : Before starting Tensorflow.js, you need to know the following :
 
For browser :
 
* HTML : Basics knowledge of HTML is required
* JavaScript : Good knowledge of JS is required
 
 
For server-side :
 
* Node.js : Having a good command of Node.js. Also since Node.js is a JS runtime, so having command over JavaScript would help a lot.


Other requirements :
 
* NPM or Yarn : These are packages that need to be installed in your system.
Advertisement