240 发简信
IP属地:重庆
  • 2020-02-20

    CPU:赛扬2950M (自己百度性能) 显卡:gtx1060-G 满血版 内存:ddr3 2133 8G 硬盘:250GB+1000GB固态 ...

  • Resize,w 360,h 240
    mbr转gpt(-1)

    p.s 1.保存重要数据 2.进入winpe操作 3.使用dos命令 此操作不可逆

  • Resize,w 360,h 240
  • 无标题文章

    https://linux.cn/article-10679-1.html 10 个 Python 图像编辑工具

  • 可视化2

    '''from future import print_functionimport tensorflow as tfimport numpy ...

  • 结果可视化 plot result

    import tensorflow as tfimport numpy as npimport matplotlib.pyplot as plt...

  • 激励函数 (深度学习)

    不能用 线性方程(Linear)解决的问题 y=Wx Nonlinear 激励函数 y=AF(Wx) goog搜索 tensorflow act...

  • Tensorflow placeholder

    import tensorflow as tf input1 =tf.placeholder(tf.float32) input2 =tf.pl...

  • Tensorflow Variable 变量

    import tensorflow as tf state=tf.Variable(0,name='counter') ##print(stat...