Commit e323f23d authored by Davis King's avatar Davis King

clarified spec

parent a525e8d4
...@@ -713,8 +713,10 @@ namespace dlib ...@@ -713,8 +713,10 @@ namespace dlib
/*! /*!
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
This object implements the loss layer interface defined above by This object implements the loss layer interface defined above by
EXAMPLE_LOSS_LAYER_. In particular, it implements the mean squared loss, which is EXAMPLE_LOSS_LAYER_. In particular, it implements the mean squared loss,
appropriate for regression problems. which is appropriate for regression problems. It is basically just like
loss_mean_squared_ except that it lets you define multiple outputs instead
of just 1.
!*/ !*/
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment