Skip to Content
파이썬 라이브러리를 활용한 머신러닝(번역개정판): 사이킷런 핵심 개발자가 쓴 머신러닝과 데이터 과학 실무서
book

파이썬 라이브러리를 활용한 머신러닝(번역개정판): 사이킷런 핵심 개발자가 쓴 머신러닝과 데이터 과학 실무서

by 박해선, 안드레아스 뮐러, 세라 가이도
April 2019
Beginner to intermediate
480 pages
12h 34m
Korean
Hanbit Media, Inc.
Content preview from 파이썬 라이브러리를 활용한 머신러닝(번역개정판): 사이킷런 핵심 개발자가 쓴 머신러닝과 데이터 과학 실무서
3
비지도 학습과 데이터 전처리
193
# 스케일 조정된 테스트 세트의 정확도
print("SVM test accuracy: {:.2f}".format(svm.score(X_test_scaled, y_test)))
Out [13]:
SVM 테스트 정확도: 0.96
전처리 작업을 위한 데이터 변환을 얼마나 간단하게 할 수 있는지 보았습니다. 이제 비지도 학
습을 사용한 더 재미있는 변환에 대해 배워보겠습니다.
3.4
차원 축소, 특성 추출, 매니폴드 학습
앞서 이야기했듯, 비지도 학습을 사용해 데이터를 변환하는 이유는 여러 가지입니다. 가장 일
반적인 동기는 시각화하거나, 데이터를 압축하거나, 추가적인 처리를 위해
11
정보가 더 잘 드
러나는 표현을 찾기 위해서입니다.
이번 절에서는 이런 용도로 가장 간단하고 흔히 사용하는 알고리즘인 주성분 분석
principal
component
analysis
,
PCA
을 소개합니다. 그리고 특성 추출에 널리 사용하는 비음수 행렬 분해
non
-
negative
matrix
factorization
,
NMF
2
차원 산점도를 이용해 시각화 용도로 많이 사용하는
t
-
SNE
t
-
distributed
stochastic
neighbor
embedding
알고리즘도 살펴보겠습니다.
3.4.1
주성분 분석(
PCA
)
주성분 분석은 특성들이 통계적으로 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

금융 전략을 위한 머신러닝: 19가지 사례를 통해 익히는 금융 전략, 머신러닝, 데이터 과학

금융 전략을 위한 머신러닝: 19가지 사례를 통해 익히는 금융 전략, 머신러닝, 데이터 과학

김한상, 하리옴 탓샛, 사힐 푸리, 브래드 루카보

Publisher Resources

ISBN: 9791162241646