资源简介

TensorFlow 1.x Deep Learning Cookbook 原版电子书+配套代码!

资源截图

代码片段和文件信息

import tensorflow as tf
import cifar10 


x = tf.placeholder(“float“)
y = 2 * x
data = tf.random_uniform([45]10)
with tf.Session() as sess:
    x_data = sess.run(data)
    print(sess.run(y feed_dict = {x:x_data}))


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件    11713274  2019-01-14 15:32  TensorFlow 1.x Deep Learning Cookbook.pdf
     目录           0  2019-01-14 15:42  TensorFlow 1.x Deep Learning Cookbook_Code\
     目录           0  2017-12-11 10:43  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\
     文件         229  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\add_two.py
     文件         515  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\add_two_vectors.py
     文件         754  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\matrix_manipulations_2.py
     文件         938  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\matrix_manuipulations.py
     文件        1389  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\Selecting_devices.py
     文件          39  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\Tensorflow_ An Introduction
     文件       27176  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\tf_upgrade.py
     文件         373  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter01\validate_tensorflow.py
     目录           0  2017-12-11 10:43  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\
     文件       63017  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\boston_housing.csv
     文件       17941  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\MNIST Softmax.ipynb
     文件       31215  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\MultiLinearRegressor.ipynb
     文件        2093  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\Multiple_linear_regression.py
     文件        1987  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\Reading_csv_preprocessing.py
     文件          40  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\Regression
     文件        1767  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter02\Simple_linear_regression.py
     目录           0  2017-12-11 10:43  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\
     文件       85958  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\Activation_functions.ipynb
     文件      188659  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\Boston_House_Price_Prediction_MLP.ipynb
     文件      219358  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\Boston_House_Price_Prediction_MLP_with_Keras.ipynb
     文件      234183  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\Boston_House_Price_Prediction_MLP_with_Keras_Hyperparameter_Tuning.ipynb
     文件        1877  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\MNIST_ReLU_cross_entropy.py
     文件        3092  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\MNIST_with_BPN_hard_way.py
     文件         827  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\Readme.md
     文件        3597  2017-10-27 08:56  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter03\Single_layer_Perceptron.ipynb
     目录           0  2017-12-11 10:44  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter04\
     目录           0  2017-12-11 10:44  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter04\.ipynb_checkpoints\
     文件      754040  2017-10-29 19:09  TensorFlow 1.x Deep Learning Cookbook_Code\Chapter04\.ipynb_checkpoints\ARTISTIC_style-checkpoint.ipynb
............此处省略84个文件信息

评论

共有 条评论