MindSKKU / NNE

This page is for skku NNE assignment
4 stars 2 forks source link

Test 1-4 #4

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, Anyone who could explain that what are Test 1, Test 2, Test 3 and Test 4 ?

Does it mean that we would have to run the program four times and 'll have to check the results at each Run on same data set? In this case, would we have to separate and send the results of four tests in four different files?

Thank You

MindSKKU commented 6 years ago

Test 1-4 is our grading baseline. Test 1 is for naive, 2 is vectorized, and 3,4 are related with softmax class. Actually we will use another dataset to test your functions to reduce calculation time. But if you success all ipynb file, you don't need to worry about test1-4.

ghost commented 6 years ago

Thank You :+1: