TensorFlow
Google’s ML framework. Used primarily via Keras API for rapid prototyping and deployment with TensorFlow Serving.
Proficiency: Intermediate · 2 years
Used for
- Keras Sequential and Functional API models
- Transfer learning with
tf.keras.applications - Exporting models with
SavedModelformat - TensorFlow Lite for edge/mobile deployment experiments
Prefer PyTorch for research; TensorFlow for production pipelines where the ecosystem matters.