verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
Bartek has quit [Remote host closed the connection]
anatolemoreau4 has joined #mlpack
awhitesong1 has left #mlpack []
anatolemoreau has joined #mlpack
anatolemoreau4 has quit [Ping timeout: 268 seconds]
wasiq has joined #mlpack
anatolemoreau has quit [Ping timeout: 250 seconds]
< wasiq>
Hey a beginners tip that I figured. If you're having trouble with creating datasets then you can just download a whole dataset online and use it in mlpack.Pretty cool stuff.
< wasiq>
and then plot the data on a graph using gnuplot.
kirizaki has joined #mlpack
< kirizaki>
merry christmas xD
nilabhra_ has joined #mlpack
nilabhra_ has quit [Remote host closed the connection]
Nilabhra has quit [Remote host closed the connection]
Nilabhra has joined #mlpack
wasiq has quit [Ping timeout: 252 seconds]
wasiq has joined #mlpack
< wasiq>
kirizaki, lol. I should write a guide to mlpack for dummies. XD
Mathnerd314 has quit [Ping timeout: 260 seconds]
nilay has quit [Ping timeout: 250 seconds]
< kirizaki>
You know what :P I can help with that if You like :D
< kirizaki>
one thing I can think of: an mlpack::utility::plot with preety doxygen comments
< kirizaki>
it can go straight to web site
< kirizaki>
nah, I just fantasize :P
< kirizaki>
but better guide should be provided for sure and synchronize mlpack.org guides with github readme and wiki
awhitesong1 has joined #mlpack
awhitesong1 has quit [Ping timeout: 276 seconds]
tsathoggua has quit [Quit: Konversation terminated!]
chick_ has quit [Quit: Connection closed for inactivity]
AtlzKb has joined #mlpack
AtlzKb has quit [Remote host closed the connection]
AtlzKb has joined #mlpack
AtlzKb has left #mlpack []
Nilabhra has quit [Read error: Connection reset by peer]
AtlzKb has joined #mlpack
AtlzKb has quit [Client Quit]
AtlzKb has joined #mlpack
AtlzKb has quit [Ping timeout: 240 seconds]
AtlzKb has joined #mlpack
AtlzKb has quit [Client Quit]
AtlzKb has joined #mlpack
AtlzKb has quit [Client Quit]
AtlzKb has joined #mlpack
Awcrr has joined #mlpack
Awcrr has quit []
AtlzKb has quit [Ping timeout: 264 seconds]
< wasiq>
kirizaki, I lost you at your fantasy. Yeah I just felt that the website should be a bit easier to understand,but thats relative as I dont have a background in ML.
< wasiq>
I think my guide would be more of a dummies approach to ML, and then how you can do really geeky stuff with mlpack. XD
< wasiq>
Thanks a lot for the link,I was looking for something like that :)
AtlzKb has quit [Remote host closed the connection]
awhitesong has joined #mlpack
Nilabhra has joined #mlpack
virtualgod has joined #mlpack
Mathnerd314 has joined #mlpack
ranjan123 has joined #mlpack
AtlzKb has joined #mlpack
< kirizaki>
this guide which You send in link is really good, we can provide something like this but against mlpack's applications
< kirizaki>
and to be honest it's good start for me because I don't have any knowledge with ML
AtlzKb has quit [Remote host closed the connection]
AtlzKb has joined #mlpack
< kirizaki>
at the moment I just done some utility-like stuff for mlpack, but this is good aproach for beginners like me and You to start with ML
< kirizaki>
if You need some help I can offer myself but You can do it on Your own too ;)
< kirizaki>
I just can review it and help to improve by giving You some opinions
AtlzKb has quit [Remote host closed the connection]
anatolemoreau has joined #mlpack
palashahuja has joined #mlpack
< wasiq>
kirizaki, yeah It would be much easier to do this with someone , can you explain what kind of utility you're helping with?
< kirizaki>
right now I finished mlpack::backtrace just for Linux
< kirizaki>
it's giving some sort of backtrace when Log::Assert() / Log::Fatal when mlpack is compiled with debugging symbols
< kirizaki>
and the second thing is that I'm working on Fuzzy Logic algorithm but it's gonna be long story xD
< kirizaki>
I like more utility stuff
AtlzKb has joined #mlpack
virtualgod has quit [Quit: Connection closed for inactivity]
< kirizaki>
so let's say I could put those nice plots into Yours beginners guide
< kirizaki>
right now I don't have any idea how to done any kind of plots [2D / 3D] in C++ but it's always thing I wanted to do :)
< kirizaki>
so what You think about it? ;)
< wasiq>
My guide would be a text document,but you're saying create a utility graph plotter custom for mlpack right?
< wasiq>
Yeah sounds very interesting.We should look into this.
AtlzKb has quit [Ping timeout: 264 seconds]
< wasiq>
Are you with the core developers by any chance? because we would have to ask them if its feasible.
anatolemoreau1 has joined #mlpack
< kirizaki>
yes but I'm having some concerns about graph plotter, due to that it can overload a mlpack
< kirizaki>
it's already ~150MB
anatolemoreau has quit [Ping timeout: 248 seconds]
< kirizaki>
but yes, we have to ask rcurtin or zoq about it
< kirizaki>
I'm just average contributor from october 2015
KeonKim has joined #mlpack
< kirizaki>
let's ask them maybe at Tuesday
< kirizaki>
after eastern
< wasiq>
:) sure we'll discuss it with them then.
< wasiq>
Happy easter :)
< kirizaki>
thanks, You too ;)
uzipaz has joined #mlpack
< uzipaz>
any mentors around right now?
< ranjan123>
India won . ;)
< ranjan123>
oops
< kirizaki>
non I think
< ranjan123>
Hi kirizaki !
< uzipaz>
If I want to do a clean and rebuild of the mlpack library, do I just delete the build folder and start over again with mkdir/cd build and cmake ..? or do I need to invoke a uninstall program?
< ranjan123>
make clean
< uzipaz>
make clean and then remove the folder?
< ranjan123>
what is your aim ?
< kirizaki>
delete old build
< kirizaki>
make new dir for build
< kirizaki>
and build it again
< kirizaki>
mlpack doesn't have any uninstall feature
< kirizaki>
You can erase libmlpack.so from /usr/local/../libmlpack.so