새소식

Deep Learning

[draft] training mode with respect to dataset

  • -

### Training Modes with respect to dataset ###

 

1. batch = use a fullset of data in each iteration for training.

2. minibatch = use a subset of data in each iteration for training.

3. on-line = it is regarded as theoretical method.

 

 

### terms ###

 

- Iteration = number of weight update, a single iteration equals to a single minibatch.

- epoch = number of training a fullset of data.

 

 

### Example ###

 

# if the number of a fullset of data is 200 and minibatch size is 10,

# then minibatch will be 20.

'Deep Learning' 카테고리의 다른 글

[draft] Cross Entropy Loss  (0) 2021.04.05
[draft] Hinge Loss  (0) 2021.04.05
[draft] Loss Function  (0) 2021.04.05
[draft] data preparation  (0) 2021.03.29
torch.Tensor에 대하여  (0) 2021.03.29
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.