진행 순서 ¶
- 강사 소개
- 후배들에게 드리는 간략한 조언
- 기계학습 설명
- 자동 분류할 데이터 다운로드 : http://office.buzzni.com/media/svm_data.tar.gz
- Naive Bayes classifier 개발 http://en.wikipedia.org/wiki/Naive_Bayes_classifier
- Source
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/namsangboy
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/송지원
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/강성현
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김수경
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김동준
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/변형진
- 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/namsangboy
- Source
- SVM 설명 / SVMLight 설명
- SVMLight 사용 실습 http://svmlight.joachims.org/svm_multiclass.html
- svm learning : ./svm_multiclass_learn -c 1 /home/newmoni/workspace/DevilsCamp/data/test.svm_light test.c1.model
- svm classify : ./svm_multiclass_classify /home/newmoni/workspace/DevilsCamp/data/test2.svm_light economy_politics2.10.model
- source
- svm learning : ./svm_multiclass_learn -c 1 /home/newmoni/workspace/DevilsCamp/data/test.svm_light test.c1.model