摘要:
归纳式学习,就是我们平时训练的神经网络,训练阶段测试集不参与训练,模型训练好后,再对测试集进行预测; 直推式学习,测试集也加入训练,知道这点区别就行了; Induction and Transduction…You may have come across these two words many 阅读全文
摘要:
for循环本来挺简单的,但是这几天教一个新手学习,让人抓狂,真的好难,下面是代码 1 #include <stdio.h> 2 int main() 3 { 4 5 printf(" 第一种情况 \n"); 6 /*c语言for循环几种情况: 7 1、for循环的作用范围 8 */ 9 int n= 阅读全文