PLearn 0.1
PLearn::SquaredErrorCostModule Member List
This is the complete list of members for PLearn::SquaredErrorCostModule, including all inherited members.
_classname_()PLearn::SquaredErrorCostModule [static]
_getOptionList_()PLearn::SquaredErrorCostModule [static]
_getRemoteMethodMap_()PLearn::SquaredErrorCostModule [static]
_isa_(const Object *o)PLearn::SquaredErrorCostModule [static]
_new_instance_for_typemap_()PLearn::SquaredErrorCostModule [static]
_static_initialize_()PLearn::SquaredErrorCostModule [static]
_static_initializer_PLearn::SquaredErrorCostModule [static]
asString() const PLearn::Object [virtual]
asStringRemoteTransmit() const PLearn::Object [virtual]
bbpropUpdate(const Vec &input, const Vec &target, real cost, Vec &input_gradient, Vec &input_diag_hessian, bool accumulate=false)PLearn::SquaredErrorCostModule [virtual]
bbpropUpdate(const Vec &input, const Vec &target, real cost)PLearn::SquaredErrorCostModule [inline, virtual]
PLearn::CostModule::bbpropUpdate(const Vec &input_and_target, const Vec &output, Vec &input_and_target_gradient, const Vec &output_gradient, Vec &input_and_target_diag_hessian, const Vec &output_diag_hessian, bool accumulate=false)PLearn::CostModule [virtual]
PLearn::OnlineLearningModule::bbpropUpdate(const Vec &input, const Vec &output, const Vec &output_gradient, const Vec &output_diag_hessian)PLearn::OnlineLearningModule [virtual]
bpropAccUpdate(const TVec< Mat * > &ports_value, const TVec< Mat * > &ports_gradient)PLearn::CostModule [virtual]
bpropDoesNothing()PLearn::OnlineLearningModule [inline, virtual]
bpropUpdate(const Vec &input, const Vec &target, real cost, Vec &input_gradient, bool accumulate=false)PLearn::SquaredErrorCostModule [virtual]
bpropUpdate(const Mat &inputs, const Mat &targets, const Vec &costs, Mat &input_gradients, bool accumulate=false)PLearn::SquaredErrorCostModule [virtual]
bpropUpdate(const Vec &input, const Vec &target, real cost)PLearn::SquaredErrorCostModule [inline, virtual]
PLearn::CostModule::bpropUpdate(const Mat &inputs, const Mat &targets, const Vec &costs)PLearn::CostModule [virtual]
PLearn::CostModule::bpropUpdate(const Vec &input_and_target, const Vec &output, Vec &input_and_target_gradient, const Vec &output_gradient, bool accumulate=false)PLearn::CostModule [virtual]
PLearn::CostModule::bpropUpdate(const Mat &input, const Mat &output, Mat &input_gradient, const Mat &output_gradient, bool accumulate=false)PLearn::CostModule [inline, virtual]
PLearn::OnlineLearningModule::bpropUpdate(const Vec &input, const Vec &output, const Vec &output_gradient)PLearn::OnlineLearningModule [virtual]
PLearn::OnlineLearningModule::bpropUpdate(const Mat &inputs, const Mat &outputs, const Mat &output_gradients)PLearn::OnlineLearningModule [virtual]
PLearn::OnlineLearningModule::bpropUpdate(const TVec< Mat * > &ports_value, const TVec< Mat * > &ports_gradient)PLearn::OnlineLearningModule
build()PLearn::SquaredErrorCostModule [virtual]
build_()PLearn::SquaredErrorCostModule [private]
call(const string &methodname, int nargs, PStream &io)PLearn::Object [virtual]
changeOption(const string &optionname, const string &value)PLearn::Object
changeOptions(const map< string, string > &name_value)PLearn::Object [virtual]
checkProp(const TVec< Mat * > &ports_data)PLearn::OnlineLearningModule
classname() const PLearn::SquaredErrorCostModule [virtual]
CostModule()PLearn::CostModule
costNames()PLearn::SquaredErrorCostModule [virtual]
declareMethods(RemoteMethodMap &rmm)PLearn::OnlineLearningModule [protected, static]
declareOptions(OptionList &ol)PLearn::SquaredErrorCostModule [protected, static]
declaringFile()PLearn::SquaredErrorCostModule [inline, static]
deepCopy(CopiesMap &copies) const PLearn::SquaredErrorCostModule [virtual]
deepCopyNoMap()PLearn::Object
during_trainingPLearn::OnlineLearningModule [static]
estimate_simpler_diag_hessianPLearn::OnlineLearningModule
expdirPLearn::OnlineLearningModule
finalize()PLearn::OnlineLearningModule [inline, virtual]
forget()PLearn::CostModule [virtual]
fprop(const TVec< Mat * > &ports_value)PLearn::SquaredErrorCostModule [virtual]
fprop(const Vec &input, const Vec &target, Vec &cost) const PLearn::SquaredErrorCostModule [virtual]
PLearn::CostModule::fprop(const Vec &input, const Vec &target, real &cost) const PLearn::CostModule [virtual]
PLearn::CostModule::fprop(const Mat &inputs, const Mat &targets, Vec &costs)PLearn::CostModule [virtual]
PLearn::CostModule::fprop(const Mat &inputs, const Mat &targets, Mat &costs) const PLearn::CostModule [virtual]
PLearn::CostModule::fprop(const Vec &input_and_target, Vec &output) const PLearn::CostModule [virtual]
PLearn::OnlineLearningModule::fprop(const Mat &inputs, Mat &outputs)PLearn::OnlineLearningModule [virtual]
getOption(const string &optionname) const PLearn::Object
getOptionList() const PLearn::SquaredErrorCostModule [virtual]
getOptionMap() const PLearn::SquaredErrorCostModule [virtual]
getOptionsToRemoteTransmit() const PLearn::Object [virtual]
getOptionsToSave() const PLearn::Object [virtual]
getPortIndex(const string &port)PLearn::OnlineLearningModule [virtual]
getPortLength(const string &port)PLearn::OnlineLearningModule
getPortName(int i)PLearn::OnlineLearningModule
getPorts()PLearn::CostModule [virtual]
getPortSizes()PLearn::CostModule [virtual]
getPortWidth(const string &port)PLearn::OnlineLearningModule
getRemoteMethodMap() const PLearn::SquaredErrorCostModule [virtual]
hasOption(const string &optionname) const PLearn::Object
info() const PLearn::Object [virtual]
inherited typedefPLearn::SquaredErrorCostModule [private]
input_sizePLearn::OnlineLearningModule
load(const PPath &filename)PLearn::Object [virtual]
makeDeepCopyFromShallowCopy(CopiesMap &copies)PLearn::SquaredErrorCostModule [virtual]
namePLearn::OnlineLearningModule
namedBpropAccUpdate(map< string, Mat > &values, map< string, Mat > &gradients, TVec< string > additional_input_gradients)PLearn::OnlineLearningModule [virtual]
namedFprop(map< string, Mat > &inputs, TVec< string > wanted_outputs)PLearn::OnlineLearningModule [virtual]
newread(PStream &in, unsigned int id=UINT_MAX)PLearn::Object
newwrite(PStream &out) const PLearn::Object [virtual]
nPorts()PLearn::OnlineLearningModule
Object(bool call_build_=false)PLearn::Object
oldread(istream &in)PLearn::Object [virtual]
OnlineLearningModule(const string &the_name="", bool call_build_=false)PLearn::OnlineLearningModule
output_sizePLearn::OnlineLearningModule
parseOptionName(const string &optionname, Object *&final_object, OptionList::iterator &option_iter, string &option_index)PLearn::Object
parseOptionName(const string &optionname, const Object *&final_object, OptionList::iterator &option_iter, string &option_index) const PLearn::Object
port_sizesPLearn::OnlineLearningModule [protected]
PPointable()PLearn::PPointable [inline]
PPointable(const PPointable &other)PLearn::PPointable [inline]
prepareToSendResults(PStream &out, int nres)PLearn::Object [static]
random_genPLearn::OnlineLearningModule
read(istream &in)PLearn::Object [virtual]
readOptionVal(PStream &in, const string &optionname, unsigned int id=UINT_MAX)PLearn::Object
ref() const PLearn::PPointable [inline]
run()PLearn::Object [virtual]
save(const PPath &filename) const PLearn::Object [virtual]
setLearningRate(real dynamic_learning_rate)PLearn::OnlineLearningModule [virtual]
setOption(const string &optionname, const string &value)PLearn::Object
SquaredErrorCostModule()PLearn::SquaredErrorCostModule
store_costsPLearn::CostModule [protected]
target_sizePLearn::CostModule
tmp_costsPLearn::CostModule [mutable, protected]
tmp_costs_matPLearn::CostModule [protected]
tmp_input_and_targetPLearn::CostModule [mutable, protected]
tmp_input_and_target_diag_hessianPLearn::CostModule [mutable, protected]
tmp_input_and_target_gradientPLearn::CostModule [mutable, protected]
tmp_input_diag_hessianPLearn::OnlineLearningModule [mutable, protected]
tmp_input_gradientPLearn::OnlineLearningModule [mutable, protected]
tmp_input_gradientsPLearn::CostModule [protected]
tmpm_input_gradientPLearn::OnlineLearningModule [mutable, protected]
unref() const PLearn::PPointable [inline]
usage() const PLearn::PPointable [inline]
use_fast_approximationsPLearn::OnlineLearningModule
verbosityPLearn::OnlineLearningModule
write(ostream &out) const PLearn::Object [virtual]
writeOptionVal(PStream &out, const string &optionname) const PLearn::Object
~Object()PLearn::Object [virtual]
~PPointable()PLearn::PPointable [inline, virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines