For MNIST data set, train Logistic regression models and find the best model that can achieve the highest accuracy on the test data set.
Provide the average & standard deviation of all test data.
이런식으로 KNN, SVM classifier 구현하는건데, 여기서 average & standard deviation 이부분 잘 이해도 안가고
어떻게 구해야하는 건지도 모르겠음... 헬프 미 ! ! ㅜㅜ
해당 댓글은 삭제되었습니다.
파이썬. tensorflow 쓰고 있어
정규화하는 과정에서 필요한건가 하고 생각했는데 맞나보네 링크까지 고마워
데이터 정규화하려는것 같네. 평균만큼 빼주고, 표준편차만큼 나눠주는거엿나.. 암튼 그거하면 평균0에 편차1의 데이터셋 됨
떙큐 정규화 땜에 필요한거 맞는거 같다