摘要: 训练需要一段时间,出现下图字样,则代表训练完成。 注意[2,4]为数据中不存在的数值,进行预测. 阅读全文
posted @ 2020-08-04 15:54 hisweetyGirl 阅读(486) 评论(0) 推荐(1) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1561536/202008/1561536-20200804152032713-603104877.png) ![](https://img2020.cnblogs.com/blog/1561536/202008/1561536-20200804152255345-57683144.png) ![](https://img 阅读全文
posted @ 2020-08-04 15:23 hisweetyGirl 阅读(337) 评论(0) 推荐(0) 编辑
摘要: `def addStrings(num1, num2): #计算进位 carry=tmp//10,代表当前位相加是否产生进位 #添加当前位 计算tmp=n1+n2+carry,并与当前位tmp%10添加至res头部; #索引溢出处理:当指针i或j走到数字首部后,给n1,n2赋值为0,相当于num1, 阅读全文
posted @ 2020-08-04 13:35 hisweetyGirl 阅读(130) 评论(0) 推荐(0) 编辑