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>enochbible
No edit summary
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
* 진행 순서  
== 진행 순서 ==
** 강사 소개
** 강사 소개
** 후배들에게 드리는 간략한 조언  
** 후배들에게 드리는 간략한 조언  
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]]
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/송지원]]
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/강성현]]
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김수경]]
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김동준]]
*** [[데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/변형진]]
** 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]]



Latest revision as of 19:25, 30 June 2011

진행 순서