proj5 finished

This commit is contained in:
2025-12-08 18:38:46 +08:00
parent b6c8e9e49f
commit 97a8f35531
4 changed files with 9444 additions and 6 deletions

View File

@@ -1,4 +1,11 @@
Introduction
作业提交要求:
• Project 5: Machine Learning
Q1: Neural Network Tips (25分)
Q2: Non-linear Regression (25分)
Q3: Digit Classification (40分)
Q5: Convolutional Neural Networks (10分)
提交格式:
• 实验代码只需要提交1个文件models.py。
This project will be an introduction to machine learning; you will build a neural network to classify digits, and more! You can download the project as a zip file here: zip archive.
Files you'll edit: