* 본 포스팅은 머신러닝교과서를 참조하여 작성되었습니다. * https://github.com/rickiepark/python-machine-learning-book-3rd-edition GitHub - rickiepark/python-machine-learning-book-3rd-edition: 의 코드 저장소 의 코드 저장소. Contribute to rickiepark/python-machine-learning-book-3rd-edition development by creating an account on GitHub. github.com 데이터를 생성하고 훈련 데이터셋과 검증 데이터셋으로 나눈다. tf.random.set_seed(1) np.random.seed(1) x = np.random.u..