CUDA Networks
|
Files | |
file | neural_network.h [code] |
Defines the NeuralNetwork class for a simple feedforward neural network. | |
file | neural_network_backward.cu [code] |
Implementation of the NeuralNetwork::backward method. | |
file | neural_network_constructor.cu [code] |
Implementation of the NeuralNetwork constructor. | |
file | neural_network_destructor.cu [code] |
Implementation of the NeuralNetwork destructor. | |
file | neural_network_forward.cu [code] |
Implementation of the NeuralNetwork::forward method. | |
file | neural_network_get_accuracy.cu [code] |
Implementation of the NeuralNetwork::get_accuracy method. | |
file | neural_network_get_predictions.cu [code] |
Implementation of the NeuralNetwork::get_predictions method. | |
file | neural_network_gradient_descent.cu [code] |
Implementation of the NeuralNetwork::gradient_descent method. | |
file | neural_network_initialize.cu [code] |
Implementation of the NeuralNetwork::initialize method. | |
file | neural_network_update_params.cu [code] |
Implementation of the NeuralNetwork::update_params method. | |