• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
刻舟求剑,终日乾乾
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 下一页

2015年6月18日

LeetCode(21)题解:Merge Two Sorted Lists
摘要: https://leetcode.com/problems/merge-two-sorted-lists/ Merge two sorted linked lists and return it as a new list. The new list should be made by splici 阅读全文
posted @ 2015-06-18 23:16 aezero 阅读(246) 评论(0) 推荐(0)
 
word2vec学习 spark版
摘要: 参考资料:http://ir.dlut.edu.cn/NewsShow.aspx?ID=291http://www.douban.com/note/298095260/http://machinelearning.wustl.edu/mlpapers/paper_files/BengioDVJ03.... 阅读全文
posted @ 2015-06-18 17:51 aezero 阅读(9998) 评论(2) 推荐(0)
 
 

2015年6月12日

Spark 学习笔记:(四)MLlib基础
摘要: MLlib:Machine Learning Library。主要内容包括:数据类型统计工具summary statisticscorrelationsstratified samplinghypothesis testingrandom data generation分类和回归线性模型(SVM,逻... 阅读全文
posted @ 2015-06-12 12:52 aezero 阅读(1660) 评论(0) 推荐(0)
 
Spark 学习笔记:(三)Spark SQL
摘要: 参考:https://spark.apache.org/docs/latest/sql-programming-guide.html#overview http://www.csdn.net/article/2015-04-03/2824407Spark SQL is a Spark module... 阅读全文
posted @ 2015-06-12 11:32 aezero 阅读(654) 评论(0) 推荐(0)
 
 

2015年6月11日

Spark 学习笔记:(二)编程指引(Scala版)
摘要: 参考: http://spark.apache.org/docs/latest/programming-guide.html 后面懒得翻译了,英文记的,以后复习时再翻。摘要:每个Spark application包含一个driver program来运行main函数,在集群上进行各种并行操作... 阅读全文
posted @ 2015-06-11 18:02 aezero 阅读(6866) 评论(0) 推荐(0)
 
git常用知识笔记
摘要: 学习资料:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000http://codingnow.cn/version/212.htmlhttp://blog.jobbole.com/345... 阅读全文
posted @ 2015-06-11 10:31 aezero 阅读(230) 评论(0) 推荐(0)
 
 

2015年6月10日

Spark学习笔记:(一)入门 glance
摘要: 参考: http://spark.apache.org/docs/latest/quick-start.html其它资料: http://mojijs.com/2015/04/190845/index.htmlhttp://taoistwar.gitbooks.io/spark-developer... 阅读全文
posted @ 2015-06-10 20:44 aezero 阅读(936) 评论(0) 推荐(0)
 
scala进阶笔记:函数组合器(combinator)
摘要: collection基础参见之前的博文scala快速学习(二)。本文主要是组合器(combinator),因为在实际中发现很有用。主要参考:http://www.importnew.com/3673.htmlList(1,2,3) map squared会在列表的每个元素上分别应用squared函数... 阅读全文
posted @ 2015-06-10 11:57 aezero 阅读(1291) 评论(0) 推荐(0)
 
 

2015年6月9日

scala快速学习笔记(三):Collections,包
摘要: VI.Collections1.Array一些常用方法:println, map( _ * 2),filter(_ % 2 == 0), sum, reserveArray是不可变的,可变的Array使用ArrayBuffer,需要先引入scala.collection.mutable包。例如,预... 阅读全文
posted @ 2015-06-09 19:22 aezero 阅读(1109) 评论(0) 推荐(0)
 
scala快速学习笔记(二):控制结构,类和对象
摘要: IV.控制结构1.if/else除基本用法外,if/else语句能用来赋值,进而代替?:运算符。这得益于在Scala中,每个语句块都有值,就是该语句块最后一个语句的值。请看下面的代码。def abs(x: Int) = if(x //handle case 1 case "case 2... 阅读全文
posted @ 2015-06-09 16:53 aezero 阅读(414) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3