tensorflow — Easy Playground
End-to-end ML platform by Google: neural networks, TPU support
Getting started with tensorflowRun locally
Install
pip install tensorflowPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: tensorflow)
tensorflow is a third-party package. End-to-end ML platform by Google: neural networks, TPU support. Install with: pip install tensorflow
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?