• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






江枫1

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 35 下一页

2017年3月1日

LDA处理文档主题分布代码
摘要: [python] LDA处理文档主题分布代码入门笔记 http://blog.csdn.net/eastmount/article/details/50824215 阅读全文
posted @ 2017-03-01 19:22 江枫1 阅读(267) 评论(0) 推荐(0)
 
Dirichlet Process
摘要: http://www.cnblogs.com/zhangbojiangfeng/p/5962039.html [各种函数推导】 阅读全文
posted @ 2017-03-01 12:07 江枫1 阅读(135) 评论(0) 推荐(0)
 

2017年2月28日

主题模型-LDA浅析
摘要: 主题模型-LDA浅析 http://blog.csdn.net/huagong_adu/article/details/7937616 LDA基本介绍以及LDA源码分析(BLEI) 【http://blog.csdn.net/hxxiaopei/article/details/8034308】 关于 阅读全文
posted @ 2017-02-28 16:15 江枫1 阅读(162) 评论(0) 推荐(0)
 

2017年2月26日

matplotlib —— 添加文本信息(text)
摘要: 【详细】http://hyry.dip.jp/tech/book/page/scipy/matplotlib_fast_plot.html http://blog.csdn.net/lanchunhui/article/details/52934347 matplotlib.pyplot.text( 阅读全文
posted @ 2017-02-26 21:21 江枫1 阅读(2173) 评论(0) 推荐(0)
 

2017年2月22日

xgboost原理及应用
摘要: http://blog.csdn.net/a819825294/article/details/51206410 核心风控模型技术解析:XGBoost模型简介:https://sanwen8.cn/p/2c0w9wM.html 阅读全文
posted @ 2017-02-22 15:25 江枫1 阅读(267) 评论(0) 推荐(0)
 
XGBoost参数调优
摘要: XGBoost参数调优 http://blog.csdn.net/hhy518518/article/details/54988024 摘要: 转载:http://blog.csdn.NET/han_xiaoyang/article/details/52665396 1. 简介 如果你的预测模型表现 阅读全文
posted @ 2017-02-22 14:55 江枫1 阅读(23224) 评论(2) 推荐(0)
 

2017年2月21日

MySQL中实现Oracle里面 rank()over ( PARTITION BY ORDER BY) 分类分组功能
摘要: 各班级学生成绩测试表 select * from TMP_A; 实现目的: 按照班级分类后按照分数倒序排序 采用MySQL变量简单实现,SQL如下: SELECT a.stu_id,a.point,IF( @className = a.class_name,@rank := @rank + 1,@r 阅读全文
posted @ 2017-02-21 11:11 江枫1 阅读(4399) 评论(0) 推荐(1)
 
substring_index 用法
摘要: substring_index http://blog.csdn.net/wolinxuebin/article/details/7845917 1、substring_index(str,delim,count) str:要处理的字符串 delim:分隔符 count:计数 例子:str=www. 阅读全文
posted @ 2017-02-21 10:55 江枫1 阅读(1683) 评论(0) 推荐(0)
 

2017年2月20日

cat 生成文件 运行脚本
摘要: nohup python -u day_std_cid_list_data_done.py >eee1.log 2>&1 & 后台运行python脚本 hadoop fs -cat hdfs://ab/day_std/000000_0 | head -100 >> test_tpy11.txt #从 阅读全文
posted @ 2017-02-20 15:04 江枫1 阅读(293) 评论(0) 推荐(0)
 

2017年2月18日

复旦大学 吴立德教授 公开课
摘要: http://www.bosw.net/gongkaike/Public/94977c776e5200e7/player-0-1.html 阅读全文
posted @ 2017-02-18 20:21 江枫1 阅读(203) 评论(0) 推荐(0)
 
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 35 下一页