![240](https://cdn2.jianshu.io/assets/default_avatar/13-394c31a9cb492fcb39c27422ca7d2815.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
import tensorflow as tf from tensorflow.examples.tutorials.mnist import ...
import tensorflow as tf import numpy as np #添加神经层 def add_layer(inputs,i...
import tensorflow as tf input1 = tf.placeholder(tf.float32)#创建传递参数 input...
import tensorflow as tf state = tf.Variable(0,name='counter')#创建变量 #prin...
功能:拟合y=0.1x+0.3,python代码 #encoding=utf-8 import tensorflow as tf import ...
1.安装pip yum -y install epel-release yum install python-pip python-dev pi...
1.yum -y install epel-release 2.yum install python-pip python-dev 3.pip ...
1.编辑网卡的配置文件vi /etc/sysconfig/network-scripts/ifcfg-ens33 将里面的NAME和DEVICE...
1.安装django-crontab pip install django-crontab 2.加入到settings.py的INSTALLED...