# -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file.tensor flow 之线性回归模式2019-oct-5""" import tensorflow as tfimport numpy as npimport matplotlib.pyplot as plt SIZE=100np.random.seed(100)#np随机种子tf.set_random…
TensorFlow: TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow bet…
本文首发于个人博客https://kezunlin.me/post/6b505d27/,欢迎阅读最新内容! full guide tutorial to install and configure deep learning environments on linux server Quick Guide prepare tools MobaXterm (for windows) ssh + vscode for windows: drop files to MobaXterm to uploa…