2023-08-29 09:17

난수 생성에서 시드(seed) 사용하는 이유

난수 생성시 시드를 사용하는 이유에 대해 알아봅니다. 2023. 8. 27 최초작성 난수를 생성시 동일한 시드를 사용하면 동일한 난수를 얻게 됩니다. 예를 들어 np.random.rand()를 사용하여 난수를 생성시키는 경우를 살...
딥러닝/머신러닝 강좌
난수 생성
시드
np.random.rand
np.random.seed
random number generation
seed
000

댓글