摘要: 机器学习基本术语 数据集(data set):记录的集合 示例(instance)或样本(sample):每条记录是关于一个时间或对象的描述 属性(attribute)或特征(feature):反映事件或对象在某方面的表现或性质的事项 属性值(attribute value):属性上的取值 属性空间 阅读全文
posted @ 2021-01-31 11:14 帅鹏鹏 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1 #include<reg51.h> 2 #include<intrins.h> 3 #define char unsigned char 4 #define unit unsigned int 5 sbit k1=P3^2;//定义开始键 6 sbit k2=P3^3;//定义暂停键 7 sbi 阅读全文
posted @ 2020-02-24 20:29 帅鹏鹏 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 编码 默认情况下,Python3源码文件以UTF-8编码,所有字符串都是Unicode字符串 标识符 注意大小写,第一个字符必须是字母或者下划线_,标识符的其他的部分有字母、数字和下划线组成 注意:在Python3中,非ASCII标识符也是允许的 保留字 即关键字,不能用作任何标识符名称。Pytho 阅读全文
posted @ 2019-06-28 20:16 帅鹏鹏 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 下载pycharm PyCharm官网下载:https://www.jetbrains.com/pycharm/download/#section=windows 下载解释器链接:链接:https://pan.baidu.com/s/1kOeLci_infyVQvb4Ro-DCA 提取码:0yu9 阅读全文
posted @ 2019-06-24 17:12 帅鹏鹏 阅读(179) 评论(1) 推荐(0) 编辑