上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 72 下一页
摘要: 搬运: https://stackoverflow.com/questions/57610804/when is the timing to use sample weights in keras : output 变量的权重 : data sample 的权重 阅读全文
posted @ 2019-12-19 18:52 2021年的顺遂平安君 阅读(3079) 评论(0) 推荐(0)
摘要: 搬运: https://stackoverflow.com/questions/57610804/when-is-the-timing-to-use-sample-weights-in-keras import tensorflow as tfimpor... 阅读全文
posted @ 2019-12-19 18:52 2021年的顺遂平安君 阅读(121) 评论(0) 推荐(0)
摘要: #include #include main(){ int a,b,c,d; std::ifstream infile ("test.txt", std::ifstream::in); while (!infile.eof()) { infile >> ... 阅读全文
posted @ 2019-12-12 22:00 2021年的顺遂平安君 阅读(82) 评论(0) 推荐(0)
摘要: ``` include include main() { int a,b,c,d; std::ifstream infile ("test.txt", std::ifstream::in); while (!infile.eof()) { infile a; infile b; infile c; 阅读全文
posted @ 2019-12-12 22:00 2021年的顺遂平安君 阅读(408) 评论(0) 推荐(0)
摘要: ``` :%y+ ``` 阅读全文
posted @ 2019-12-02 21:41 2021年的顺遂平安君 阅读(142) 评论(0) 推荐(0)
摘要: ``` int_shape(y_true)[0] int_shape(y_true)[1] ``` 阅读全文
posted @ 2019-10-21 17:55 2021年的顺遂平安君 阅读(178) 评论(0) 推荐(0)
摘要: int_shape(y_true)[0]int_shape(y_true)[1] 阅读全文
posted @ 2019-10-21 17:55 2021年的顺遂平安君 阅读(60) 评论(0) 推荐(0)
摘要: def mean_squared_error(y_true, y_pred): if not K.is_tensor(y_pred): y_pred = K.constant(y_pred) y_true = K.cast(y_t... 阅读全文
posted @ 2019-10-21 17:54 2021年的顺遂平安君 阅读(64) 评论(0) 推荐(0)
摘要: ``` def mean_squared_error(y_true, y_pred): if not K.is_tensor(y_pred): y_pred = K.constant(y_pred) y_true = K.cast(y_true, y_pred.dtype) return K.mean(K.square(y_pred - y_true), axis=-1) def mean_abs 阅读全文
posted @ 2019-10-21 17:54 2021年的顺遂平安君 阅读(1071) 评论(0) 推荐(0)
摘要: 这条命令会查找并删除当前目录下, 不是python源代码或R源代码的文件. 阅读全文
posted @ 2019-09-11 23:18 2021年的顺遂平安君 阅读(278) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 72 下一页