|
MLask 1.0.0
A custom c++ deep learning library
|
This is the complete list of members for mlask::Model, including all inherited members.
| addFullyConnectedLayer() | mlask::Model | |
| addLambdaActivationFunction(actfunc func, actfunc derv) | mlask::Model | |
| addLayer(std::unique_ptr< Layer > layer) | mlask::Model | |
| addLayer(Args &&... args) | mlask::Model | |
| backprop(vectorIn input, vectorOut expected) | mlask::Model | |
| error(vectorIn input, vectorOut expected) const | mlask::Model | |
| exportToONNX(std::filesystem::path path, std::string name="MLask Model") const | mlask::Model | |
| fit(float_t learning_rate) | mlask::Model | |
| forward(vectorIn input) const | mlask::Model | |
| getLayer(std::size_t index) const | mlask::Model | inline |
| Model(std::size_t in, std::size_t out, std::size_t size=0, std::size_t epochs=0, bool log=false) | mlask::Model | |
| operator[](std::size_t index) const | mlask::Model | inline |
| str() const | mlask::Model | |
| whole_error(Eigen::Matrix< float_t, Eigen::Dynamic, Eigen::Dynamic > input, Eigen::Matrix< float_t, Eigen::Dynamic, Eigen::Dynamic > expected) const | mlask::Model |