10 2015 档案

摘要:简介在这节我们使用Theano用于最基本的分类器:Logistic回归(Logistic Regression)。 全部的代码可以在我的CSDN下载中免费下载:http://download.csdn.net/detail/ws_20100/9222263。... 阅读全文
posted @ 2015-10-29 16:27 李庆喜 阅读(1184) 评论(0) 推荐(0) 编辑
摘要:Apache-2.4.x源码安装官方网站:http://wiki.apache.org/httpd/FAQhttp://mirrors.cnnic.cn/apache//httpd/httpd-2.4.17.tar.bz2http://archive.apache.org/dist/apr/a... 阅读全文
posted @ 2015-10-29 15:36 李庆喜 阅读(206) 评论(0) 推荐(0) 编辑
摘要:文件目录结构项目需要批量将图像导入Matlab,进行分类。/maindir |-- subdir1 |-- test1.bmp |-- test2.bmp |-- ... |-- subdir2 ... 阅读全文
posted @ 2015-10-28 14:15 李庆喜 阅读(2055) 评论(0) 推荐(0) 编辑
摘要:前言层结构,是神经网络(Neural Networks)建模和计算的最基本单元。由于神经网络有不同的层结构,不同类型的层又有不同的参数。所以,对Caffe的每一层配置都不一样,而层结构和参数都预先定义在prototxt文件中,在此,我们对最新版Caffe模型... 阅读全文
posted @ 2015-10-16 21:33 李庆喜 阅读(429) 评论(0) 推荐(0) 编辑
摘要:引言 由于CSDN的Markdown编辑器能轻松地支持LATEX的公式表示。 因此,今天我们来细数一下LATEX数学公式的符号表示,以便大家以后随时查用。1.强调模式 a^aˇ\hat{a}\check{a}a´a`\acute{a}\grave{a... 阅读全文
posted @ 2015-10-15 21:55 李庆喜 阅读(1379) 评论(0) 推荐(0) 编辑
摘要:可视化日志--glTail.rb官方网站:http://www.fudgie.org/https://ruby.taobao.org/https://www.opengl.org/Real-time visualization of server traffic, events and sta... 阅读全文
posted @ 2015-10-15 21:01 李庆喜 阅读(262) 评论(0) 推荐(0) 编辑
摘要:iperf测试带宽官方网站:https://iperf.fr/跨平台多线程的带宽测试工具一.安装yum -y install gcc gcc-c++wget https://iperf.fr/download/iperf_3.0/iperf-3.0.11-source.tar.gz --no-... 阅读全文
posted @ 2015-10-15 19:07 李庆喜 阅读(855) 评论(0) 推荐(0) 编辑
摘要:点亮博客十周年徽章 GO>十年,不会忘,我在,新浪博客!★2011年10月02日,我注册了新浪博客,正式成为一名博主。★2013年01月20日,我发表了第一篇博文,阅读:283,评论:0。★2014年03月08日,马航MH370失联,中国乘客家属博客联名。★2015年10月15日,我的博客等级... 阅读全文
posted @ 2015-10-15 19:05 李庆喜 阅读(128) 评论(0) 推荐(0) 编辑
摘要:可视化日志--goaccesshttp://www.goaccess.io/http://goaccess.io/manual.phphttp://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gzhttp://dev.... 阅读全文
posted @ 2015-10-15 11:41 李庆喜 阅读(401) 评论(0) 推荐(0) 编辑
摘要:WIFI破解--aircrack-ng官方网站:http://www.aircrack-ng.org/另请上网查阅gui前端spoonweb的相关说明工具1.BackTrack 5 光盘版或者虚拟机镜像, 也可以是Backtrack5U盘版 2.一个兼容Backtrack的无线网卡 3.使用W... 阅读全文
posted @ 2015-10-15 11:32 李庆喜 阅读(597) 评论(0) 推荐(0) 编辑
摘要:1.下载安装包下载地址: 官方镜像: http://mirrors.ctan.org/systems/texlive/Images/texlive2015.iso USTC镜像: http://mirrors.ustc.edu.cn/CTAN/syst... 阅读全文
posted @ 2015-10-15 10:00 李庆喜 阅读(881) 评论(0) 推荐(0) 编辑
摘要:Nmon本地监控官方网站:http://nmon.sourceforge.net/Nmon, 是 Nigel's Monitor的缩写,是一个使用很普遍的开源工具,用以监控 Linux 系统的性能。例如:处理器的使用率、内存使用率、队列、磁盘I/O统计、网络I/O统计、内存页处理和进程信息。源... 阅读全文
posted @ 2015-10-15 09:50 李庆喜 阅读(262) 评论(0) 推荐(0) 编辑
摘要:URL重写指南参考文档:http://man.chinaunix.net/newsoft/ApacheManual/misc/rewriteguide.htmlOriginally writtenbyRalf S. EngelschallDecember 1997本文是mod_rewrite的... 阅读全文
posted @ 2015-10-14 15:03 李庆喜 阅读(400) 评论(0) 推荐(0) 编辑
摘要:varnish-4.x源码安装配置官方网站:https://www.varnish-cache.org/https://www.varnish-cache.org/docs/https://www.varnish-cache.org/docs/4.0/installation/install.... 阅读全文
posted @ 2015-10-14 15:00 李庆喜 阅读(309) 评论(0) 推荐(0) 编辑
摘要:Apache301跳转实用案例小记参考文档:http://blog.csdn.net/bjash/article/details/8310040http://blog.chinaunix.net/uid-20639775-id-154471.htmlQueryString官方帮助文档:http... 阅读全文
posted @ 2015-10-14 14:50 李庆喜 阅读(231) 评论(0) 推荐(0) 编辑
摘要:前言在Linux下,我想通过惠普打印机打印文件,我房间的HP打印机型号为HP LaserJet 1020/1008。一开始通过命令行安装hplip及其相关插件,由于我的电脑是Fedora 22 Workstation:$ sudo dnf install -... 阅读全文
posted @ 2015-10-14 09:04 李庆喜 阅读(17480) 评论(1) 推荐(0) 编辑
摘要:原文为http://blog.csdn.net/lvhao92/article/details/49099129DCT变换公式假设图像为f(i,j),则其DCT变换F(u,v)为: F(u,v)=c(u)c(v)∑N−1i=0∑N−1j=0f(i,j)co... 阅读全文
posted @ 2015-10-13 18:37 李庆喜 阅读(5051) 评论(0) 推荐(1) 编辑
摘要:Shell脚本加密--shc/gzexe官方网站:http://www.datsi.fi.upm.es/~frosal/说明:shc是一个脚本编译工具,使用RC4加密算法,它能够把shell程序转换成二进制可执行文件(支持静态链接和动态链接)。当shell脚本存在敏感信息如账号密码,想加强脚本... 阅读全文
posted @ 2015-10-12 13:52 李庆喜 阅读(947) 评论(0) 推荐(0) 编辑
摘要:vim python mode官方网站:python插件--vim python mode" title="vim python插件--vim python mode">https://github.com/klen/python-mode/tree/masterPyCharm跨平台集成pyt... 阅读全文
posted @ 2015-10-11 20:08 李庆喜 阅读(1003) 评论(0) 推荐(0) 编辑
摘要:问题:在将texlive2013.iso挂载到/mnt后,进入/mnt目录$ cd /mnt$ sudo ./install-tl之后遇到如下错误:Can't locate Digest/MD5.pm in @INC (you may need to install ... 阅读全文
posted @ 2015-10-11 10:53 李庆喜 阅读(410) 评论(0) 推荐(0) 编辑
摘要:简介神经网络中经典的感知器模型,请参考我写的这篇博客[ http://blog.csdn.net/ws_20100/article/details/48929383]本篇博客是在感知器模型之后,讨论由1986年由Rumelhart和McCelland提出的反向传播学习... 阅读全文
posted @ 2015-10-08 22:46 李庆喜 阅读(344) 评论(0) 推荐(0) 编辑
摘要:原文LFS101x.2 Introduction to Linux (Linux Foundation)Chapter 06: Finding Linux Documentation - Section 1: Documentation... 阅读全文
posted @ 2015-10-06 13:49 李庆喜 阅读(432) 评论(0) 推荐(0) 编辑
摘要:1.神经网络概况1943年,心理学家W.Mcculloch和数理逻辑学家W. Pitts根据生物神经元功能和结构,提出M-P神经元模型。1957年,Rosenblatt提出感知机MLP模型。Rosenblatt, Frank.x. Principles ofNeuro... 阅读全文
posted @ 2015-10-06 08:43 李庆喜 阅读(941) 评论(0) 推荐(0) 编辑
摘要:简介对于二维的纹理分析,具有很多潜在的应用。例如,工业表层检查,远程监控,生物制药图像分析等等领域。但是在实际应用时,会存在很多问题。主要的问题在于现实世界中的纹理并不像实验中的那么规整,存在着很多变化,例如:由于非均匀光源导致的光照变化;实际的情况下,物体方向是随机... 阅读全文
posted @ 2015-10-05 14:40 李庆喜 阅读(1395) 评论(0) 推荐(0) 编辑
摘要:原文LFS101x.2 Introduction to Linux (Linux Foundation)Chapter 05: System Configuration from the Graphical Interface - Se... 阅读全文
posted @ 2015-10-05 13:16 李庆喜 阅读(380) 评论(0) 推荐(0) 编辑
摘要:Recommended BooksHere is a list of books which I have read and feel it is worth recommending to friends who are interested in com... 阅读全文
posted @ 2015-10-04 11:09 李庆喜 阅读(307) 评论(0) 推荐(0) 编辑
摘要:原文LFS101x.2 Introduction to Linux (Linux Foundation)Chapter 04: Graphical Interface - Section 1: Session Management ... 阅读全文
posted @ 2015-10-03 12:48 李庆喜 阅读(1470) 评论(0) 推荐(0) 编辑
摘要:1.配置caffe环境[请参考此篇博客:http://blog.csdn.net/ws_20100/article/details/48850449]本篇介绍如何在caffe环境下,实现"图像对图像"的卷积神经网络的训练。2.文件结构在配置好的caffe文件夹中,进入... 阅读全文
posted @ 2015-10-02 15:54 李庆喜 阅读(540) 评论(0) 推荐(0) 编辑
摘要:1.挂载MATLAB镜像$ sudo mount -t iso9660 MATHWORKS_R2014A.iso /mnt2.安装MATLAB$ cd /mnt$ ll你会看到以下文件:-r--r--r--. 1 timely timely 3371 Mar 2... 阅读全文
posted @ 2015-10-02 13:22 李庆喜 阅读(179) 评论(0) 推荐(0) 编辑
摘要:1.实验配置:型号:中科曙光I450-G10双路塔式服务器CPU:Intel Xeon E5-2620 v2 @2.1GHz x24RAM:128GBDISK:2TBGPU0:NVIDIA Tesla K20C - 用于并行计算GPU1:NVIDIA Quadro K... 阅读全文
posted @ 2015-10-01 22:51 李庆喜 阅读(359) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示