type
status
date
slug
summary
tags
category
icon
password
作业1:COVID-19 Cases Prediction (Regression)
Objectives:
- Solve a regression problem with deep neural networks (DNN).
- Understand basic DNN training tips.
- Familiarize yourself with PyTorch.
Code:
Repo:
Todo1:设计一个网络,完成回归任务
Todo2:特征选取
发现原来把标签列选入训练的数据中了,故去除。在此基础上仍可以去除一些主观性强的因素。
Todo3:选取优化器
常见的优化器原理和使用可以见这篇:(待写)
- Author:TimMCBen
- URL:https://notion-blog-1a96yv84c-timmcbens-projects.vercel.app//article/46c48bbd-594a-433f-b710-14efec977d70
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!