Re: [mlpack] Flower Pollination Algorithm in mlpack

2019-01-08 Thread Artem Fedoskin
Hey Marcus, Ok, I will look at ensmallen. I will also pay attention to new issues of mlpack and try to fix them. Regards, Artem Fedoskin On Tue, Jan 8, 2019 at 4:30 PM Artem Fedoskin wrote: > Dear Marcus and other mlpack contributors, > > My last seminar paper was Flower Pollination

[mlpack] Flower Pollination Algorithm in mlpack

2019-01-08 Thread Artem Fedoskin
orithm is not hard to implement and I am curious whether it would be worth to have this algorithm in mlpack? Currently I'm exploring mlpack's codebase and I think it would be an interesting task for me to implement such an algorithm as a part of preparation for GSoC 2019. What do you think? Regards,

[mlpack] GSoC 2019

2018-11-27 Thread Artem Fedoskin
Dear mlpack developers, My name is Artem Fedoskin, I'm studying Data Analytics as a Master Student at University of Hildesheim (Germany). I became interested in mlpack last year but couldn't take part in GSoC 2018. Could somebody please tell me - is mlpack going to take part in GSoC this year? I

[mlpack] Participation in GSoC 2018

2018-02-04 Thread Artem Fedoskin
Dear developers of mlpack, My name is Artem Fedoskin. I have already written to this mailing list but I think it would be good to introduce myself. I study a Master's Degree in Data Analytics at University of Hildesheim (Germany). I have already participated in GSoC 2016 in KDE with the project

[mlpack] Association rule learning with mlpack

2018-01-26 Thread Artem Fedoskin
Dear ML Pack developers, My name is Artem Fedoskin. I study Data Analytics at university as a master student and recently we had a lecture about Frequent Itemset Problem - namely Apriori and Eclat algorithms. Brief search showed me that these algorithms are not implemented in mlpack. Would