zoin

Results 8 comments of zoin

我也有这样的疑问,有人能解释下为啥嘛?

同样iris的数据集去fit 在scikit-learn (0.18.1)的版本下,我跑出来的结果和原图是一样的 在scikit-learn (0.21.2)的linux服务器的版本下,我跑出来的结果和楼主一样,是不太正确的感知机.... 有没有人给解释下其中的原因呗~

我来简单的发表下自己的看法,欢迎大家一起交流 下面是我用来测试的代码 `from collections import Counter` `li = [1,2,3,1,1,2,1]` `c = Counter(li)` `print(c)` `s = sorted(c,key = lambda x:x)` `print(s)` 输出: Counter({1: 4, 2: 2, 3: 1}) [1, 2, 3]...

我纠正一下自己的说法,sorted(count_pairs)似乎是只根据key进行升序排序。。。 所以此处应该用 most_common 函数 max_count = count_pairs.most_common(1) return max_count[0]

@sr12zar thanks,I see the repo, whether there is some website I can see your project's performance, like input some thai language, output corresponding phoneme, so that I can check if...

@sr12zar Based on espeak-ng, I try some thai cases: 1. ไม่มีค่ะ 2. รายชื่อสมาชิก 3. ลิงค์ที่ใช้บ่อย 4. มีอะไรใหม่? 5. คนไทย ไม่มีเลข 13 หลัก and espeak-ng output is like: 1. ˈai2m mskh...

可以的,有些页面的数据是静态数据,可以先运行看一下

不好意思,这个项目现在也没维护了,之前重装过几次电脑,sql文件应该整丢了...... 大兄弟国庆就别加班了哈~太辛苦了!