In [ ]:
import numpy as np
import pandas as pd
import sklearn
import tensorflow as tf
import matplotlib.pyplot as plt

# Check for TensorFlow GPU access
# print(tf.config.list_physical_devices())

# See TensorFlow version
print(tf.__version__)