Gaownxin

Results 8 issues of Gaownxin

hi, l hace installed lda2vec by "pip setup,py install" but when l run code,l got this errors ```python from lda2vec import Lda2vec,word_embedding from lda2vec import preprocess, corpus import matplotlib.pyplot as...

I use chrome_print to save a pdf, the html file is truely in the path :"file:///A/Gaowenxin_notes/le_pagedown/resume-gao.html", ```r rmarkdown::render("resume-gao.Rmd") pagedown::chrome_print( input = "file:///A/Gaowenxin_notes/le_pagedown/resume-gao.html", output = "output/cv-wenxin-gao.pdf", format = "pdf", timeout =...

- [ ] 请问这个对wav文件的时长有限制嘛? - [ ]不是中文普通话,翻译效果咋样? @liangstein

when l detect ”Hello China" print(langid.classify(”Hello China")) the result : ('it', -37.309250354766846) @Paczesiowa @pquentin @martinth @jnothman @saffsd

发现的几点问题 - 贪心和动态规划从感觉上来说就很像 - 贪心算法好像没啥规律可言 分饼干 分糖果 无重复子区间 这些都是典型的贪心问题,但是感觉局部最优解要凭感觉才能想出来。 @gaowenxin95 是个问题

## 24点游戏 你有 4 张写有 1 到 9 数字的牌。你需要判断是否能通过 *,/,+,-,(,) 的运算得到 24。 示例 1: 输入: [4, 1, 8, 7] 输出: True 解释: (8-4) * (7-1) = 24 示例 2: 输入:...

目前看到了一个方法团面6个题,感觉理解了, - [ ] 下面考虑用python实现一下~ 突然发现思路比代码重要。 只有没想到的思路,没有写不出来的代码~ @gaowenxin95