Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1781933
  • 博文数量: 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)

发布时间: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.........【阅读全文】

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

发布时间:2018-12-03 17:37:48

1. apt-get update 一直在报错,改用中科大源以后恢复正常。点击(此处)折叠或打开E: Failed to fetch http://mirrors.neusoft.edu.cn/kali/dists/kali-rolling/main/Contents-amd64.gz File has unexpected size (36101836 != 36098798). Mirror sync in progress? [IP: 219.216.128.25 80].........【阅读全文】

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

发布时间:2018-10-07 16:17:13

在123页的pos-tagging with spaCy,我电脑上运行代码的结果和书上的不一致,原因未知。1. 运行环境点击(此处)折叠或打开root@kali:~# ipython3Python 3.6.6 (default, Jun 27 2018, 14:44:17) Type "copyright", "credits" or "license" for more information.IPython 5.5.0 -- An enha.........【阅读全文】

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

发布时间:2018-10-05 10:00:42

1. keybase 是什么?可以参考这个页面https://zhuanlan.zhihu.com/p/239539722. 在kali linux上安装keybase点击(此处)折叠或打开curl -O https://prerelease.keybase.io/keybase_amd64.debdpkg -i keybase_amd64.deb3. 使用root来运行需要设置一.........【阅读全文】

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

发布时间:2018-09-05 20:46:20

今天研究了一个以前的写的生产者-消费者的线程代码,这个代码会一直hang下去. 代码如下点击(此处)折叠或打开# two entities here that try to share a common resource, a queueimport threadingfrom threading import Thread,Eventfrom queue im.........【阅读全文】

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

fireboyz20052010-11-10 18:27

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

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

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

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

登录 注册