backpropagate | Calculate the Error and Backpropagate adjusts |
compute_layer | Computer layer outputs |
create_layer | Create a network layer |
create_network | Create a neural network base structure |
forward_pass | Forward pass a set of inputs throughout the network |
mse | Mean Squared Error |
mse_prime | Derivative of the Mean Squared Error |
relu | Rectified Linear Unit |
sigmoid | Sigmoid Activation Unit |
sigmoid_prime | Sigmoid Activation Unit Derivative |
train_network | Train a Network using Stochastic Gradient Descent |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.