#include <graphite/graph.hpp>#include <graphite/ops/vector.hpp>#include <graphite/solver/solver.hpp>#include <iomanip>
Go to the source code of this file.
Classes | |
| class | graphite::optimizer::GradientDescentOptions< T, S > |
Namespaces | |
| namespace | graphite |
| The top-level namespace for Graphite. | |
| namespace | graphite::optimizer |
| Optimization algorithms for Graphite. | |
Functions | |
| template<typename T , typename S > | |
| bool | graphite::optimizer::gradient_descent (Graph< T, S > *graph, GradientDescentOptions< T, S > *options) |
| Naive gradient descent optimization algorithm. | |