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/
zhuq has joined #mlpack
zuq has joined #mlpack
zhuq has quit [Ping timeout: 245 seconds]
zuq has quit [Ping timeout: 272 seconds]
Subham has joined #mlpack
Subham has quit [Ping timeout: 256 seconds]
Ethan__ has joined #mlpack
Ethan__ has quit [Quit: Page closed]
jeffin has joined #mlpack
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 245 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 252 seconds]
Kkush has joined #mlpack
Kkush has quit [Ping timeout: 256 seconds]
Toshal has joined #mlpack
vivekp has joined #mlpack
< jenkins-mlpack2> Project docker mlpack weekly build build #39: STILL UNSTABLE in 6 hr 20 min: http://ci.mlpack.org/job/docker%20mlpack%20weekly%20build/39/
jeffin has quit [Ping timeout: 252 seconds]
jeffin has joined #mlpack
Satyam has joined #mlpack
Satyam has quit [Client Quit]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
whoKnows has joined #mlpack
seewishnew has quit [Remote host closed the connection]
sreenik has joined #mlpack
Toshal has quit [Ping timeout: 245 seconds]
seewishnew has joined #mlpack
vivekp has quit [Ping timeout: 252 seconds]
vivekp has joined #mlpack
Toshal has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
Toshal has quit [Read error: Connection reset by peer]
Toshal has joined #mlpack
Toshal_ has joined #mlpack
Toshal has quit [Ping timeout: 272 seconds]
Toshal_ is now known as Toshal
Toshal has quit [Ping timeout: 268 seconds]
Toshal has joined #mlpack
Toshal_ has joined #mlpack
Toshal- has joined #mlpack
Toshal has quit [Ping timeout: 245 seconds]
Toshal_ has quit [Ping timeout: 268 seconds]
Toshal- has quit [Ping timeout: 245 seconds]
whoKnows has quit [Ping timeout: 256 seconds]
Toshal has joined #mlpack
Shine_ has joined #mlpack
Toshal has quit [Read error: Connection reset by peer]
Toshal_ has joined #mlpack
Toshal_ is now known as Toshal
Shine__ has joined #mlpack
seewishnew has joined #mlpack
< Shine__> Hello
seewishnew has quit [Remote host closed the connection]
Shine_ has quit [Ping timeout: 256 seconds]
< Shine__> I am a fourth year student from Thapar University, India and wish to contribute to your org via gsoc this year
< Shine__> Is it a bit late for me since proposal submissions will start from 25th?
Toshal_ has joined #mlpack
Toshal has quit [Ping timeout: 245 seconds]
Toshal_ is now known as Toshal
Toshal_ has joined #mlpack
Toshal has quit [Read error: Connection reset by peer]
Toshal_ is now known as Toshal
Toshal_ has joined #mlpack
Toshal has quit [Ping timeout: 272 seconds]
Toshal_ is now known as Toshal
Toshal has quit [Ping timeout: 244 seconds]
jeffin has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
jeffin has joined #mlpack
< jeffin> Zoq : regarding confusion matrix #PR , is it ok to convert continuous data into discrete like applying greatest integer function* and then proceeding
kanishq24b has joined #mlpack
< jeffin> Or may be only provide functionality for discrete data, but then should i just describe it in documention that user has to provide discrete data or should i have a check for the input
< jeffin> It would have time penality if i run a check
< jeffin> So may be just specify the user about how to use the api *
< zoq> Shine__: Hello, not at all.
seewishnew has joined #mlpack
< Shine__> zoq: Thanks. I am interested in applying for the project of Reinforcement Learning. I also wanted to ask if there is any other communication channel other than irc. Like slack or gitter?
seewishnew has quit [Remote host closed the connection]
seewishn_ has joined #mlpack
< Shine__> I am not to familiar with irc
< Shine__> too*
< zoq> jeff: I would go with discrete data only, about the check, we only have to check eT once, so I don't think this will be slow.
< jeffin> Ok done
< zoq> Shine__: We are old school, so IRC, mailing list, github, but we could think about gitter or something similar if the majority think this is a good idea.
< Shine__> zoq: Oh i forgot about the mailing list. I will subscribe to it right away
seewishn_ has quit [Ping timeout: 268 seconds]
Shine__ has quit [Ping timeout: 256 seconds]
Toshal has joined #mlpack
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
Toshal_ has joined #mlpack
Toshal- has joined #mlpack
Toshal has quit [Ping timeout: 272 seconds]
Toshal- is now known as Toshal
Toshal_ has quit [Ping timeout: 272 seconds]
kanishq24b has quit [Ping timeout: 245 seconds]
Toshal_ has joined #mlpack
Toshal has quit [Read error: Connection reset by peer]
Toshal_ is now known as Toshal
Suryo has joined #mlpack
< Suryo> zoq: hi! Have you been able to take a look at PR#86, the one on constrained particle swarm optimization? Kindly let me know. Thank you.
< Suryo> Also, how do you guys remain connected to this IRC channel without any breaks in the connection? :)
Suryo has quit [Client Quit]
Toshal has quit [Ping timeout: 268 seconds]
Toshal has joined #mlpack
whoKnows has joined #mlpack
< whoKnows> I generated a PR earlier but know it is showing me "continuous-integration/travis-ci/pr" error during the checks, what it is and how to remove it?
Toshal_ has joined #mlpack
Toshal has quit [Ping timeout: 245 seconds]
Toshal- has joined #mlpack
Toshal- is now known as Toshal
Toshal_ has quit [Ping timeout: 244 seconds]
Toshal has quit [Ping timeout: 252 seconds]
Toshal has joined #mlpack
Toshal has quit [Read error: Connection reset by peer]
seewishnew has joined #mlpack
Suryo has joined #mlpack
< Suryo> whoKnows: hi! The travis-ci helps you check if mlpack is passing all the unit tests for each of the methods
< Suryo> Under the tests directory, there are multiple tests written corresponding to each method in the library.
< Suryo> The purpose of these is to make sure that there's some amount of testing done whenever something in the library is changed.
< Suryo> travis runs the tests, on a virtual machine instance if I'm right, and then tells you if any changes are causing any test failures. If you're failing any tests, it's best to look at the output log of travis to find out
< Suryo> Alternatively, what I tend to do is run "ctest --verbose" on my system before pushing any changes to my mlpack or ensmallen branches. That helps me make sure that the tests are passing.
< Suryo> Rather, doing this tells you which tests are failing. Then you've gotta look at them and fix things appropriately.
< Suryo> I hope that helps.
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
Suryo has quit [Quit: Page closed]
< zoq> Suryo: Will take a look today or tomorrow.
< whoKnows> ok I got it thankyou
< zoq> Suryo: I use a combination of irssi + tmux on a remote machine
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Ping timeout: 244 seconds]
mulx10 has joined #mlpack
mulx10 has quit [Ping timeout: 256 seconds]
seewishnew has joined #mlpack
Suryo has joined #mlpack
< Suryo> zoq: thanks! It'll be great if you could give me some inputs. Also thanks for the tips for the IRC thing
Suryo has quit [Client Quit]
Shine_ has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
< Shine_> The documentation, community and Help link are broken on the main README file of the mlpack repo. This may be due to recent change in the official website.
< Shine_> Can i open an issue to address this?
whoKnows has quit [Ping timeout: 256 seconds]
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
saksham189 has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
Shine_ has quit [Ping timeout: 256 seconds]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
vivekp has joined #mlpack
< rcurtin> Shine_: thanks for the report. actually there is already a PR open for it (#1808)
< rcurtin> this happened because we just deployed the new website, and a couple of links are different
Shine_ has joined #mlpack
vivekp has quit [Ping timeout: 252 seconds]
vivekp has joined #mlpack
vpal has joined #mlpack
vivekp has quit [Ping timeout: 272 seconds]
vpal is now known as vivekp
fullpower has joined #mlpack
fullpower has quit [Client Quit]
Akatsuki_ has joined #mlpack
Akatsuki_ has quit [Quit: Page closed]
kanishq24b has joined #mlpack
kanishq24b has quit [Quit: Leaving]
mulx10 has joined #mlpack
BrunoTissei has joined #mlpack
BrunoTissei has quit [Quit: Page closed]
Shine_ has quit [Ping timeout: 256 seconds]
saksham189 has quit [Ping timeout: 256 seconds]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
mulx10 has quit [Ping timeout: 256 seconds]
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Ping timeout: 255 seconds]
seewishnew has joined #mlpack
Karl has joined #mlpack
seewishnew has quit [Remote host closed the connection]
< sreenik> rcurtin: Thanks for the response there. Have a great weekend :)
< rcurtin> sreenik: sure, will do :)
< Karl> Hi, I have trouble in building mlpack from source on Mac. I tried both 3.0.4 and master branch, but always end up with error in some steps. I wonder if anyone can help me on this? Thanks
sreenik has quit [Quit: Page closed]
saksham189 has joined #mlpack
Karl has quit [Quit: Page closed]
rob has joined #mlpack
rob is now known as Guest33421
< Guest33421> am i correct in saying that Linear layers in a NN do not learn because there is nothing to adjust?
shubhangi has joined #mlpack
Karl has joined #mlpack
Wiktor_ has joined #mlpack
shubhangi has quit [Ping timeout: 256 seconds]
Wiktor_ has quit [Quit: Page closed]
< zoq> Guest33421: Do you mean besides the weights?