Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Last active August 29, 2021 20:33
Show Gist options
  • Save bartubozkurt/70697f53caae906e7f1950d32e3d1388 to your computer and use it in GitHub Desktop.
Save bartubozkurt/70697f53caae906e7f1950d32e3d1388 to your computer and use it in GitHub Desktop.
# TensorFlow and tf.keras
import tensorflow as tf
# Helper libraries
import numpy as np
import matplotlib.pyplot as plt
print(tf.__version__)
# 2.5.0
# suca kaymandır
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment