weinan030416

导航

2023年2月9日 #

神经网络分类

摘要: https://www.lanqiao.cn/courses/1029 对汽车燃料效率建模 数据集 http://labfile.oss.aliyuncs.com/courses/1029/mpg.csv 代码 # coding: utf-8 import matplotlib.pyplot as 阅读全文

posted @ 2023-02-09 11:39 楠030416 阅读(23) 评论(0) 推荐(0) 编辑

线段树查询i到j最长增加子串和序列

摘要: 基础篇 最长增加子数组 - 楠030416 - 博客园 (cnblogs.com) 增加线段树 子串 #include<bits/stdc++.h> using namespace std; //最长连续增加子串 int a[100],dp[100],tree[100]; void build(in 阅读全文

posted @ 2023-02-09 09:34 楠030416 阅读(45) 评论(0) 推荐(0) 编辑