摘要: Using TensorFlow backend. Epoch 1/3 40000/40000 [==============================] 14s loss: 0.8058 acc: 0.7335 Epoch 2/3 40000/40000 [================= 阅读全文
posted @ 2017-02-26 18:49 涉风 阅读(3842) 评论(0) 推荐(1) 编辑
摘要: 60000 train samples 10000 test samples ____________________________________________________________________________________________________ Layer (typ 阅读全文
posted @ 2017-02-20 13:55 涉风 阅读(5234) 评论(1) 推荐(0) 编辑
摘要: 记录一下配置centos的时候遇到的一些常见问题 写了一个python脚本,有中文注释,而且会输出一些用户名称,其中包含中文字符。显示的时候出现乱码。 解决方案: 参见博客: Linux基础:中文显示乱码 http://skypegnu1.blog.51cto.com/8991766/1545449 阅读全文
posted @ 2017-01-27 00:35 涉风 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 【Question】 Reverse digits of an integer. Example: x = 123, return 321 x = 123, return 321 【My Solution】 python class Solution(object): def reverse(sel 阅读全文
posted @ 2016-12-23 00:30 涉风 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 【Question】 Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". 【My Solution】 Sl 阅读全文
posted @ 2016-12-22 19:32 涉风 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 【Question】 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo 阅读全文
posted @ 2016-12-22 00:03 涉风 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Chapter 10 Image Segmentation 图像分割 10.2.7 Edge Linking and Boundary Detection 边缘连接和边界检测 Global processing using the Hough transform 使用霍夫变换的全局处理 一种检测像素 阅读全文
posted @ 2016-12-19 20:40 涉风 阅读(571) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 Image Restoration and Reconstruction 图像复原与重建 5.1 A Model of the Image Defradation/Restoration Process 图像退化/复原过程的模型 ![5.1.PNG 19.1kB][1] As F 阅读全文
posted @ 2016-12-19 20:37 涉风 阅读(482) 评论(0) 推荐(0) 编辑
摘要: Chapter_3 Intensity Transsformations and Spatial Filtering 灰度变换与空间滤波 Intensity transformation function s = T(r) (size of the neighborhood is 1 1) ![3. 阅读全文
posted @ 2016-12-19 20:32 涉风 阅读(629) 评论(0) 推荐(0) 编辑