摘要:
import tensorflow as tf import numpy as np import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1" print(tf.__version__) print(tf.test.is_gpu_available())
阅读全文
posted @ 2020-07-10 16:04
蔡军帅
阅读(370)
推荐(0)
编辑
摘要:
版权说明:浙江财经大学专业实践深度学习tensorflow——齐峰 基于多隐层神经网络的手写数字识别 目录 1 基于多隐层神经网络的手写数字识别2 本章内容介绍3 Tensorflow实现基于单个神经元的手写数字识别4 Tensorflow实现基于单隐层神经网络的手写数字识别5 Tensorflow
阅读全文
posted @ 2020-07-10 15:49
蔡军帅
阅读(688)
推荐(0)
编辑
摘要:
# coding: utf-8 import tensorflow as tf import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1" print(tf.__version__) print(tf.test.is_gpu_available()) fr
阅读全文
posted @ 2020-07-10 08:07
蔡军帅
阅读(222)
推荐(0)
编辑
摘要:
# coding: utf-8 get_ipython().run_line_magic('matplotlib', 'notebook') import matplotlib.pyplot as plt import tensorflow as tf import tensorflow.contr
阅读全文
posted @ 2020-07-10 08:06
蔡军帅
阅读(1071)
推荐(0)
编辑