会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
夜雨最萌
博客园
首页
新随笔
联系
订阅
管理
2018年4月9日
三种方法实现MNIST 手写数字识别
摘要: MNIST数据集下载: import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("MNIST_data/", one_ho
阅读全文
posted @ 2018-04-09 13:19 夜雨最萌
阅读(16922)
评论(0)
推荐(0)
编辑
Python 实现0-1背包
摘要: 代码:
阅读全文
posted @ 2018-04-09 13:06 夜雨最萌
阅读(1235)
评论(0)
推荐(0)
编辑
Python 实现快速排序和随机快速排序
摘要: 直接上代码: 随机快速排序:
阅读全文
posted @ 2018-04-09 13:04 夜雨最萌
阅读(3078)
评论(1)
推荐(0)
编辑
公告