FDUCSLG / PRML-2019Spring-FDU

Course Website for PRML Spring 2019 at Fudan University
https://zfhu.ac.cn/PRML-Spring19-Fudan/
19 stars 31 forks source link

Should we split the dataset in part1, assignment 2? #62

Open iris-j opened 5 years ago

iris-j commented 5 years ago

Are we supposed to split the given dataset into train set and test set when we implement the two models in part 1? And the accuracy and plot should be based on the performance of our model on test set?

ichn-hu commented 5 years ago

It is not necessary for you to do so, the part 1 is only meant to see if you could fit the dataset perfectly or not as the dataset is linearly separatable, therefore I don't see the point why you need to split it into a training part and a test part.

Sorry for the late reply.

ichn-hu commented 5 years ago

I've extended the deadline, so you will have one more week to do it, don't worry.