2017年5月22日

同步文件的利器-rsync

摘要: 同步文件的利器-rsync 阅读全文

posted @ 2017-05-22 17:24 juedaiyuer 阅读(624) 评论(0) 推荐(0) 编辑

2017年5月15日

张量 tensor

摘要: 一段程序示例 import tensorflow as tf a=tf.constant([1.0,2.0],name='a') b=tf.constant([2.0,3.0],name='b') result=tf.add(a,b,name='add') print result Tensor(" 阅读全文

posted @ 2017-05-15 19:10 juedaiyuer 阅读(182) 评论(0) 推荐(0) 编辑

2017年5月10日

MNIST机器学习

摘要: MNIST是一个入门级的计算机视觉数据集,它包含 各种手写数字图片 : 1. MNIST数据集 MNIST,是不是听起来特高端大气,不知道这个是什么东西? == 手写数字分类问题所要用到的(经典)MNIST数据集 == MNIST数据集的官网是 "Yann LeCun's website" 自动下载 阅读全文

posted @ 2017-05-10 19:22 juedaiyuer 阅读(8604) 评论(0) 推荐(0) 编辑

2016年11月26日

Pandas

摘要: Python数据分析 阅读全文

posted @ 2016-11-26 10:03 juedaiyuer 阅读(467) 评论(0) 推荐(1) 编辑

2016年7月18日

MySQL---二进制日志

摘要: MySQL二进制日志 阅读全文

posted @ 2016-07-18 19:24 juedaiyuer 阅读(2527) 评论(0) 推荐(0) 编辑

导航