diff --git a/README.md b/README.md index af78aaa..4f3a98d 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,19 @@ ### SOM 예제 코드[¶]()
-Code View +입력 데이터 생성
````python - + import numpy as np + import matplotlib.pyplot as plt + + data = np.random.rand(100, 2) + # data = np.array([[0.8, 0.0064], + # [0.12, 0.2848], + # [0.24, 0.7472], + # [0.68, 0.3488]]) + data ````
diff --git a/images/a1.png b/images/a1.png new file mode 100644 index 0000000..59541b2 Binary files /dev/null and b/images/a1.png differ diff --git a/images/a2.png b/images/a2.png new file mode 100644 index 0000000..6aa1aa3 Binary files /dev/null and b/images/a2.png differ diff --git a/images/b1.png b/images/b1.png new file mode 100644 index 0000000..9ebbc4b Binary files /dev/null and b/images/b1.png differ diff --git a/images/b2.png b/images/b2.png new file mode 100644 index 0000000..26433f1 Binary files /dev/null and b/images/b2.png differ diff --git a/images/b3.png b/images/b3.png new file mode 100644 index 0000000..3e1ce05 Binary files /dev/null and b/images/b3.png differ