Re: [Dclib-devel] Multiclass classification
Brought to you by:
davisking
From: Mani A. <man...@gm...> - 2016-02-04 18:43:53
|
Thanks! I also noticed there is a *one_vs_all* trainer (http://dlib.net/ml.html#one_vs_all_trainer) Isn't it more efficient and faster than *one_vs_one* trainer for multiclass classification since it does not train N*(N-1)/2 binary classifiers. - Mani -------- Forwarded Message -------- Subject: Multiclass classification Date: Wed, 3 Feb 2016 20:04:47 -0800 From: Mani Amoozadeh <man...@gm...> To: dcl...@li... I would try the one_vs_one_trainer.=C2=A0 See=C2=A0 http://dlib.net/ml.html#one= _vs_one_trainer -------- Forwarded Message -------- Subject: Multiclass classification Date: Wed, 3 Feb 2016 20:04:47 -0800 From: Mani Amoozadeh <man...@gm...> To: dcl...@li... Hi, I am looking for a multiclass classification algorithm in Dlib that can classify inputs into three classes. The inputs are 3-dimensional (x,y,z) and like the following picture. After the training phase, the algorithm should be able to classify the input into class 1,2 or 3. Can you please give me a hint or show me a skeleton example that I can start with? Thanks! - Mani |