摘要:
今日份C语言做题——每天都有新收获 做几道题 1.打印图形 #include<stdio.h> int main() { char t; int num; scanf("%d %c", &num, &t); for (int i = 0; i < 2 * num - 1; i++) {//分行 ch 阅读全文
posted @ 2022-04-13 23:57
Link_kingdom
阅读(1042)
评论(0)
推荐(0)
Activation functions 基本激活函数 \[ \text{We know that the value of sigmoid function must }\\ \text{between 0 and 1. But Andrew said that an activation }\\ 阅读全文