Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-04-02 Thread Upul Bandara
Hi Kasun, I reviewed your proposal and it looks OK for me. I have added few comments. Can you please look at them? Thanks, Upul On Sun, Apr 2, 2017 at 5:31 AM, Kasun Weerakoon wrote: > Hi Upul, > > I shared my draft proposal in GSoC dashboard and I kindly request your >

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-04-01 Thread Kasun Weerakoon
Hi Upul, I shared my draft proposal in GSoC dashboard and I kindly request your feedback in improving the proposal. Thanks and Regards, *Kasun Bandara* Faculty of Information Technology, University of Moratuwa 0715787004 | kasun...@gmail.com

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-28 Thread Kasun Weerakoon
Hi, I'm working on the project proposal and there were several questions emerged as follows, 1. In offline machine learning we normally preprocess data by doing operations such as *scaling*, before training the model. So in the streaming algorithm is there any way to do that? 2.

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-26 Thread Upul Bandara
Please find answers inline: The questions I have: 1) Are we going to implement one extension for every algorithms or an new extension for each learning algorithms. One extension for all algorithms (please looks at https://github.com/wso2-extensions/siddhi-execution-math for an example) 2)

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-22 Thread Kasun Weerakoon
Hi, I started working on the project proposal as you mentioned and came up with a sample perceptron classifier algorithm. Please find the github repo in following link - https://github.com/KasunWeerakoon/GSoC_WSO2 It would be great if you can provide me some feedback about it. Thanks and

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-21 Thread Nadheesh Jihan
That is better. Then do we have to provide the list of algorithms with the proposal? I'm currently working on the proposal. I have implemented a small prototype and I attached the link to the GitHub repository. It is a Siddhi extension, which uses Perceptron algorithm for training.Moreover, I

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-19 Thread Upul Bandara
Hi Nadheesh, We are planning to implement a small set (manageable for a student to implement and test within 2-3 months) of streaming ML algorithms. The list of algorithms is not fixed and we encourage students to come up with a list of algorithms. Most probably, we will implement: 1. Perceptron

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-19 Thread Upul Bandara
Hi Viraj, We are glad to see your interest! Please find answers to your questions. 1. We are planning the develop an ML library for streaming machine learning. 2. "If we are supposed to build a complete functionality," can you please elaborate what is mean my complete functionality.

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-19 Thread Nadheesh Jihan
I went through the book (*Chapter 12 :** Mining of Massive Datasets*) that was recommended by Upul to other candidates. Are we going to implement the algorithms mentioned in that chapter? What will be the required level of scalability and performance of those algorithms. I'm going to start on a

[Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-18 Thread Viraj Gamage
Hi, I'm Viraj Salaka, a 3rd year undergraduate from Department of Computer Science and Engineering, University of Moratuwa. I would like to do a project for WSO2 for GSoC 2017. Considering my interests and capabilities, I have chosen Proposal-24 (Real-Time Machine Learning Toolkit for Siddhi). I

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-18 Thread Sriskandarajah Suhothayan
On Sat, Mar 18, 2017 at 8:18 PM, Nadheesh Jihan wrote: > Hi, > > I am an undergraduate from Department of Computer Science and Engineering > at University of Moratuwa. I recently completed my internship period at > WSO2. While I was working at WSO2, I was exposed to machine

[Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-18 Thread Nadheesh Jihan
Hi, I am an undergraduate from Department of Computer Science and Engineering at University of Moratuwa. I recently completed my internship period at WSO2. While I was working at WSO2, I was exposed to machine learning and real-time event processing using Siddhi. I am interested about Proposal-24

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-14 Thread Upul Bandara
Hi Kasun, Sounds good. Also, please start working on the project proposal as well. The proposal should be included following high-level sections and please feel free to add sub-sections as needed. 1. Description 2. Deliverables 3. Timeline 4. Implementation Thanks, Upul On Tue, Mar 14, 2017

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-08 Thread Satyarth Praveen
Thanks Upul. Will keep you updated. Regards, Satyarth Praveen On 09-Mar-2017 9:21 AM, "Upul Bandara" wrote: > Hi Satyarth, > > Looks good, please try to implement few algorithms in Java and if you need > some help please let me know. > > The proposal should be included

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-08 Thread Upul Bandara
Hi Satyarth, Looks good, please try to implement few algorithms in Java and if you need some help please let me know. The proposal should be included following high-level sections and please feel free to add sub-sections as needed. 1. Description 2. Deliverables 3. Timeline 4. Implementation

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-06 Thread Satyarth Praveen
Thanks, Upul I'll go through the book and try implementing the algorithms. Meanwhile, can I get some guidance on the proposal? This is my first time applying to GSoC, so I have little idea about the drafting of the proposal. Thank you Regards, Satyarth Praveen On Mon, Mar 6, 2017 at 9:18 AM,

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-06 Thread Upul Bandara
Hi Satyarth, Thanks for the update. I think next, you can implement few machine learning algorithms in Java. When you are developing algorithms, think about what modifications we need to do in order to work those algorithms well in streaming environments. The Chapter 12 of the Mining of Massive

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-03-06 Thread Satyarth Praveen
Hi, I have gone through the given links, gone through the Getting Started guide, solved the above issues, and now have a pretty decent idea of the platform. Can you please guide me as to what should I do next? Thanks Regards, Satyarth Praveen On Mon, Feb 27, 2017 at 10:25 AM, Satyarth Praveen

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-27 Thread Upul Bandara
Hi Kasun, Great! Also, please verify your eligibility as per the GSoC rules: https://summerofcode.withgoogle.com/rules/ Thanks, Upul On Tue, Feb 21, 2017 at 9:52 AM, Kasun Weerakoon wrote: > Hi Upul, > > Thanks you for your reply. I'll go through above mentioned guides and

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-26 Thread Satyarth Praveen
Thanks Upul. Will try these and get back. Regards, Satyarth Praveen On Mon, Feb 27, 2017 at 8:48 AM, Upul Bandara wrote: > Hi Satyarth, > > For your first question: Please create a logger publisher for your output > stream and see whether it print output events to the console?

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-26 Thread Upul Bandara
Hi Satyarth, For your first question: Please create a logger publisher for your output stream and see whether it print output events to the console? For your second question: According to the error message, it tried to get some artifact from the wso2-nexus. But it can't read those data since

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-25 Thread Satyarth Praveen
Hi, I am also getting an error trying to build the WSO2 CEP project . The last few line of the terminal output while building the project are:- ===

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-24 Thread Satyarth Praveen
Hi, I was going through the WSO2 CEP Getting Started guide. I'm unable to plot the live stream graph in the dashboard. I successfully created the input stream and output stream. I successfully created the gadget and the dashboard and I published the data using curl command in terminal, but no

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-22 Thread Satyarth Praveen
Great. Thanks. Regards, Satyarth Praveen On Wed, Feb 22, 2017 at 10:31 PM, Nirmal Fernando wrote: > Yes, I think you're good. > > On Wed, Feb 22, 2017 at 10:30 PM, Satyarth Praveen > wrote: > >> Oh ok. >> So as per the details, I am eligible, right? >>

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-22 Thread Nirmal Fernando
Yes, I think you're good. On Wed, Feb 22, 2017 at 10:30 PM, Satyarth Praveen wrote: > Oh ok. > So as per the details, I am eligible, right? > > Regards, > Satyarth Praveen > > On Wed, Feb 22, 2017 at 10:12 PM, Nirmal Fernando wrote: > >> Thanks,

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-22 Thread Satyarth Praveen
Oh ok. So as per the details, I am eligible, right? Regards, Satyarth Praveen On Wed, Feb 22, 2017 at 10:12 PM, Nirmal Fernando wrote: > Thanks, Satyarth. It's to verify your eligibility as per the GSoC rules: > https://summerofcode.withgoogle.com/rules/ > > On Wed, Feb 22,

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-22 Thread Nirmal Fernando
Thanks, Satyarth. It's to verify your eligibility as per the GSoC rules: https://summerofcode.withgoogle.com/rules/ On Wed, Feb 22, 2017 at 10:09 PM, Satyarth Praveen wrote: > Hi Nirmal, > My exams and project submissions will get over by the end of May. > And

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-22 Thread Satyarth Praveen
Hi Nirmal, My exams and project submissions will get over by the end of May. And tentatively, the final results will be out by the end of June or by July. If it's not an issue, may I know the requirement of this detail, please? Thanks Regards, Satyarth Praveen On Wed, Feb 22, 2017 at 9:58 PM,

Re: [Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-22 Thread Nirmal Fernando
[Looping the mentors] Hi Satyarth, Thanks for your interest in the project. Mentors would get back to you with more details. Would you mind letting us know the date you will be passed out? On Mon, Feb 20, 2017 at 12:59 AM, Satyarth Praveen wrote: > Hello everyone, > >

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-20 Thread Kasun Weerakoon
Hi Upul, Thanks you for your reply. I'll go through above mentioned guides and get back to you later. Regards, Kasun Weerakoon. On Tue, 21 Feb 2017, 08:39 Upul Bandara, wrote: Hi Kasun, We are glad to see your interest! The main objective of this project is to develop a

Re: [Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-20 Thread Upul Bandara
Hi Kasun, We are glad to see your interest! The main objective of this project is to develop a real-time machine learning toolkit for Siddhi [1]. Siddhi CEP is a lightweight, easy-to-use Open Source Complex Event Processing Engine (CEP) released as a Java Library under Apache Software License

[Dev] [DEV] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-20 Thread Kasun Weerakoon
Hi all, I'm Kasun Weerakoon, final year undergraduate of University of Moratuwa, Sri Lanka. I'm interested about above mentioned project idea as I'm passionate about machine learning and deep learning techniques. I have used ML in my final year project and have followed the Coursera machine

[Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-19 Thread Satyarth Praveen
Hello everyone, I'm Satyarth Praveen, a 4th-year undergraduate student from Delhi Technological University (formerly DCE), New Delhi. I'm interested in implementing the *Real-Time Machine Learning Toolkit for Siddhi