Scott H Young在2016年11月15日20:00-21:00于知乎Live分享了学习技巧,目测顺便宣传新书,知识型网红要进军中国市场啦。
Learn faster, achieve more. —- Scott H Young
以下是结合本人作为四年粉丝的一些速记和体会。不妨先付费进场听知乎Live再回来看。
Scott H Young在2016年11月15日20:00-21:00于知乎Live分享了学习技巧,目测顺便宣传新书,知识型网红要进军中国市场啦。
Learn faster, achieve more. —- Scott H Young
以下是结合本人作为四年粉丝的一些速记和体会。不妨先付费进场听知乎Live再回来看。
拥有自己的个人天地是一件很酷的事情,你可以记录任何你想要记录的事情,甚至与他人分享你的经验、知识或见解。选择GitHub Pages + Hexo服务能够让你更加多样化地展示你的想法,比如图片、数学公式、代码等。你还可以通过主题的配置获得更加符合个人审美的博客样式,更多的功能特性,比如友情链接,评论、分享、打赏功能等。
Learning the pythonic way to code makes your code elegant and easy to understand. Since it’s a different coding style among other languages, coder like me should understand completely about the underlying mechanism. In this post, we will talk about multiple assignment
, a.k.a. tuple assignment
.
I am recently processing the natural language(Chinese specially). In the very begining, the 5-year Weibo corpus database is quite dirty. After using Python to perform data cleaning, it needs to be filed in txt format for each year because storing files with large amounts of words and sentences will be time-consuming. And I do not want it to stop in the middle of process.
The sky is a little grey today because the program I wrote throwing a strange error. And It takes me couple hours to figure out.
本文将从数据组织的角度,解释什么是知识图谱(下一代搜索技术)。
Regular Expression is all about the patterns within string, which forms a language of logic.
最近在学习自然语言处理,首要的问题是微博中文分词。我遇到了一个麻烦,就是全角(full-width)半角(half-width)的相互转换。