CUDA Networks
neural_network_gradient_descent.cu File Reference

Implementation of the NeuralNetwork::gradient_descent method. More...

#include "neural_network.h"
#include <iostream>
#include <iomanip>
#include <string>
Include dependency graph for neural_network_gradient_descent.cu:

Go to the source code of this file.

Detailed Description

Implementation of the NeuralNetwork::gradient_descent method.

Definition in file neural_network_gradient_descent.cu.