02 2016 档案

《machine learning with spark》学习笔记--文本挖掘
摘要:We will introduce more advanced text processing techniques available in MLlib to work with large-scale text datasets.In this article, we will... 阅读全文

posted @ 2016-02-15 21:11 爱你一万年123 阅读(179) 评论(0) 推荐(0) 编辑

《machine learning with spark》学习笔记--聚类
摘要:Next, we will consider the case when we do not have labeled data available.This is called unsupervised learning, as the model is not supervis... 阅读全文

posted @ 2016-02-14 23:01 爱你一万年123 阅读(133) 评论(0) 推荐(0) 编辑

《machine learning with spark》学习笔记--分类
摘要:In this article, you will learn the basics of classification models and how they can be used in a variety of contexts. Classification generic... 阅读全文

posted @ 2016-02-13 22:09 爱你一万年123 阅读(223) 评论(0) 推荐(0) 编辑

Linux NUMA优化(1)
摘要:本文首发于http://oliveryang.net,转载时请包含原文或者作者网站链接。x86 NUMA的那些概念1. 多处理器架构理解NUMA的概念首先要熟悉多处理器计算机系统的几个重要概念。1.1 SMP vs. AMPSMP(Symmetric Multiprocessi... 阅读全文

posted @ 2016-02-12 12:43 爱你一万年123 阅读(878) 评论(0) 推荐(0) 编辑

数据保护的那点儿事儿(1)
摘要:本文首发于http://oliveryang.net,转载时请包含原文或者作者网站链接。数据保护的那点儿事儿数据保护就是保护数据使其免于数据损坏(Data Corruption)和数据丢失(Data Loss)的过程。常见的数据保护方式主要有以下两大类,备份(Backup)备份... 阅读全文

posted @ 2016-02-11 10:37 爱你一万年123 阅读(393) 评论(0) 推荐(0) 编辑

VMware存储栈那点儿事儿
摘要:本文首发于http://oliveryang.net,转载时请包含原文或者作者网站链接。VMware存储栈那点儿事儿解释什么是Virtual Machine的工作就交给万能的维基百科了。本篇文章只限于VMware vShpere VMKernel的Storage Stack(存... 阅读全文

posted @ 2016-02-10 10:56 爱你一万年123 阅读(874) 评论(0) 推荐(0) 编辑

Linux文件系统基础(1)
摘要:本文首发于http://oliveryang.net,转载时请包含原文或者作者网站链接。1. 什么是文件系统直接引用来自维基百科文件系统的定义,A file system is a set of abstract data types that are implemented ... 阅读全文

posted @ 2016-02-09 10:03 爱你一万年123 阅读(188) 评论(0) 推荐(0) 编辑

如何使自己的创见落地?
摘要:本文首发于http://oliveryang.net,转载时请包含原文或者作者网站链接。工程师的使命就是发现问题,定义问题,解决问题。根据要解决问题的复杂度,这个过程中,团队内部或者相关团队之间可能要做大量的沟通和讨论工作。通常来说,对一个idea品头论足很容易,但是要付诸行动... 阅读全文

posted @ 2016-02-08 10:06 爱你一万年123 阅读(125) 评论(0) 推荐(0) 编辑

Docker的使用场景总结
摘要:本文首发于http://oliveryang.net,转载时请包含原文或者作者网站链接。Docker无疑是近两年来最火热的技术话题之一。而且落地速度之快也是大大出乎很多人的意料之外。而在10年前就接触过Solaris Container技术的我,看到这种现象也不免疑惑:为什么c... 阅读全文

posted @ 2016-02-07 12:50 爱你一万年123 阅读(189) 评论(0) 推荐(0) 编辑

x86 TSC使用的那些坑
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.1. Latency measurement in u... 阅读全文

posted @ 2016-02-06 09:25 爱你一万年123 阅读(2518) 评论(0) 推荐(0) 编辑

使用kdb和kgdb调试Linux内核(2)
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.1. BackgroundLots of kernel... 阅读全文

posted @ 2016-02-05 09:36 爱你一万年123 阅读(234) 评论(0) 推荐(0) 编辑

使用kdb和kgdb调试Linux内核(1)
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.1. Background1.1 What is th... 阅读全文

posted @ 2016-02-04 09:34 爱你一万年123 阅读(830) 评论(0) 推荐(0) 编辑

网络系统调用延迟
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.Today, one guy told me he o... 阅读全文

posted @ 2016-02-03 09:45 爱你一万年123 阅读(277) 评论(0) 推荐(0) 编辑

《machine learning with spark》学习笔记--推荐模型
摘要:In this article, we will use explicit rating data, without additional user or item metadata or other information related to the user-item int... 阅读全文

posted @ 2016-02-02 21:21 爱你一万年123 阅读(183) 评论(0) 推荐(0) 编辑

x86 SMI链路错误
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.1. What is the SMI link?SMI... 阅读全文

posted @ 2016-02-02 09:41 爱你一万年123 阅读(287) 评论(0) 推荐(0) 编辑

Linux调度器性能分析 - 2
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.SCHEDSTATS Perf Counters - ... 阅读全文

posted @ 2016-02-01 09:47 爱你一万年123 阅读(1374) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示