自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Rosun

在湖边

  • 博客(3)
  • 资源 (9)
  • 收藏
  • 关注

原创 DeepLearning&Keras学习笔记3__mnist数据集CNN

1.Introduction利用卷积神经网络CNN对Mnist数据集手写数字进行分类。2.Source code#encoding:utf-8'''Trains a simple convnet on the MNIST dataset.Gets to 99.25% test accuracy after 12 epochs(there is still a lot of margin for

2017-08-13 20:25:43 974

原创 DeepLearning&Tensorflow学习笔记2__mnist数据集CNN

1.Introduction利用卷积神经网络CNN对Mnist数据集手写数字进行分类。2.Source codeVersion1:coding:utf-8import input_dataimport tensorflow as tflog_dir = "cnn_mnist_logs"mnist = input_data.read_data_sets('MNIST_data', one_ho

2017-08-04 21:18:15 706

原创 DeepLearning&Tensorflow学习笔记1__mnist数据集LogisticRegression

1.Introduction使用广义logistic Regression对手写数字识别,数据集Mnist。 模型: P(Y=k|x)=exp(wk∗x)1+∑K−1k=1exp(wk∗x),k=1,2,...,K−1P(Y=k|x)=\frac{exp(w_k*x)}{1+\sum_{k=1}^{K-1}exp(w_k*x)} ,k=1,2,...,K-12.Source code#co

2017-08-04 20:39:14 923

Ming of Massive Datasets

Ming of Massive Datasets

2017-05-28

[高清版]互联网:大规模数据挖掘

[高清版]互联网:大规模数据挖掘

2017-05-28

大话移动通信_丁奇

大话移动通信_丁奇

2017-05-11

9-李航-统计学习方法2012

9-李航-统计学习方法2012

2017-04-17

Mathematics for Computer Science

Mathematics for Computer Science

2017-04-17

HBase权威指南(中文版带书签目录)

HBase权威指南(中文版带书签目录)

2017-04-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除