Re: Machine Learning on Apache Fink

2016-03-07 Thread Dmitriy Lyubimov
still in the works (for mahout). but soon. On Sat, Jan 9, 2016 at 3:46 AM, Ashutosh Kumar wrote: > I see lot of study materials and even book available for ml on spark. Spark > seems to be more mature for analytics related work as of now. Please > correct me if I am wrong. As I have already buil

Re: Machine Learning on Apache Fink

2016-01-11 Thread Till Rohrmann
Hi Ashutosh, Flink’s ML library flinkML is maybe not as extensive as Spark’s MLlib. However, Flink has native support for iterations which makes them blazingly fast. Iterations in Flink are a distinct operator so that they don’t have to communicate after each iteration with the client. Furthermore

Re: Machine Learning on Apache Fink

2016-01-09 Thread Vasiliki Kalavri
Hi Ashutosh, Flink has a Machine Learning library, Flink-ML. You can find more information and examples the documentation [1]. The code is currently in the flink-staging repository. There is also material on Slideshare that you might find interesting [2, 3, 4]. I hope this helps! -Vasia. [1]: ht

Re: Machine Learning on Apache Fink

2016-01-09 Thread Ashutosh Kumar
I see lot of study materials and even book available for ml on spark. Spark seems to be more mature for analytics related work as of now. Please correct me if I am wrong. As I have already built my collection and data pre processing layers on flink , I want to use Flink for analytics as well. Thank

Machine Learning on Apache Fink

2016-01-09 Thread Ashutosh Kumar
I am looking for some study material and examples on machine learning . Are classification , recommendation and clustering libraries available ? What is the timeline for Flink as backend for Mahout? I am building a meta data driven framework over Flink . While building data collection and transform