Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<meta name="generator" content="LibreOffice 4.2.6.3 (Linux)">
<meta name="created" content="0;0">
<meta name="changed" content="0;0">
@microhello
microhello / DataQuality
Created October 22, 2014 11:19
DataQuality
###Data Quality###
1. Definition
http://en.wikipedia.org/wiki/Data_quality
>Reference:
>[1]http://www.slideshare.net/OpenDataSupport/open-data-quality-29248578
>[2]http://www.slideshare.net/dba_alex/data-quality-overview?related=1
[3]http://www-01.ibm.com/software/data/quality/
@microhello
microhello / Caffe Install and Config
Last active August 29, 2015 14:02
Caffe Install and Config
一、Caffe安装过程:
0、安装Ubuntu 12.04 LTS_x64 虚拟机
1、根据http://caffe.berkeleyvision.org/installation.html此处的安装说明,
分别下载caffe-master.zip、cuda_5.5.22_linux_64.run、 l_mkl_online_11.1.0.080.sh;
2、安装cuda 5.5
sudo ./cuda_5.5.22_linux_64.run
sudo ldconfig /usr/local/cuda/lib64
3、 安装glog: