Posted On: Feb 22, 2018
TensorFlow.js is a framework that is designed to run and define computations using Javascript as the language. It is used for training and developing Machine learning models using Javascript.
It provides two things in terms of different levels of APIs- the core API which is designed to deal with a low level of code and the Layer API which increases the level of abstraction.
Never Miss an Articles from us.
TensorFlow is a platform where one can learn machine learning / deep learning/multilayer neural networks from the Google library. Libraries that use data science are helpful to describe complex networ...
Below are major features of TensorFlow:TensorFlow has the biggest ability is to build neural networks using which machines can develop logical thinking and learning analogous to humans. It is one...
Tensors can be thought of as vectors and matrices of higher dimensions. They represent n-dimensional arrays of base data-type. Each element of a tensor is of the same data-type which is always known. ...