Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1734068
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间:2020-03-27 10:09:11

这一段时间比较闲,找了UDEMY上面的教程看,看了些DataScience.记录一下,今天是Linear Regression.按照Lazyprogrammer的教程上,我们应该把这些所谓的DataScience都当做Geometry.代码如下,需要提前安装statsmodel,seaborn,pandas,matplotlib 可以使用ipython3或者jupyter.csv文件是我从github上找的,乱搜.........【阅读全文】

阅读(7875) | 评论(0) | 转发(0)

发布时间:2019-02-19 11:31:44

在看numpy 和pandas的时候,发现了一个有趣的现象。由于std函数的默认参数不同所以求出来的standard deviation 是不同的。看代码点击(此处)折叠或打开In [1]: import numpy as npIn [2]: import pandas as pdIn [3]: df5=pd.DataFram.........【阅读全文】

阅读(5349) | 评论(0) | 转发(0)

发布时间:2018-12-11 09:12:58

K-means clustering 1. #K-Means clustering is unsupervised learning. means split data into K groups, algorithm for k-means clustering:1. Randomly pick K centroids(k-means)2. Assign each data point to the centroid it is closest to.3. Recompute the centroids based on the average position of each.........【阅读全文】

阅读(1437) | 评论(0) | 转发(0)

发布时间:2018-08-21 20:24:08

#Bayesian Methods to create Anti-spammerWe can construct P(Spam | Word) for every (meaningful) word we encounter during training.Then multiply these together when analyzing a new mail to get the probability of it being spam.Assumes the presence of different words are independent of each other - .........【阅读全文】

阅读(1026) | 评论(0) | 转发(0)

发布时间:2018-07-24 16:41:22

今天才看到Machine Learning:Machine learning:Algorithms that can learn from observational data, and can make predictions based on it. Machine Learning分为unsupervised learning 和 supervised learning.区别在: supervised learning: 有“参考答案”,而unsupervised learning则没有"参考答案"2. Train /T.........【阅读全文】

阅读(988) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册