Open sungbin-skynet opened 4 years ago
각 데이터에 대한 label에 관한 내용을 Data Collection/Data description에 추가하였습니다. Preprocessing은 model building용과 이후 extension을 위한 데이터로 나누어 정리해두었습니다.
Metric과 Accuracy 측정 방식은 Model Testing에 추가하였습니다.
NN과 관련된 부분은 Model Building에 추가하였습니다.
+) 해당 내용들이 텍스트로만 설명되어 있는데, 곧 이미지로 정리하여 추가할 예정입니다.
Proposal 을 적절히 수정한 것 같네요. 승입합니다.
Pre-review
Comments
현재 주제로서
classification of speech intent and sentiment of dialog
는 괜찮아 보입니다. 다만 데이터에 대한 설명 부분과 모델 평가 방법에 대한 서술이 좀 더 상세하게 기재되어야 합니다.Model Building
파트에서 Naive Bayes, SVM, Random Forest 등 classical ML 방법론을 적용할 예정으로 기재하셨는데, neural net 은 어떻게 적용해볼 생각인가요?