摘要: 1.MNIST数据集问题 如果下载不了就去网上下载,然后上传到jupyter,注意目录 ​ ​ 2.tensorboard_test import tensorflow as tf with tf.name_scope('graph') as scope: matrix1 = tf.constant 阅读全文
posted @ 2019-03-12 23:31 sharryling 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-17 00:07 sharryling 阅读(78) 评论(0) 推荐(0) 编辑
摘要: Centos7安装TensorFlow 1.1.安装Centos7 https://blog.csdn.net/monkey131499/article/details/51169210 2.安装Python3 查看当前Python版本信息,命令(python -v),Centos7默认的Pytho 阅读全文
posted @ 2018-08-06 14:56 sharryling 阅读(1621) 评论(0) 推荐(0) 编辑
摘要: 1.什么是SVM 通过跟高斯“核”的结合,支持向量机可以表达出非常复杂的分类界线,从而达成很好的的分类效果。“核”事实上就是一种特殊的函数,最典型的特征就是可以将低维的空间映射到高维的空间。 ​ 我们如何在二维平面划分出一个圆形的分类界线?在二维平面可能会很困难,但是通过“核”可以将二维空间映射到三 阅读全文
posted @ 2018-08-06 12:26 sharryling 阅读(2876) 评论(0) 推荐(0) 编辑