MLask 1.0.0
A custom c++ deep learning library
Loading...
Searching...
No Matches
mlask::Model Member List

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) constmlask::Model
exportToONNX(std::filesystem::path path, std::string name="MLask Model") constmlask::Model
fit(float_t learning_rate)mlask::Model
forward(vectorIn input) constmlask::Model
getLayer(std::size_t index) constmlask::Modelinline
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) constmlask::Modelinline
str() constmlask::Model
whole_error(Eigen::Matrix< float_t, Eigen::Dynamic, Eigen::Dynamic > input, Eigen::Matrix< float_t, Eigen::Dynamic, Eigen::Dynamic > expected) constmlask::Model