- Security Insight
- NUlleX
- ☆ Memory ☆
- Comments on: Home
- Comments for FORENSIC-PROOF
- illusionary origami
- InfoSec Institute Resources
- inREVERSE
- Comments for Network Forensics…
- Comments for SecurityLearn
- セキュリティ、個人情報の最新ニュース:Security NE…
- ITmedia
- BIGLOBEセキュリティニュース
- ITpro セキュリティ
- セキュリティ - ZDNet Japan
- ZLeBj[XFZLeB@nifty
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- 나고야대학 히가시야마
- 정보보호
- 나고야대학
- 오메이칸
- NHK로 일본어 공부하기
- 우분투 설치
- 가상머신에 우분투 설치
- 이서규
- 보안
- 함안우체국
- 일본어학원 추천
- IEEE Security & Privacy
- 히가시야마 기숙사
- 우분투 설치 중 오류 64
- 한국에서 일본으로 해외배송 서비스
- 윈도우용 Snort 설치
- 나고야대학 기숙사
- 일본대학원 연구생
- 우분투
- 인터네셔날 레지던스 히가시야마
- 手作りパイ
- pythonrequests
- 카톡 친구 목록
- 윈도우에 우분투 설치
- 함안산인우체국
- 나고야대학 연구생
- 아이폰 업데이트 친구 목록
- 이서규선생님
- 일본어 신문 읽기
- 카카오톡 삭제
- Today
- Total
소나기
데이터 마이닝 입문 2. 알고리즘 정리 본문
데이터 마이닝의 알고리즘은 크게 아래의 4가지로 나뉜다.
물론 내가 준비하는 연구 논문에 아래의 알고리즘을 새롭게 만든것도 있고, 아닌 것도 있다.
1. SVM (Support Vector Mahine)
기계 학습의 과정에서 SVM, 서포트 벡터 머신은 학습알고리즘을 통해 기억하는 습득 모델이다.
아래는 간단한 위키의 설명.
In machine learning, support vector machines (SVMs, also support vector networks[1]) are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis. The basic SVM takes a set of input data and predicts, for each given input, which of two possible classes forms the output, making it a non-probabilistic binary linear classifier. Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that assigns new examples into one category or the other. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall on.
In addition to performing linear classification, SVMs can efficiently perform non-linear classification using what is called the kernel trick, implicitly mapping their inputs into high-dimensional feature spaces.
간단하지는 않지만..
2. EM (Expectation Maximization)
3. K-Means (K-평균)
4. CF (Collaborative Filtering)
'연구 > DATA MINING' 카테고리의 다른 글
初めての機械学習 (0) | 2013.01.25 |
---|---|
인공지능의 분야 (0) | 2013.01.25 |
기계학습의 공부를 위한 주제 (0) | 2013.01.23 |
Weka 설치 및 사용 (0) | 2012.10.31 |
데이터 마이닝 입문 (0) | 2012.10.29 |