Python

Python

Python Minibatch

Minibatch? Mini batch is from Training from Machine Learning. For training, if we use all training data, training...
Data

Python Activation function

Activation function Activation function is for Neural Network. We will use activation function in output layer. ...
Data

Python Numpy2 matrix

Create matrix from array of array import numpy as np # 3 x 2 matrix mat1 = np.array(, ]) print(mat1) # # ] Create...
Data

Python Numpy1 array

Contents Import NumpyCreate 1 dim arrayNumpy array methods Import Numpy import numpy as np After this, you ...
Python

Python Random number

Numpy Random number Use Numpy random to generate random number easily This is simple an example. import numpy....
スポンサーリンク