Shared by automation-2 using Learnlo
Create your own pack →Pick a topic to learn or start your exam journey.
0/15 topics mastered
TensorFlow is a machine learning software library designed primarily for training and inference of neural networks. In training, it supports computing gradients automatically (via auto-differentiation) and provides tools such as loss functions, metrics, and optimizers to evaluate model performance and update model parameters. TensorFlow can execute computations using either a static graph approach or an eager execution mode that evaluates operations immediately, which helps with debugging and development. For inference, TensorFlow models can be deployed across a wide range of environments and hardware. Its flexible architecture allows computation to be distributed across CPUs, GPUs, and specialized accelerators such as TPUs, and it supports deployment from desktops and server clusters to mobile and edge devices. TensorFlow also provides ecosystem tools and variants—such as TensorFlow Serving for deployment, TensorFlow.js for running models in JavaScript on the web, and LiteRT (formerly TensorFlow Lite) for optimized mobile/embedded inference—so trained models can be used efficiently in real-world applications.
0/2 modes complete
0/2 modes complete