
李宏毅深度学习作业
文章平均质量分 78
李宏毅深度学习作业
Grateful_Dead424
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
李宏毅ML作业一
train.csv test.csv 任务目标 输入:9个小时的数据,共18项特征(AMB_TEMP, CH4, CO, NHMC, NO, NO2, NOx, O3, PM10, PM2.5, RAINFALL, RH, SO2, THC, WD_HR, WIND_DIREC, WIND_SPEED, WS_HR) 输出:第10小时的PM2.5数值 模型:线性回归 任务解答 # 丢弃前两列,需要的是从第三列开始的数值 data = data.iloc[:, 3:].原创 2021-12-07 01:20:27 · 1626 阅读 · 0 评论 -
李宏毅深度学习作业二
任务说明 Binary classification is one of the most fundamental problem in machine learning. In this tutorial, you are going to build linear binary classifiers to predict whether the income of an indivisual exceeds 50,000 or not. We presented a discriminative a原创 2021-12-12 15:33:30 · 1537 阅读 · 1 评论