Dropout layer(드롭아웃 레이어) import numpy as np def dropout_layer(X, prob): assert 0 프로그래밍/Deep-learning 2021.02.18