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/
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#4084 (master - f465faf : Marcus Edel): The build passed.
travis-ci has left #mlpack []
< rcurtin> ok, so it turns out that in order to get the ports opened, we need approval from another department
< rcurtin> they have expedited the request but will have it done Monday at the earliest
< rcurtin> I suppose it's possible I could tunnel port 80 on masterblaster through mlpack.org
< zoq> "Monday at the earliest" ... hopefully
< rcurtin> I got tired of waiting
< rcurtin> not sure how long that connection will last, but I can probably get some PRs to build after updating the hooks
< rcurtin> actually it also seems like this will not work fully correctly because the URLs are not properly rewritten, so maybe it is easier to just wait for Monday :-\
kaushik_ has quit [Quit: Connection closed for inactivity]
govg has joined #mlpack
ajaivgeorge has left #mlpack []
< luffy1996> Every one my test errors were build with out successfully. However testing my code with mlpack_test shows SIGBART error. Anyone having any intuition why it is caused?
< luffy1996> I have not posted the entire log. This is the last three lines of the log
Trion has joined #mlpack
< rcurtin> luffy1996: try using gdb to trace what the error is
< luffy1996> Could you please more elaborate :)
Trion has quit [Remote host closed the connection]
Trion has joined #mlpack
amraw_ has joined #mlpack
caladrius has joined #mlpack
caladrius has quit [Ping timeout: 264 seconds]
HoloIRCUser has joined #mlpack
HoloIRCUser has quit [Remote host closed the connection]
amraw_ has quit [Quit: Page closed]
ImQ009 has joined #mlpack
caladrius has joined #mlpack
moksh has joined #mlpack
< moksh> @zoq I wanted to clarify something, I should implement a model(say policy gradients) for one of the available environments(like cartpole) or implement some other environment support?
kaushik_ has joined #mlpack
caladrius has quit [Ping timeout: 240 seconds]
deepak has joined #mlpack
HoloIRCUser has joined #mlpack
deepak has quit [Ping timeout: 260 seconds]
caladrius has joined #mlpack
caladrius has quit [Quit: Page closed]
moksh has quit [Ping timeout: 260 seconds]
HoloIRCUser has quit [Ping timeout: 248 seconds]
HoloIRCUser has joined #mlpack
Trion has quit [Remote host closed the connection]
Trion has joined #mlpack
Trion has quit [Ping timeout: 256 seconds]
nilkel has joined #mlpack
HoloIRCUser has quit [Ping timeout: 240 seconds]
< nilkel> Hi everyone, Neel here. I'm interested in participating in GSOC 2018 as a student. I've built mlpack from source and I've gone through the tutorials and documentation. I was hoping to work on implementing the deep learning modules and I'm going through the literature right now. I'm still a noob to mlpack though so could someone point me in the right direction and help me get started?
HoloIRCUser has joined #mlpack
HoloIRCUser has quit [Ping timeout: 240 seconds]
HoloIRCUser has joined #mlpack
Trion has joined #mlpack
daivik has joined #mlpack
_Mail has joined #mlpack
< _Mail> Hey people
< _Mail> I got to get started with ML Pack
< _Mail> Need help to start
< zoq> _Mail: Hello have you seen: mlpack.org/gsoc.html and www.mlpack.org/involved.html?
< _Mail> Thanks zoq
< zoq> luffy1996: As rcurtin pointed out take a debugger and see if you can track the error down.
< zoq> _Mail: Here to help :)
< zoq> moksh: Hello, that is up to you, you could implement a simple RL method or implement another test environment.
< zoq> nilkel: Thanks for getting in touch, if you search for general advice please take a look at mlpack.org/gsoc.html and www.mlpack.org/involved.html. There are some open discussions on the mailing list which could be helpful.
_Mail has quit [Ping timeout: 260 seconds]
ImQ009_ has joined #mlpack
HoloIRCUser1 has joined #mlpack
ImQ009 has quit [Ping timeout: 256 seconds]
HoloIRCUser has quit [Ping timeout: 240 seconds]
ShikharJ has joined #mlpack
HoloIRCUser1 has quit [Ping timeout: 240 seconds]
ImNotQ009__ has joined #mlpack
ImQ009_ has quit [Ping timeout: 252 seconds]
HoloIRCUser has joined #mlpack
HoloIRCUser1 has joined #mlpack
HoloIRCUser has quit [Read error: Connection reset by peer]
HoloIRCUser1 has quit [Ping timeout: 240 seconds]
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
HoloIRCUser has joined #mlpack
ShikharJ has quit [Quit: Page closed]
rajeshdm9_ has joined #mlpack
HoloIRCUser has quit [Ping timeout: 240 seconds]
HoloIRCUser has joined #mlpack
daivik has joined #mlpack
HoloIRCUser has quit [Ping timeout: 240 seconds]
robertohueso has joined #mlpack
< dk97[m]> hey there
HoloIRCUser has joined #mlpack
< dk97[m]> I saw some activation functions in the ann module
HoloIRCUser has quit [Read error: No route to host]
< zoq> dk97[m]: Hello there, yes.
< dk97[m]> However elu, celu activation are not implemented there, rather they are implemented in the layers
< dk97[m]> Any particular reason?
< dk97[m]> @zo
< dk97[m]> zoq:
HoloIRCUser1 has joined #mlpack
< zoq> Yeah, the elu layer doesn't implement the same interface as the sigmoid function, since it holds another parameter (alpha). To set the additional parameter as construction time, we have to provide another constructor. I hope this makes sense.
< dk97[m]> so, point wise functions are implemented in the activation functions, but activation layers needing other layer parameters or parameters at construction time are implemented in the layers module.
< dk97[m]> zoq:
< zoq> Correct
< dk97[m]> This paper has a new function selu
HoloIRCUser1 has quit [Ping timeout: 256 seconds]
< dk97[m]> In this, alpha and lambda are fixed by definition.
< dk97[m]> So where should I include this function?
< dk97[m]> I am a bit confused...
< dk97[m]> zoq:
Trion has quit [Ping timeout: 248 seconds]
Trion has joined #mlpack
< zoq> dk97[m]: If both parameters are fixed, which they are let's implement the function as another activation function.
< dk97[m]> so should I work on this and submit a PR for the same?
< dk97[m]> zoq:
< zoq> If you like to yeah sure :)
rajeshdm9_ has quit [Ping timeout: 260 seconds]
< dk97[m]> cool then, I will let you know the progress!
< zoq> Sounds good.
HoloIRCUser has joined #mlpack
< dk97[m]> do you use any particular code linter? I am using clang format 4.0
< dk97[m]> zoq:
< dk97[m]> thanks I will have a look! zoq
HoloIRCUser has quit [Ping timeout: 240 seconds]
Trion has quit []
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
manthan has joined #mlpack
daivik has joined #mlpack
< manthan> support for the use of word vectors or GLoVE can be added for string processing. Already available word vectors can be used for representing strings. Can this be done for "string processing utilities" idea for GSoC 2018?
HoloIRCUser has joined #mlpack
kaushik_ has quit [Quit: Connection closed for inactivity]
ImNotQ009__ has quit [Quit: Leaving]
ImQ009 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 248 seconds]
HoloIRCUser has quit [Ping timeout: 260 seconds]
manish7294 has joined #mlpack
kaushik_ has joined #mlpack
HoloIRCUser1 has joined #mlpack
< manish7294> rcurtin: I went through armadillo codebase and I found that armadillo uses " for(uword i=0; i<n_elem; ++i) {}" for calculating "
< manish7294> arma::uvec results = (mat == SIZE_MAX); "
< manish7294> . So, I think we may be able to use arma::accu() in place of loop :]
< manish7294> " n_nonzero += (A[i] == val) ? uword(1) : uword(0); " manages the calculation.
caladrius has joined #mlpack
HoloIRCUser1 has quit [Ping timeout: 260 seconds]
< caladrius> Hi! I am Aarush from India. I am a Deep Learning enthusiast and have worked on a couple of related projects. I am interested in contributing to mlpack under the GSoC program. I went through the introductory pages and am currently trying out some examples. I am also going through the ANN part of the codebase(as suggested in the chat archives). I am interested in working on a sequence to sequence encoder decoder network. Is it feasi
< caladrius> ^Also, no work has been done on Siamese Networks. Could I also work on that? Thanks!
< rcurtin> manish7294: sounds good, thank youbfor digging so deep :)
< rcurtin> caladrius: sure, maybe if you write a seq2seq example we can merge it into the mlpack/models repo
< caladrius> Okay, I will work on that. Could we do something for Siamese networks as well?
HoloIRCUser1 has joined #mlpack
< manthan> rcurtin: can you please guide me regarding the use of word vectors or GLoVE for string processing utilities.
HoloIRCUser1 has quit [Client Quit]
< manish7294> rcurtin: Looks like tests related to calculation of noise points have been removed from DBSCAN_Bindings_test PR. Seems like, I missed the disscusion :)
govg has quit [Ping timeout: 240 seconds]
caladrius has quit [Ping timeout: 260 seconds]
Prabhat-IIT has joined #mlpack
< Prabhat-IIT> Hi I couldn't find any documentation regarding ann modules in official mlpack 2.2.5 docs! Plz can anyone direct me to docs?
< zoq> Prabhat-IIT: A tutorial will come in the next days.
< zoq> caladrius: Yes we can do the same for Siamese networks.
aakanksha has joined #mlpack
caladrius has joined #mlpack
< caladrius> @zoc Okay. Can a maxout layer be implemented? It would be useful for approximating functions
< caladrius> zoq:
< zoq> caladrius: No, but that is straightforward to implement, let me know if you need any help.
< caladrius> okay thanks!
< caladrius> zoq: So there's no need to implement it, right?
aakanksha has quit [Quit: Page closed]
< zoq> caladrius: Maxout?
< caladrius> yeah
< zoq> I think we could just use arma::max over the output, but you could implement it as an extra layer.
< zoq> Both should work just fine.
< caladrius> I'll try it out then. Thanks!
< zoq> Sounds good :)
< kaushik_> zoq: do we have a tokenizer function in mlpack?
caladrius[m] has joined #mlpack
daivik has joined #mlpack
Prabhat-IIT has quit [Ping timeout: 260 seconds]
manish7294 has quit [Remote host closed the connection]
nilkel has quit [Quit: Ex-Chat]
< luffy1996> zoq I feel that policy gradient in complete from my side. It would be great if you go through the codes . I think you might like to merge this with the master branch.
< luffy1996> :)
< luffy1996> zoq: What are you plans to add bandit algorithms in mlpack. I believe it should be implemented for people willing to use mlpack for reinforcement learning :)
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#4096 (master - 555557f : Ryan Curtin): The build has errored.
travis-ci has left #mlpack []
< manthan> hello, I am Manthan from India. I have a decent experience in Deep Learning and I am a DL/ML enthusiast. I wanted to ask if i can take up the task of implementing BatchNorm layer. Also if you could guide me on the use of pre-trained word vectors for string utilitites.
< manthan> @zoq @rcurtin : I have opened an issue already for the same.
< zoq> luffy1996: I'll take a look at the code once I get a chance. About Bandit algorithms, do you have something specifc in mind, before we add something we have to make sure there is a beneft, e.g. if we can come up with an implementation that is faster, or easier to use etc.
< zoq> manthan: Thanks for getting in touch, see my comment on the issue.
< zoq> kaushik_: There is no explit class for that, but depending on the task boost spirit could be helpful here.
< manthan> thanks, i am working on it.
< manthan> any guidance on the use of pre-trained word vectors/GLoVE for string to numeric representations?
caladrius has quit [Quit: Page closed]
manthan has quit [Quit: Page closed]
witness has joined #mlpack
< zoq> manthan: There is no existing GLoVE method yet that you could use, but there is an GSoC project idea that might change that: https://github.com/mlpack/mlpack/wiki/SummerOfCodeIdeas#string-processing-utilities
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ImQ009 has quit [Quit: Leaving]
kaushik_ has quit [Quit: Connection closed for inactivity]
witness has quit [Quit: Connection closed for inactivity]
Prabhat-IIT has joined #mlpack