#TensorFlow

TensorFlow is an open-source machine learning framework developed by Google Brain Team. It provides comprehensive tools for building, training, and deploying neural networks, with extensive support for computer vision, natural language processing, and production-scale MLOps.

1,247 articles
89 contributors
Last updated: 2 hours ago
4.8/5 community rating
Featured • Deep Learning

Understanding Computational Graphs in TensorFlow 2.x

A comprehensive breakdown of how TensorFlow executes operations via dynamic and static graphs, covering tf.function, XLA compilation, and performance implications.

NLP • Transformers

Fine-Tuning BERT with TensorFlow Hub and Keras

Step-by-step guide to leveraging pre-trained BERT models for downstream tasks, including tokenization, masked language modeling, and sequence classification.

Computer Vision • CV

Object Detection with YOLOv8 on TensorFlow

Implementing real-time object detection pipelines using TensorFlow's object detection API, dataset preparation, and model export to TFLite for edge devices.

MLOps • Deployment

Production-Ready TensorFlow Serving with Kubernetes

Architecting scalable inference endpoints using TensorFlow Serving, gRPC/REST APIs, versioned model management, and horizontal pod autoscaling strategies.

Hardware • GPU/TPU

Accelerating Training with TF-Distribute and TPUs

Optimizing large-scale model training across multi-GPU and TPU clusters using MirroredStrategy, TPUStrategy, and mixed-precision floating point arithmetic.

Reinforcement Learning

Building Agents with TF-Agents and Stable Baselines

Introduction to reinforcement learning environments, policy networks, Q-learning, and practical implementations using TensorFlow's RL ecosystem.