Re: [mlpack] GSoC and Open Source Contribution

2020-11-19 Thread Rahul Prabhu
Hi Vaibhav, Have you seen https://www.mlpack.org/community.html ? This should help you out on how to get started. If you have any questions, the IRC is the best place to ask. On Thu, Nov 19, 2020 at 12:53 AM Vaibhav Gupta wrote: > Hello Sir / Ma'am, > > I am Vaibhav Gupta, a second-year

Re: [mlpack] Unsubscibe from this mailing list

2020-06-12 Thread Rahul Prabhu
Hey, You can unsubscribe from this list from the site https://www.mlpack.org/mailman/listinfo/mlpack . The option to unsubscribe is at the bottom of the page. On Fri, Jun 12, 2020 at 11:18 PM aniket agarwal wrote: > Hi, > I would not like to receive any more updates from this mailing list and >

Re: [mlpack] Rejected Project Proposal for Enhance CMA-ES

2020-05-05 Thread Rahul Prabhu
Hey, I'll respond off list in a couple minutes. On Tue, May 05, 2020 at 07:23:18PM +0530, Saksham Rastogi wrote > Hi, > I’m Saksham and my project proposal for CMA-ES got rejected this year. > I would be grateful if the mentors can provide feedback so that I can have > a successful one in the

Re: [mlpack] GSOC'20 - Project Discussion

2020-03-28 Thread Rahul Prabhu
If you would like to unsubscribe, I think you're looking for https://www.mlpack.org/mailman/listinfo/mlpack On Sat, Mar 28, 2020 at 4:57 PM Tanvi Agarwal wrote: > Unsubscribe > > On Sat, Mar 7, 2020, 19:15 Mrityunjay Tripathi > wrote: > >> Hi everyone, >> I am Mrityunjay Tripathi, a 3rd-year

Re: [mlpack] Regarding GSoC'20 Project as well as Proposal

2020-03-27 Thread Rahul Prabhu
You can contact mentors on this mailing list or the IRC (sorry for the previous mail, forgot to hit Reply All) On Fri, Mar 27, 2020, 10:26 PM Garv Tambi wrote: > Hello Mentors, > After reading many articles and Research paper and understanding the > mlpack codebase, I proposed my own Idea and

Re: [mlpack] GSoC Proposal for implementing HyperNEAT and es-HyperNEAT

2020-03-14 Thread Rahul Prabhu
Hey Pranav, It would be great if my NEAT implementation could be extended. I think you should focus on CPPNs and HyperNEAT, since it seems infeasible to also create ES-HyperNEAT in the time left. CPPN's are pretty nice - off the top of my head, it would be cool if we could add something to the

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

Re: [mlpack] Regarding GSoC20

2020-03-02 Thread Rahul Prabhu
Hi Garv, Glad you're interested in mlpack. You might want to check out https://www.mlpack.org/gsoc.html or GitHub for issues that interest you. PS: Please ignore the mail before this, accidentally didn't reply all :) On Tue, Mar 3, 2020 at 1:01 PM Garv Tambi wrote: > > Good Afternoon mentors,

Re: [mlpack] Contributing for GSoc

2019-09-08 Thread Rahul Prabhu
Hey Shaurya, You might want to check out http://www.mlpack.org/community.html. Mlpack also has it's own optimization library called ensmallen that you may be interested in contributing to. On Sun, Sep 8, 2019 at 4:04 PM Shaurya Vijay wrote: > Dear Sir, > > I am new to this and would like to

[mlpack] Implementation of Evolutionary Algorithms

2019-01-19 Thread Rahul Prabhu
Hi, Recently I have been studying and working with evolutionary algorithms, and wondered whether you would be interested in implementations of evolutionary algorithms like genetic algorithms, learning classifier systems and the like, and if so, which algorithms you would be interested in.