Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

데블스캠프2011/둘째날/Machine-Learning: Difference between revisions

From ZeroWiki
imported>namsangboy
No edit summary
imported>namsangboy
No edit summary
Line 5: Line 5:
** 자동 분류할 데이터 다운로드 : http://office.buzzni.com/media/svm_data.tar.gz
** 자동 분류할 데이터 다운로드 : http://office.buzzni.com/media/svm_data.tar.gz
** Naive Bayes classifier 개발  http://en.wikipedia.org/wiki/Naive_Bayes_classifier
** Naive Bayes classifier 개발  http://en.wikipedia.org/wiki/Naive_Bayes_classifier
** source
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/namsangboy]]
** SVM 설명 / SVMLight 설명  
** SVM 설명 / SVMLight 설명  
** SVMLight 사용 실습 http://svmlight.joachims.org/svm_multiclass.html
** 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 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
** svm classify : ./svm_multiclass_classify  /home/newmoni/workspace/DevilsCamp/data/test2.svm_light economy_politics2.10.model
** source
*** [[데블스캠프2011/둘째날/Machine-Learning/SVM/namsangboy]]



Revision as of 12:32, 28 June 2011