# Tensorflow

> TensorFlow machine learning platform with Keras. Use for ML models. Use when this capability is needed.

- Skill: `tomevault-io/tensorflow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/tensorflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/tensorflow/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/tensorflow

---


# TensorFlow

TensorFlow is Google's mature ML framework. In 2025, it is largely in **maintenance mode** compared to JAX/PyTorch, but remains specific for **TFLite** and legacy production.

## When to Use

- **Mobile (TFLite)**: Deploying to Android/iOS (though `LiteRT` is separating).
- **Legacy Enterprise**: Many Fortune 500s still run TFv2 pipelines.
- **TFX**: Complex MLOps pipelines.

## Core Concepts

### SavedModel

The universal serialization format.

### TFLite

Optimized runtime for edge devices.

### XLA

Accelerated Linear Algebra compiler (now shared with JAX).

## Best Practices (2025)

**Do**:

- **Use Keras 3**: If you must use generic TensorFlow, use Keras 3 as the interface.
- **Migrate to JAX**: For new Google-stack research projects.

**Don't**:

- **Don't start new research in TF**: Use PyTorch or JAX.

## References

- [TensorFlow Documentation](https://www.tensorflow.org/)

---
> Source: [G1Joshi/Agent-Skills](https://github.com/G1Joshi/Agent-Skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

