Re: Spark LIBLINEAR

2014-10-27 Thread Debasish Das
. -- View this message in context: http:// apache-spark-user-list.1001560.n3.nabble.com/ Spark-LIBLINEAR-tp5546p17236.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Spark LIBLINEAR

2014-10-26 Thread Chih-Jen Lin
:// apache-spark-user-list.1001560.n3.nabble.com/ Spark-LIBLINEAR-tp5546p17236.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Spark LIBLINEAR

2014-10-24 Thread k.tham
to the bay area in the coming weeks (http://www.meetup.com/sfmachinelearning/events/208078582/) might be a good time to connect with him. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LIBLINEAR-tp5546p17236.html Sent from the Apache Spark User List

Re: Spark LIBLINEAR

2014-10-24 Thread Debasish Das
/Spark-LIBLINEAR-tp5546p17236.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org

Re: Spark LIBLINEAR

2014-10-24 Thread k.tham
Oh, I've only seen SVMWithSGD, hadn't realized LBFGS was implemented. I'll try it out when I have time. Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LIBLINEAR-tp5546p17240.html Sent from the Apache Spark User List mailing list archive

Re: Spark LIBLINEAR

2014-10-24 Thread DB Tsai
in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LIBLINEAR-tp5546p17240.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Spark LIBLINEAR

2014-10-24 Thread Debasish Das
was implemented. I'll try it out when I have time. Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LIBLINEAR-tp5546p17240.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Spark LIBLINEAR

2014-10-24 Thread DB Tsai
On Fri, Oct 24, 2014 at 2:39 PM, k.tham kevins...@gmail.com wrote: Oh, I've only seen SVMWithSGD, hadn't realized LBFGS was implemented. I'll try it out when I have time. Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LIBLINEAR

Re: Spark LIBLINEAR

2014-10-24 Thread DB Tsai
: Oh, I've only seen SVMWithSGD, hadn't realized LBFGS was implemented. I'll try it out when I have time. Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-LIBLINEAR-tp5546p17240.html Sent from the Apache Spark User List

Re: Spark LIBLINEAR

2014-05-16 Thread Tom Vacek
breeze opt. Thanks. Deb On May 12, 2014 9:07 PM, DB Tsai dbt...@stanford.edu wrote: It seems that the code isn't managed in github. Can be downloaded from http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/distributed-liblinear/spark/spark-liblinear-1.94.zip It will be easier to track

Re: Spark LIBLINEAR

2014-05-14 Thread Debasish Das
://www.csie.ntu.edu.tw/~cjlin/libsvmtools/distributed-liblinear/spark/spark-liblinear-1.94.zip It will be easier to track the changes in github. Sincerely, DB Tsai --- My Blog: https://www.dbtsai.com LinkedIn: https://www.linkedin.com/in/dbtsai

Re: Spark LIBLINEAR

2014-05-12 Thread DB Tsai
It seems that the code isn't managed in github. Can be downloaded from http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/distributed-liblinear/spark/spark-liblinear-1.94.zip It will be easier to track the changes in github. Sincerely, DB Tsai

Spark LIBLINEAR

2014-05-11 Thread Chieh-Yen
Dear all, Recently we released a distributed extension of LIBLINEAR at http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/distributed-liblinear/ Currently, TRON for logistic regression and L2-loss SVM is supported. We provided both MPI and Spark implementations. This is very preliminary so your

Re: Spark LIBLINEAR

2014-05-11 Thread Debasish Das
Hello Prof. Lin, Awesome news ! I am curious if you have any benchmarks comparing C++ MPI with Scala Spark liblinear implementations... Is Spark Liblinear apache licensed or there are any specific restrictions on using it ? Except using native blas libraries (which each user has to manage