그리고 주피터 노트북은 코드와 설명, 이미지들을 쉽게 섞어 쓸 수 있습니다. 사실 이 책 전부
를 주피터 노트북으로 썼습니다. 이 책에 포함된 모든 예제 코드는 깃허브(
https
://
github
.
com
/
rickiepark
/
introduction
_
to
_
ml
_
with
_
python
)에서 내려받을 수 있습니다.
4
1.4.2
NumPy
NumPy
(
http
://
www
.
numpy
.
org
/)는 파이썬으로 과학 계산을 하려면 꼭 필요한 패키지입
니다. 다차원 배열을 위한 기능과 선형 대수
5
연산과 푸리에 변환
6
같은 고수준 수학 함수와 유
사
pseudo
난수
7
생성기를 포함합니다.
scikit
-
learn
에서
NumPy
배열은 기본 데이터 구조입니다.
scikit
-
learn
은
NumPy
배열 형
태의 데이터를 입력으로 받습니다. 그래서 우리가 사용할 데이터는 모두
NumPy
배열로 변환
되어야 합니다.
NumPy
의 핵심 기능은 다차원(
n
-차원) 배열인
ndarray
클래스입니다. ...
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.
O’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
I 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
I’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
I'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.