[mlpack-svn] [MLPACK] #303: Interface for stochastic gradient descent

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Sat Aug 24 17:48:16 EDT 2013


#303: Interface for stochastic gradient descent
--------------------------------------------------------+-------------------
  Reporter:  sumedhghaisas                              |        Owner:              
      Type:  enhancement                                |       Status:  closed      
  Priority:  major                                      |    Milestone:  mlpack 1.0.7
 Component:  mlpack                                     |   Resolution:  wontfix     
  Keywords:  stochastic gradient descent,C++ interface  |     Blocking:              
Blocked By:                                             |  
--------------------------------------------------------+-------------------

Comment (by rcurtin):

 Sounds good.  Unfortunately, writing fast C++ using templates often
 carries the price that a lot of common programming concepts (like object-
 oriented programming in some cases) have to be abandoned and weird
 templated procedures must be used instead, and they usually have terribly
 confusing error messages if something goes wrong.  Armadillo uses a
 delayed evaluation framework that's template-based and in the work I've
 done on that, when I have a compiler error, gcc presents some very long
 and terrifying output...

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/303#comment:3>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list