activation function 썸네일형 리스트형 06. Training Neural Networks(1) In Lecture 6 we discuss many practical issues for training modern neural networks. We discuss different activation functions, the importance of data preprocessing and weight initialization, and batch normalization; we also cover some strategies for monitoring the learning process and choosing hyperparameters. Keywords: Activation functions, data preprocessing, weight initialization, batch normal.. 더보기 [F-26] Activation Function Prepare¶ In [2]: import numpy as np import matplotlib.pyplot as plt from PIL import Image from itertools import product import tensorflow as tf tf.random.set_seed(7879) print('Ready to activate?⤴') Ready to activate?⤴ Activation function¶logic: Doing some activation -> satisfy some conditions -> activate Our perceptron and node are designed to be activated if we satisfy the condition. To.. 더보기 이전 1 다음