- 博客(10)
- 收藏
- 关注
原创 自然语言处理NLP学习-基本目标和应用领域
学习目标培养AI思维、建模能力;扎实AI基础,不做调参侠;解决问题的能力;通过项目来了解核心技术。方法养成读文章的习惯,延伸资料;code;写文章,整理思路,总结;项目合作问题–>转换为数学优化问题–>找合适的工具解决chanllengeMutiple ways to express(多种表达方式)Ambiguity(一词多义)注意:需要结合上下文(context)应用领域机器翻译 GPU深度学习:大量学习才有Google的效果需要考虑语法、语义、
2020-12-22 21:57:28
647
原创 nltk.download()问题-ssl:certificate_verify_failed
1.全局取消证书验证(当项目对安全性问题不太重视时,推荐使用,可以全局取消证书的验证,简易方便)import ssl ssl._create_default_https_context = ssl._create_unverified_context...
2020-02-02 10:01:12
447
原创 Error Code: 1264. Out of range value for column 'precision' at row 1
DECIMAL(M,N):注意,N是小数点后面的位数,M-N为小数点前面的位数
2019-12-02 16:20:27
416
原创 设置MySQL事务锁超时时间
设置MySQL事务锁超时时间查看:SHOW GLOBAL VARIABLES LIKE ‘innodb_lock_wait_timeout’;设置:SET GLOBAL innodb_lock_wait_timeout=1500;
2019-12-01 19:21:18
4941
1
原创 pymysql.err.InternalError: (1366, "Incorrect string value: '\\xF0\\x9报错
pymysql.err.InternalError: (1366, "Incorrect string value: '\xF0\x9报错1.ALTER TABLE main_snak CONVERT TO CHARACTER SET utf8mb4;2.连接数据库时 charset=‘utf8mb4’
2019-12-01 16:22:59
230
原创 cocoapods 引入第三方库 import 提示文件找不到
cocoapods 引入第三方库 import 提示文件找不到build setting 中的 先把user header search path 修改为:$(PODS_ROOT),并且选择reclusive.
2019-11-30 00:49:55
827
原创 Error Code: 1451. Cannot delete or update a parent row: a foreign key constraint fails
Error Code: 1451. Cannot delete or update a parent row: a foreign key constraint fails (wikidata.descriptions, CONSTRAINT entity_id_descriptions FOREIGN KEY (entity_id) REFERENCES wikidata (id))解决方法:...
2019-11-29 20:04:18
1657
1
原创 python 类转json
python 类转json jsonResult = json.dumps(label.__dict__, ensure_ascii=False)label:类的实例
2019-11-29 18:37:16
125
原创 安装brew
安装brew:终端执行:/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”brew --version 查看brew的版本
2019-11-29 16:50:53
95
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人