More actions
imported>namsangboy No edit summary |
imported>enochbible No edit summary |
||
| Line 7: | Line 7: | ||
** source | ** source | ||
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/namsangboy]] | *** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/namsangboy]] | ||
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/송지원]] | |||
** SVM 설명 / SVMLight 설명 | ** SVM 설명 / SVMLight 설명 | ||
** SVMLight 사용 실습 http://svmlight.joachims.org/svm_multiclass.html | ** SVMLight 사용 실습 http://svmlight.joachims.org/svm_multiclass.html | ||
Revision as of 13:34, 28 June 2011
- 진행 순서
- 강사 소개
- 후배들에게 드리는 간략한 조언
- 기계학습 설명
- 자동 분류할 데이터 다운로드 : http://office.buzzni.com/media/svm_data.tar.gz
- Naive Bayes classifier 개발 http://en.wikipedia.org/wiki/Naive_Bayes_classifier
- 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