摘要:
引言 自适应共振理论的发源与现状 1976年, 美国 Boston 大学学者 G. A.Carpenter 提出自适应共振理论(Adaptive Res-onance Theory , ART ), 他多年来一直试图为人类的心理和认知活动建立统一的数学理论, ART 就是这一理论的核心部分。随后 G 阅读全文
摘要:
Spyder(Scientific PYthon Development EnviRonment)是一个强大的交互式 Python 语言开发环境,提供高级的代码编辑、交互测试、调试等特性,支持包括 Windows、Linux 和 OS X 系统。 本文在只安装过python2.7的Win7环境下进行 阅读全文
摘要:
提交IEEE EDAS文章时出现:“The paper PDF file cannot be accepted: Publishers require that PDF fonts are embedded so that documents can be printed everywhere; o 阅读全文
摘要:
ImportError: cannot import name 'check_arrays' 解决办法:修改为 from sklearn.utils.validation import check_array as check_arrays 因为This method was removed in 阅读全文