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/
< rcurtin>
hemal[m]: thanks, I think I've resolved the 64/32-bit issues now, so hopefully we can do a 3.3.0 release soon
togo has quit [Quit: Leaving]
< rcurtin>
today I'm cleaning up a car and taking pictures of it to sell it, but once I get the ad posted I should be able to start coordinating the 3.3.0 release...
< rcurtin>
I think the use of sparse matrices to represent graphs could be nice, hopefully the underlying format could be effective and efficient
< rcurtin>
(it's not just CSC, it's actually a "hybrid" of CSC for linear algebra operations, and std::map<> for access/modification)
togo has joined #mlpack
< jeffin143[m]>
Yahoo release
< jeffin143[m]>
There is a lot of work/updates recently so it would be a great release :)
eadwu[m] has joined #mlpack
eadwu[m] has left #mlpack []
< himanshu_pathak[>
Woah new release :)
eadwu has joined #mlpack
eadwu[m] has joined #mlpack
eadwu has quit [Remote host closed the connection]
< hemal[m]>
mlpack_3.3.0 let's have it ! 😊
nphamcs has joined #mlpack
nishantkr18 has joined #mlpack
nishantkr18 has quit [Remote host closed the connection]
nishantkr18 has joined #mlpack
nishantkr18 has quit [Remote host closed the connection]
nishantkr18[m] has joined #mlpack
nphamcs has quit [Remote host closed the connection]
NamanJainGitter[ has joined #mlpack
akashd has joined #mlpack
< jeffin143[m]>
Hi Naman Jain (Gitter) , we should dependences as much as possible
< jeffin143[m]>
There is no hard and fast rule , but avoiding dependancy is our primary target since Mlpack is already a heavy project
< jeffin143[m]>
And adding dependancy will make it more heavy
< jeffin143[m]>
As such if integrating it with existing is really giving promising results , we won't mind doing it
< jeffin143[m]>
I was also working on the same project , and trying to comp up with something from scratch , I do agree maintaining it will be cumber some but yes we could definitely make it our own :)
< jeffin143[m]>
> Hi Naman Jain (Gitter) , we should avoid dependencies as much as possible
< jeffin143[m]>
Edited -> avoid*
< NamanJainGitter[>
Hi, @jeffin143. Thanks for the quick response. Are you currently working on this project? What kind of support are you planning to provide. Since the project would require realtime updates for logging various metrics, I believe we would require some optimized c++ resource which could handle the realtime elements properly. Do you know any good resource for plotting (realtime) with c++? I found QT Charts library which
< NamanJainGitter[>
to an extent does solve this but again comes with heavy dependency issue i guess...
< SaraanshTandonGi>
Hey! Is someone here familiar with grid sampling. If yes can you please look at #2250 .
< jeffin143[m]>
Naman Jain (Gitter): we can't add it our core project , but can always setup a different repository , such as models repo and also benchmark repo , so similarly planning to come up with mlpack-board repo
< jeffin143[m]>
The frontend could be react or similar library , but has a wider support among peers more than qt