Contents:
NN
NN.X
NN.Y
NN.W
NN.architecture
NN.learning_rate
NN.batch()
NN.predict()
NN.summary()
NN.train()
Activations
Activations.linear()
Activations.linear_derivative()
Activations.relu()
Activations.relu_derivative()
Activations.sigmoid()
Activations.sigmoid_derivative()
Activations.softmax()
Activations.tanh()
Activations.tanh_derivative()
Loss
Loss.binary_crossentropy()
Loss.binary_crossentropy_derivative()
Loss.mse()
Loss.mse_alt()
Loss.mse_alt_derivative()
Loss.mse_derivative()
IO
IO.load()
IO.save()
Distributions
Distributions.arithmetic_distribution()
Distributions.linear_distribution()
Distributions.logical_distribution()
Distributions.sort()
Distributions.summation()