ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
hj has joined #mlpack
< Param-29Gitter[m>
@naruarjun have a look at implementation of following algorithms
< Param-29Gitter[m>
1) K-means
< Param-29Gitter[m>
2) Random forest.
hj has quit [Remote host closed the connection]
atreya has joined #mlpack
atreya has quit [Client Quit]
< TanayMehtaGitter>
Hey everyone! I was working on my proposal, but I wondered if it's OK to send a draft (for reviewing) to the respective mentor personally?
< Param-29Gitter[m>
Hey @rcurtin , @zoq will we be having video meetup today (1800 UTC on Thursday )? It has been 2 weeks :).
< Saksham[m]>
yeah we received a mail regarding it
< jeffin143[m]>
Yes I am in
< chopper_inbound4>
For some reason I am always absent in video chats :( I am currently on my way to home with bad internet connection.
< jeffin143[m]>
Any clue where is Toshal Agrawal (Gitter) ?
< himanshu_pathak[>
Saksham: I have questions about the project :) will ask there
Heisenbug has joined #mlpack
< jeffin143[m]>
Also sreenik :)
< Heisenbug>
Hello, regarding GSoC I want to have a discussion regarding the Visualization Tool Project.
< Heisenbug>
I also mailed on mailing list but there was no response and as date is coming closer I need some insight from mentors to prepare for the project proposal.
< Heisenbug>
I have already started to working on the tool, and made some developed some basic functionalities.
< jeffin143[m]>
Hi Heisenbug :)
< jeffin143[m]>
I was working on the same proposal
< Heisenbug>
I plotted accuracy curves for models in model zoo, I also visualized K-Means, which shows real time clustering...
< jeffin143[m]>
What have used as bare tool ??
< Heisenbug>
Hiii jeffin143[m]
< jeffin143[m]>
Have you build it or using something ?
< Heisenbug>
OpenCV and Matplotlibcpp
< jeffin143[m]>
Is it a dashboard , or saving it as file ??
< Heisenbug>
We can save it as a file...
< Heisenbug>
Shall I open a PR for kmeans?
< Heisenbug>
so, that you can see it by yourself?
< jeffin143[m]>
We were looking for a dashboard thing , so that user can see real time action
< jeffin143[m]>
Something similar to websocket
< jeffin143[m]>
Like tensorboard , where as you are training the graph gets updates
< Heisenbug>
It is real-time, you can see the clustering...
< Heisenbug>
Yeh, it will open a window and will train realtime...
< jeffin143[m]>
Oh really
< jeffin143[m]>
Ok so basically you are plotting it again after every small intervals , right ?
< Saksham[m]>
jeffin143 do you any idea about the CMAKE project ?
< Heisenbug>
yea, the cluster points will be plotted in different colors for different clusters...Each point will be plotted as the algo trains...
< jeffin143[m]>
@Saksham if I am not wrong @birm:matrix.org: is the mentor of the project
< jeffin143[m]>
@Heisenbug : did you submit your draft proposal
< jeffin143[m]>
?
< jeffin143[m]>
Saksham : idea in the sense , are you going to mentor that ?
< Manav-KumarGitte>
I wanted to have discussion on application of ANN implemented in mlpack project. Can somebody help me with it..
< Saksham[m]>
I think you are confusing me for the wrong saksham 😛
< jeffin143[m]>
Ohh
< jeffin143[m]>
Exactly
< jeffin143[m]>
Same name
< jeffin143[m]>
My bad
< Heisenbug>
No I didn't jeffin143[m]...
< Saksham[m]>
which projects are you mentoring ?
< jeffin143[m]>
Ok just go ahead , record a video of the clustering thing and please pitch your idea today , just spare some time and put up the proposal so that mentors can see
< Heisenbug>
Shall I submit one?
< jeffin143[m]>
Yes heisenbug , go ahead and submit it
< jeffin143[m]>
Asap
< jeffin143[m]>
Saksham: I will be trying the gsoc as a student :) most probably
< jeffin143[m]>
If that doesn't work out I will still be helping here and there and learning things out :)
< Heisenbug>
Which project are you working on?
< jeffin143[m]>
I was working on the same project as you , the dashboard one
< Heisenbug>
was working? Are you not now?
< jeffin143[m]>
So I thought of using boost::asio to transfer the logs and all the information to web frontend so that it can all been seen at once
< jeffin143[m]>
But rcurtin suggested me to find an alternative
< jeffin143[m]>
Since building a full dashboard in 3 months in not realistic
< jeffin143[m]>
So he told me to integrate it with some existing dashboard
< jeffin143[m]>
I did research it a bit
< jeffin143[m]>
I am not sure how would we really do it
< Heisenbug>
But the idea itself says that integrating will increase the dependency and will also not have all the functionalities we need.
< jeffin143[m]>
Heisenbug: if you have to plot 3 graphs simultaneously , did it open 3 windows or a window with 3 pane
< Heisenbug>
I haven't tried it out yet, I am just plotting one at a time...
< Saksham[m]>
not working on this project, but would wrapping something like tensorboard not be a good idea?
< Heisenbug>
That would be good Saksham[m] but we can't build that directly, it would take a lot of time for that.
< jeffin143[m]>
<Heisenbug "But the idea itself says that in"> Heisenbug: tensorboard has all the functions we need ,
< jeffin143[m]>
And I have very less time to do that 😂
< jeffin143[m]>
May be before 31st march
< Heisenbug>
I dont think personally thats a good idea...
< jeffin143[m]>
<Heisenbug "That would be good Saksham but w"> Heisenbug: yes it will the main reason behind , our Ann infra is full c++ , I mean we can easily do it for machine learning algorithms
< Heisenbug>
what i want is, build a class Visualise which will have all the code for it now, complete it this summer...
< jeffin143[m]>
And that is the where majority of work is being done and hence without Ann support , it wouldn't be match of helpp
< jeffin143[m]>
Ann in the sense lstm gan and everything
< Heisenbug>
and then build a front-end for it later...
< Heisenbug>
we can use the pre existing code...
< Heisenbug>
we then just need to build a front-end which will help users navigate through the graphs or they can directly access it from code.
< Heisenbug>
I have also plotted curves for validation accuracy vs training accuracy...
< jeffin143[m]>
Heisenbug , if you using plotting the graph in window
< jeffin143[m]>
How are you planning to redirect it to frontend m
< jeffin143[m]>
?
< Heisenbug>
it will update after each epoch...
< Heisenbug>
That what I want to discuss with mentors...
< PrinceGuptaGitte>
Hi, sorry to interrupt in between a conversation. I had a little doubt about GSOC proposal. Should I mention only the currently open/merged PRs or should I also mention the ones which got closed in Contributions section.
< jeffin143[m]>
Prince Gupta (Gitter): you can mention all the pr :)
< jeffin143[m]>
Closed opened merged
< jeffin143[m]>
All repo :)
< PrinceGuptaGitte>
Ok I will. Thanks for telling me. :)
< jeffin143[m]>
Heisenbug: anyways just go ahead and submit the proposals, They would get back to you
< jeffin143[m]>
Isn't opencv and matplotlibcpp a dependency then ??
< Saksham[m]>
does gsoc allow us to edit our proposals ?
< Heisenbug>
Yea, I know...but we can atleast build the whole tool as we want...
< Heisenbug>
It was also mentioned in the idea that we can use opencv so lets see...
< Heisenbug>
Yea, we can edit...
< Heisenbug>
we can edit only draft proposals..
< jeffin143[m]>
Saksham ; draft proposal are online docs so you can edit them
< jeffin143[m]>
But final is pdf
< Heisenbug>
You had discussion with the mentor for this project jeffin143[m]?
< jeffin143[m]>
No I just had a small suggestions from rcurtin
< jeffin143[m]>
I haven't be able to get in touch with ToshalAgrawal[m] about it
< Heisenbug>
Ryan Birmingham is the mentor for this project right?
< Heisenbug>
I also mailed on mailing list regarding this but no reply till now...
Heisenbug has quit [Remote host closed the connection]
< jeffin143[m]>
I wasn't aware he is the mentor :)
< heisenbug>
No worries, that check that out...
< heisenbug>
maybe mentors will join in here...
< jeffin143[m]>
:)
heisenbug is now known as heisenbuug
< Manav-KumarGitte>
@rcurtin the cmake flag you suggested me didn't worked for building on Mac OS. I am really struggling with it. Do you have any other alternative?
< vigsterkr[m]>
Manav-Kumar (Gitter): check their CI definitions in the repository for macos
< vigsterkr[m]>
you can learn a lot of things from there
< Saksham[m]>
i followed it and seemed to work perfectlly
favre49 has joined #mlpack
< Manav-KumarGitte>
Ok, i follow it.
< Manav-KumarGitte>
It's still not working. Getting the same error as before. I was supposed to just use the system default compiler and i have done that but not working
ImQ009 has joined #mlpack
heisenbuug has quit [Remote host closed the connection]
< Manav-KumarGitte>
Are you too on Mac OS?
< hemal[m]>
no, linux ubuntu
< Manav-KumarGitte>
ohh, i am facing the same problem from last few days
< hemal[m]>
any workaround ?
< Manav-KumarGitte>
On Mac
< Manav-KumarGitte>
They just asked to follow the ci definitions in the repository but that also didn't work for me
< zoq>
Did you start with a clean build, so, removed the build folder?
temp has joined #mlpack
< hemal[m]>
no, i'll try that now
temp is now known as heisenbuug
< Manav-KumarGitte>
Yes
< hemal[m]>
clean build seems to work, will take a while to finish ...
< hemal[m]>
I wanted to save time, but now we wait ... 😂
< jeffin143[m]>
hemal (@hemal:matrix.org): that sometimes happen
< jeffin143[m]>
Hen pre compile header
< jeffin143[m]>
Is changed
< jeffin143[m]>
Run make clean
< hemal[m]>
what is the hen precompiled header, what is it used for ?
< heisenbuug>
Hey mentors,
< heisenbuug>
I have submitted my draft proposal for the Visualization Tool Projcet, hope I can get some feed back regarding the prposal.
< heisenbuug>
Thank you.
< heisenbuug>
Project*
< heisenbuug>
proposal*
< zoq>
hemal[m]: Used to accelerate the build process.
< hemal[m]>
zoq: got it, thanks!
< jeffin143[m]>
rcurtin : should we record zoom meeting and put that up , so that whomsoever misses it can revist it and know what was there
< jeffin143[m]>
:) no documentation needed , zoom does give you the option to record the video
< jeffin143[m]>
hemal (@hemal:matrix.org):
< jeffin143[m]>
Sorry its not hen precompiled header
< jeffin143[m]>
It was when precompiled header*
< hemal[m]>
jeffin143: oh, ok, thanks
< zoq>
jeffin143[m]: We would have to ask everyone for permission, don't think that's feasible, we could write a protocol, but not sure we have time for that.
< PrinceGuptaGitte>
I have submitted my proposal draft through GSOC registration. Looking forward to every suggestion for improvement.
< Saksham[m]>
ryan for the draft do we need to answer all the personal and optional questions, or just the project proposal works for now ?
< zoq>
Saksham[m]: For the draft that's fine, we don't provide feedback for personal questions :)
< Saksham[m]>
thanks
< heisenbuug>
zoq, who is mentoring the visualization tool project? It's listed as Ryan Birmingham, but I was not able to get in touch with him via icr or mailing list...
< zoq>
heisenbuug: Some of us are currently adapting to a new situation, so we can't provide responses as fast as we liked to, so please be patient.
< heisenbuug>
ohhh, sorry...didn't mean to rush you guys...with all this going on in the world right now everyone is disturbed.
< zoq>
exactly
< heisenbuug>
I am glad that we can contribute to opensource via sitting at home...
< heisenbuug>
And GSoC is anyways a work from home thing...
< zoq>
I think a lot of people use the equipment at their universities, for GSoC as well.
< heisenbuug>
Yea, even my university is closed and we all can back from the colleges to our home.
< Param-29Gitter[m>
Yea... some students are facing these issues
< heisenbuug>
In india govt as issued an order to close all the universities.
< sreenik[m]>
I never thought of using my uni computers, would have saved a ton of time spent in compiling on my laptop
< heisenbuug>
Yea, hardware will a considerable issue this season...
< chopper_inbound4>
I was staying at our hostel and using university's server but yesterday they told us to vacate hostels :(
< sreenik[m]>
heisenbuug: It generally always is. Many gsoc-ers I have met have bought a pc after gsoc (including me), and almost all of us only had a crappy laptop at that time. But it never occured to me about using uni PCs :(
< heisenbuug>
Even I dont have a pc setup, staying in hostels and setting up a pc is difficult...
< sreenik[m]>
On the other hand I remember shifting from xfce to i3 (i3 is just a window manager, not a complete GUI) just to free up 200Mb of RAM, took a while to set up but I have never looked back since.
< heisenbuug>
Ohhh, I run dual boot windows and Ubuntu
< heisenbuug>
Windows for gaming only.
< favre49>
Does anyone here use vim for development?
< favre49>
It would be great if you would share your vimrc :)
heisenbuug has quit [Ping timeout: 240 seconds]
< birm[m]1>
I need to figure out why I'm not being notified of irc, especially mentions.
< birm[m]1>
It looks like I've just missed heisenbuug
< Param-29Gitter[m>
Hey @brim I solved the kernel issue #2315.
< Param-29Gitter[m>
@birm *
< Param-29Gitter[m>
Hey @birm I solved the kernel issue #2315.
< LakshyaOjhaGitte>
Hi @favre49 are you talking about the vim editor ?
< LakshyaOjhaGitte>
In Linux
< favre49>
Yup
< chopper_inbound4>
it seems cv is requested in the project proposal. Can we just put link to cv?
< zoq>
chopper_inbound4: We don't require a CV, you can answer the basic question in a couple of words.
< kartikdutt18Gitt>
Hey everyone, Did anyone try the new Github app?
< kartikdutt18Gitt>
*mobile app
< himanshu_pathak[>
kartikdutt18 (Gitter): Yeah it's nice to use it
< zoq>
SriramSKGitter[m: There is no limit, but it would be great if you can provide the information in a compact form.
< kartikdutt18Gitt>
Hey zoq, Would it be okay to include relevant internships and hackathons as part of the proposal?
< M_slack_18>
chopper_inbound Ok thanks
< zoq>
kartikdutt18Gitt: Sure, I think that is a great idea.
< kartikdutt18Gitt>
Great. Thanks a lot.
< M_slack_18>
Other than the papers mentioned on the idea page is there something else I could implement too
< M_slack_18>
Specifically for rl
< SriramSKGitter[m>
@zoq : Thanks, I'll keep that in mind.
< zoq>
M_slack_18: Yes, the papers listed are just ideas.
< himanshu_pathak[>
zoq: I want to know that if I am designing a class such as DBN can I include a simple code snippet for that to show the functionality
< himanshu_pathak[>
in my proposal
< himanshu_pathak[>
sorry *architecture
heisenbuug has joined #mlpack
< zoq>
himanshu_pathak[: Absolutely, pseudo code is often really helpful to support an idea.
< himanshu_pathak[>
zoq: Thanks I will add it
r-purohit7 has joined #mlpack
r-purohit7 has quit [Remote host closed the connection]
< heisenbuug>
We are having video meet-up, right?
< rcurtin>
yeah, in about ten minutes I'll join in
< heisenbuug>
yea, even I will...
< heisenbuug>
This wil be my first time though
< sreenik[m]>
My desk is so stocked with snacks that there's no place for my laptop. I'll join through my PC (no camera or mic :( )
< zoq>
Can't make it.
< rcurtin>
zoq: no worries, see you another time :)
< rcurtin>
I'll probably get through some of those today, but perhaps some of those warrant opening more in-depth issues
< pickle-rick[m]>
has the old models repo been taken down?
< rcurtin>
I just renamed it to examples/, everything is intact
< pickle-rick[m]>
ah i see phew 😂
< rcurtin>
the new models/ repo has the same git history
< rcurtin>
(I just merged in the examples/ repo)
< rcurtin>
so basically they are clones, but all the issues and PRs went to the examples/ repo
< kartikdutt18Gitt>
Ahh, That's great. Thanks a lot. I will reopen some of my PRs, so that we can started with a models repo as well.
< rcurtin>
sounds good; I won't be able to handle everything today probably, but I hope to at least get issues open so that we have written down the things that should be done
< sreenik[m]>
Btw rcurtin we are still having a good chat in the room after you left, much unlike what generally happens :)
< rcurtin>
sreenik[m]: awesome, I am stuck in a far less interesting situation :)
< kartikdutt18Gitt>
Yes that makes a lot of sense. I think we already have people starting to taking some of the issues that I opened. Hopefully we could finish up with restructuring in the next couple of weeks.
< sreenik[m]>
rcurtin: :)
heisenbuug has left #mlpack []
ImQ009 has quit [Quit: Leaving]
< metahost>
Ugh, missed the conference again. :'(
< metahost>
I was working on the proposal and lost track of time. :))