自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (7)
  • 收藏
  • 关注

原创 Matlab一些快捷键

Ctrl + R - 批量注释 Ctrl + T - 批量取消注释 Ctrl + I - 智能缩进

2019-03-19 17:02:16 540

原创 Tensorboard显示遇到的一些问题及解决方法

方法一:参考TensorFlow中文社区教程TensorBoard部分:http://www.tensorfly.cn/tfdoc/how_tos/summaries_and_tensorboard.html教程方法具体如下:输入下面的指令来启动TensorBoardpython tensorflow/tensorboard/tensorboard.py --logdir=pat...

2019-03-11 20:58:03 2950

原创 Python一些基础知识

#表示注释 每一行都是一个语句,无需在末尾加任何符号来表示一句 当语句以冒号:结尾时,缩进的语句视为代码块。 使用缩进来组织代码块 按照约定俗成的管理,应该始终坚持使用4个空格的缩进 对大小写敏感 对于很大或很小的浮点数,就必须用科学计数法表示,把10用e替代,1.23x109就是1.23e9,或者12.3e8,0.000012可以写成1.2e-5,等等 转义字符\可以转义很多字符,...

2019-03-07 22:51:33 297

原创 PyCharm使用小技巧

一、常用快捷方式Ctrl+d - 复制一行 Ctrl+y - 删除一行 Ctrl+/ - 注释单行和多行 Shift+回车 - 快速换行 Tab - 向右缩进 Shift+Tab - 向左缩进 Ctrl+f - 查找 Ctrl+r - 替换 Ctrl+- - 折叠代码 Ctrl++ - 展开代码 Ctrl+Shift+- - 批量折叠 Ctrl+Shift++ - 批量...

2019-03-06 17:56:37 6026 1

原创 MNIST数据集转为matlab可读的mat格式

MNIST手写数字图像数据库60000个训练集,10000个测试集,灰度图,大小均为28*28数据集网址:http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz: training set images (9912422 bytes)train-labels-idx1-ubyte.gz: training set l...

2019-03-04 15:27:42 10316 16

mat格式的MNIST数据

因matlab无法直接读取直接下载的MNIST数据格式,故写了一个matlab程序将数据读取后存储为.mat格式 train_images - 60000个训练集,大小为28*28*60000 train_labels - 60000个标签,大小为60000*1 test_images - 10000个训练集,大小为28*28*10000 test_labels - 10000个标签,大小为10000*1

2019-03-04

MNIST手写数字数据库

MNIST手写数字图像数据库 60000个训练集,10000个测试集,灰度图,大小均为为28*28 train-images-idx3-ubyte.gz: training set images (9912422 bytes) train-labels-idx1-ubyte.gz: training set labels (28881 bytes) t10k-images-idx3-ubyte.gz: test set images (1648877 bytes) t10k-labels-idx1-ubyte.gz: test set labels (4542 bytes)

2019-03-04

Normalized Brodatz Texture

The Normalized Brodatz Texture (NBT) database is an improvement of the Brodatz texture database using a normalization process that eliminated the grayscale background effect.

2019-02-25

Original Brodatz Texture

The 112 texture images given in the Brodatz album have different background intensities.

2019-02-25

stm32f10x_fw_archive

stm32固件库stm32f10x_fw_archive

2014-10-26

高质量C++编程指南

这是林锐博士在编写了很多代码后的领悟与感想。拜读后让我感慨颇多,因此分享出来,希望对大家有帮助。

2014-08-02

空空如也

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

TA关注的人

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