블로그의 시작

블로그 이미지
by honeypage

TAG CLOUD

  • Total hit
  • Today hit
  • Yesterday hit

import numpy as np
import matplotlib.pyplot as plt

x1_label0 = np.random.normal(1, 1, (100,1))
x2_label0 = np.random.normal(1, 1, (100,1))
x1_label1 = np.random.normal(5, 1, (100,1))
x2_label1 = np.random.normal(4, 1, (100,1))
x1_label2 = np.random.normal(8, 1, (100,1))
x2_label2 = np.random.normal(0, 1, (100,1))

plt.scatter(x1_label1, x2_label0, c='r', marker='o', s=60)
plt.scatter(x1_label1, x2_label1, c='g', marker='x', s=60)
plt.scatter(x1_label2, x2_label2, c='b', marker='_', s=60)
plt.show()

AND

ARTICLE CATEGORY

분류 전체보기 (15)

RECENT ARTICLE

RECENT COMMENT

CALENDAR

«   2025/12   »
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

ARCHIVE

LINK