Re: [mlpack] GSoC 2020: Visualization Tool

2020-03-19 Thread deathcoderx
channel.RegardsGopi M Tatiraju Sent from my Samsung Galaxy smartphone. Original message From: Ryan Birmingham Date: 3/19/20 18:53 (GMT+05:30) To: Gopi Manohar Tatiraju Cc: mlpack@lists.mlpack.org Subject: Re: [mlpack] GSoC 2020: Visualization Tool Hello, and apologies for my

Re: [mlpack] GSoC 2020: Visualization Tool

2020-03-19 Thread Ryan Birmingham
Hello, and apologies for my absence. In case it's not clear, were I to mentor the visualization project, I'd certainly need a co-mentor. GSOC, if done right, is a reasonable time commitment, and students deserve good support, which I don't think I can offer entirely on my own now. That being

Re: [mlpack] GSoC 2020: Visualization Tool

2020-03-17 Thread Gopi Manohar Tatiraju
Hey Mentors, Regarding the visualization project, I am looking for some feedback and help to prepare a proof of concept. My previous mail depicts my doubts about should we integrate this tool with the existing library as this will impact our path to build the tool. Also I have already started to

Re: [mlpack] GSoC 2020: Visualization Tool

2020-03-12 Thread Gopi Manohar Tatiraju
Hey Rahul, If you don't mind me asking, are you mentoring this project? Coz it was not listed on the idea page and there are many things which I would I like to discuss about this project from a mentor's perspective. About serialized model, I need to go through the saved .h5 file to see how

Re: [mlpack] GSoC 2020: Visualization Tool

2020-03-12 Thread Rahul Prabhu
Hey Gopi, Thanks for the interest in this project. I was wondering, to visualize the neural network, could we not just parse the serialized model returned by data::Save()? On Thu, Mar 12, 2020 at 11:59 PM Gopi Manohar Tatiraju < deathcod...@gmail.com> wrote: > Hey, > > Regarding Visualization

[mlpack] GSoC 2020: Visualization Tool

2020-03-12 Thread Gopi Manohar Tatiraju
Hey, Regarding Visualization Tool, I think we may need to use one or more different libraries to build it, so a discussion regarding the dependencies is needed to proceed further. I took the example of Digit Recogniser and started working on