Summary
In this chapter, we introduced you to the basics of TensorFlow.js. Specifically, you learned how to install TensorFlow.js both in the browser and Node.js environment, you learned about tensors and the core data structure of tfjs
, you learned about the Core and Layer APIs, and finally, you learned how to build, train, and save a regression model.
In the next chapter, we'll go deeper into a more practical and hands-on project, and the knowledge gained here will help you build great products with TensorFlow.js and Danfo.js.