摘要: 最近两天的成果 阅读全文
posted @ 2018-11-07 17:45 天波-风客 阅读(3312) 评论(0) 推荐(0)
摘要: [转载]原文地址:http://dataunion.org/14072.html 特征选择(排序)对于数据科学家、机器学习从业者来说非常重要。好的特征选择能够提升模型的性能,更能帮助我们理解数据的特点、底层结构,这对进一步改善模型、算法都有着重要作用。 特征选择主要有两个功能: 减少特征数量、降维, 阅读全文
posted @ 2018-11-03 10:58 天波-风客 阅读(248) 评论(0) 推荐(0)
摘要: Lab: Batchnormalization Layer What is a batchnormalization layer? It is a layer that normalize the output before the activation layer. "The original p 阅读全文
posted @ 2018-10-29 20:59 天波-风客 阅读(819) 评论(0) 推荐(0)
摘要: author:yangjing date:2018 10 24 KMeans 1.Process: The algorithm alternates between two steps:1)assigning each data point to the closet cluter center,2 阅读全文
posted @ 2018-10-24 16:38 天波-风客 阅读(283) 评论(0) 推荐(0)
摘要: author:yangjing time:2018 10 22 Gradient boosting decision tree 1.main diea The main idea behind GBDT is to combine many simple models(also known as w 阅读全文
posted @ 2018-10-22 19:36 天波-风客 阅读(271) 评论(0) 推荐(0)
摘要: Opencv 图像处理笔记 Author: Jing Yang Time: 2018/10/17 load jpg format picture split into three channle 1.CLAHE 限制对比度自适应直方图均衡化 2.GaussianBlur 模糊 3.Soble 算子 阅读全文
posted @ 2018-10-17 15:40 天波-风客 阅读(267) 评论(0) 推荐(0)
摘要: 第一次爬取虎牙主播数据,有点小激动 1.共批量爬取的101个主播的,包括 头像 主播名字 房间号 房间链接 2.数据规整部分,需要将json数据加载到pandas的Dataframe,只显示的前15个主播的信息 3.数据绘图部分,有一个字体问题没解决,中文乱码,明日修正 阅读全文
posted @ 2018-10-14 23:37 天波-风客 阅读(501) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-10-12 19:42 天波-风客 阅读(314) 评论(0) 推荐(0)
摘要: Index(['A', 'B', 'C', 'D'], dtype='object', name='Gnes') 阅读全文
posted @ 2018-10-11 17:02 天波-风客 阅读(119) 评论(0) 推荐(0)
摘要: WaveLength qxym4301_000_resamp 338 0.0206 339 0.02 340 0.0194 341 0.0188 Name: 0, dtype: object .dataframe tbody tr th:only of type { vertical align: 阅读全文
posted @ 2018-10-10 19:00 天波-风客 阅读(155) 评论(0) 推荐(0)