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/
chenzhe has joined #mlpack
trapz has quit [Quit: trapz]
< kris1> zoq: I created the policy learning for the cart pole the program works fine but till 20 iterations is not learning very much
< kris1> here is code
< kris1> if you can see any obvious mistakes please point them out
mikeling has joined #mlpack
< mikeling> rcurtin: hi, which dataset I could use to test weighted decision tree?
< mikeling> Do we have that dataset in the data folder already? Or I need to find one by myself.
trapz has joined #mlpack
ironstark has quit [Read error: Connection reset by peer]
sumedhghaisas has quit [Ping timeout: 240 seconds]
chenzhe has quit [Ping timeout: 256 seconds]
govg has quit [Ping timeout: 246 seconds]
chenzhe has joined #mlpack
chenzhe has quit [Ping timeout: 260 seconds]
kavishdahekar has joined #mlpack
govg has joined #mlpack
kavishdahekar has quit [Quit: Page closed]
govg has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
sumedhghaisas has joined #mlpack
govg has joined #mlpack
ironstark has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
etotientz has joined #mlpack
< etotientz> I m getting segmentation fault(core dumped) on running mlpack_kmeans --help.. any help?
supmello has joined #mlpack
supmello has quit [Client Quit]
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
ironstark has quit [Ping timeout: 260 seconds]
kris1 has left #mlpack []
diehumblex has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
ironstark has joined #mlpack
akasher_ has joined #mlpack
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
etotientz has quit [Ping timeout: 246 seconds]
akasher_ has quit [Ping timeout: 260 seconds]
vinayakvivek has joined #mlpack
chenzhe has joined #mlpack
chenzhe has quit [Remote host closed the connection]
etotientz has joined #mlpack
sagar has joined #mlpack
< sagar> Hi, This issue was posted - https://github.com/mlpack/mlpack/issues/935 . Should I take it up?
sagar is now known as Guest65666
Guest65666 has quit [Ping timeout: 260 seconds]
googleson78 has quit [Ping timeout: 240 seconds]
vivekp has quit [Ping timeout: 264 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
ironstark has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
sagar has joined #mlpack
sagar is now known as Guest14619
Guest14619 has quit [Client Quit]
vivekp has quit [Ping timeout: 246 seconds]
vivekp has joined #mlpack
vinayakvivek has quit [Quit: Connection closed for inactivity]
eugenelee has joined #mlpack
< eugenelee> hello
< eugenelee> anybody here?
< eugenelee> can you see me ?
eugenelee has quit [Client Quit]
vivekp has quit [Ping timeout: 260 seconds]
trapz has joined #mlpack
vivekp has joined #mlpack
trapz has quit [Quit: trapz]
trapz has joined #mlpack
niksoc has joined #mlpack
Trion has joined #mlpack
vivekp has quit [Ping timeout: 246 seconds]
vivekp has joined #mlpack
sagar has joined #mlpack
< sagar> Hello
sagar is now known as Guest48786
Guest48786 has quit [Client Quit]
AndChat493044 has joined #mlpack
AndChat493044 has quit [Client Quit]
kartik has joined #mlpack
etotientz has quit [Ping timeout: 246 seconds]
vinayakvivek has joined #mlpack
sumedhghaisas has quit [Ping timeout: 240 seconds]
kartik has quit [Ping timeout: 246 seconds]
kartik has joined #mlpack
kartik has quit [Ping timeout: 246 seconds]
zoro_ has joined #mlpack
< zoro_> hello ! i am interested in working on "Alternatives to neighborhood-based collaborative filtering". I am almost done with the reserach paper as mentioned so do we have to implement the algorithm using existing mlpack tools or something else ?
kartik has joined #mlpack
sicko has joined #mlpack
kartik has quit [Ping timeout: 246 seconds]
kartik has joined #mlpack
< rcurtin> zoro_: the idea would be to implement it inside of mlpack; take a look at the mailing list archives to see other posts about the project that might help clarify things
kartik has quit [Ping timeout: 246 seconds]
cannon4 has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2016 (master - 5b97d37 : Ryan Curtin): The build is still failing.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2015 (master - ab04d84 : Ryan Curtin): The build is still failing.
travis-ci has left #mlpack []
fysal has joined #mlpack
< rcurtin> zoq: ok to merge #925? (SGD with momentum from Arun)
< rcurtin> I think it's ready, I'll merge and handle the little style concerns
< zoq> rcurtin: Great!
kartik has joined #mlpack
< fysal> i want to know more details ,what should i do?,tasks to start with?
< rcurtin> zoq: ok, I will go ahead and merge then when I'm back from lunch
< rcurtin> still digging out from my email backlog for the past few days...
< rcurtin> fysal: have you seen http://www.mlpack.org/involved.html and http://www.mlpack.org/gsoc.html? those could be good places to start
< zoq> fysal: Have you seen: mlpack.org/gsoc.html and www.mlpack.org/involved.html; Also, definitely a good first step to take is to study the mlpack codebase closely and become familiar with its API.
< zoq> :)
< rcurtin> down to 22 flagged emails I need to address...
< kartik> <fysal> If u want to contribute see the http://www.mlpack.org/involved.html
< zoq> rcurtin: I can send you some more if you like :)
< Trion> zoq: how can compiled executables carry the data they were trained on?
< rcurtin> zoq: haha, it is a little overwhelming some days...
< rcurtin> it'll probably take me most of the rest of the afternoon to get down to 0, if I am even able to put that much time into it today
< rcurtin> headed out for lunch... back later
< zoq> Trion: Maybe I misunderstood your comment, we still have to provide the model file (xml, csv, etc. ) that contains the parameters like weights, layer sizes etc.
< zoq> Trion: But we don't reconstruct the network structure from the model file like the first layer is a linear layer followed by a ReLU layer etc, we could do that, but I'm not sure we should.
zoro_ has quit [Quit: Page closed]
cannon4 has quit [Ping timeout: 246 seconds]
< Trion> But if we need to provide pre-trained models, then executables cannot be used as they get a fresh start every runtime
< Trion> For pre-built models, executables are best option for sure
niksoc has quit [Quit: Page closed]
kartik has quit [Ping timeout: 246 seconds]
< zoq> Trion: The executable should be able to load the model (pre-trained) e.g. take a look at the nbc executable that is able to save/load a model.
< zoq> Trion: So let's say you have an executable for the GoogLeNet network you can train the network from scratch using something like: 'googlenet -i input.csv'
< zoq> Trion: But you could also use the pre-trained model file to initialize the model and do what ever you like: 'googlenet -i input.csv -m pretrainedmodel.xml'
kartik has joined #mlpack
< Trion> Oh I understand now :D I also saw that MLpack already has a serialization interface
< zoq> Yeah, basically everything is already there, we just have to put it together.
ironstark has joined #mlpack
kartik has quit [Ping timeout: 246 seconds]
arunreddy has quit [Quit: WeeChat 1.4]
Trion has quit [Quit: CYA]
kartik has joined #mlpack
kartik has quit [Ping timeout: 246 seconds]
mikeling is now known as mikeling|afk
kartik has joined #mlpack
ironstark has quit [Ping timeout: 260 seconds]
kartik has quit [Ping timeout: 246 seconds]
sagar has joined #mlpack
sagar has quit [Client Quit]
sagarbhathwar has joined #mlpack
< sagarbhathwar> Hello
< sagarbhathwar> If I make add some functionality to a method, how can I verify if the method is doing as intended? Are there any tests available?
shikhar has joined #mlpack
< zoq> sagarbhathw: Hello there, all tests are located in mlpack/src/mlpack/tests/; you can use mlpack_test to run all test or mlpack_test -t TestSuite to run a specific test suite you can even run a single test case with mlpack_test -t TestSuite/TestCase.
kartik has joined #mlpack
< sagarbhathwar> zoq: Thank you
< zoq> sagarbhathw: Here is some more information about how to run the test suites: https://github.com/mlpack/mlpack/issues/893#issue-210664467
kartik has quit [Ping timeout: 246 seconds]
< sagarbhathwar> zoq: Thanks. I will take a look at it
sagarbhathwar has quit [Quit: Page closed]
sumedhghaisas has joined #mlpack
< shikhar> Is it advisable for mlpack functions to have default parameter values?
fysal has quit [Ping timeout: 260 seconds]
arunreddy has joined #mlpack
< zoq> shikhar: Sure, if you can provide resonable values.
cannon4 has joined #mlpack
kartik has joined #mlpack
< cannon4> Greetings! Can I know the meaning of the words "relevant tickets" written on the ideas page?
< zoq> cannon4: Hello, open issues/tickets (https://github.com/mlpack/mlpack/issues) that are project related.
kartik has quit [Ping timeout: 246 seconds]
kartik has joined #mlpack
< cannon4> zoq: Thank you.
kartik has quit [Ping timeout: 246 seconds]
kartik has joined #mlpack
kartik has quit [Client Quit]
shikhar has quit [Quit: Page closed]
trapz has quit [Quit: trapz]
sumedhghaisas has quit [Ping timeout: 240 seconds]
trapz has joined #mlpack
cannon4 has quit [Remote host closed the connection]
kartik_ has joined #mlpack
< kartik_> <zoq> i have opened an issue zoq #938 . Have a look ..
< kartik_> finally now remains the test..
< kartik_> lets discuss things there :)
vivekp has quit [Ping timeout: 240 seconds]
mikeling|afk has quit [Quit: Connection closed for inactivity]
vivekp has joined #mlpack
arunreddy has quit [Quit: Page closed]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2020 (master - 85a80e8 : Ryan Curtin): The build is still failing.
travis-ci has left #mlpack []
kartik_ has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2021 (master - 3b9917f : Ryan Curtin): The build is still failing.
travis-ci has left #mlpack []
trapz has joined #mlpack
trapz has quit [Client Quit]
trapz has joined #mlpack
kartik_ has joined #mlpack
kartik_ has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
trapz has joined #mlpack
sumedhghaisas has joined #mlpack
vinayakvivek has quit [Quit: Connection closed for inactivity]
sumedhghaisas has quit [Ping timeout: 240 seconds]
trapz has quit [Quit: trapz]
kartik_ has joined #mlpack
< kartik_> <zoq> how much time travis build takes..
< kartik_> on my local pc build was success...
< zoq> kartik_: Travis not only builds the code it also runs the tests.
< kartik_> i havent made the test .. sorry for that..
< kartik_> can u take a look at the code..
< kartik_> PR no 938
< zoq> Unfortunately not before tomorrow.
< kartik_> ill write the test soon..