This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
一、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: |