Last active
August 29, 2021 20:33
-
-
Save bartubozkurt/70697f53caae906e7f1950d32e3d1388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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