MLP (Multi-Layer Perceptron)

Training of MLP

MLP learns weights and biases to minimize the difference between actual response and neural network predictions.

Hki=j=1nwjHk1j+θfact.(Hki)

w1,w2,,wn : weight, θ : bias, fact. : activation function

Advantages

- Expresses the nonlinear relationship of input and output variables well.
- Able to create a meta model regardless of a lot of data.

Disdvantages

- User know-how dependent variables → the number of hidden layer / neuron, the activation function form.
- Time consuming for training to create.

Source : https://www.pidotech.com

댓글

이 블로그의 인기 게시물

전단응력 (Shear Stress)

절대압력과 계기압력

엑셀 상자그림(Box Plot) 그리기