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/
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas has joined #mlpack
mikeling has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
govg has quit [Quit: leaving]
mikeling has quit [Quit: Connection closed for inactivity]
vinayakvivek has joined #mlpack
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Quit: leaving]
govg has joined #mlpack
govg has quit [Client Quit]
govg has joined #mlpack
govg has quit [Ping timeout: 248 seconds]
govg has joined #mlpack
govg has quit [Quit: leaving]
govg has joined #mlpack
sumedhghaisas has joined #mlpack
vinayakvivek has quit [Quit: Connection closed for inactivity]
tushar has joined #mlpack
govg has quit [Quit: leaving]
govg has joined #mlpack
govg has quit [Client Quit]
govg has joined #mlpack
tushar has quit [Quit: Page closed]
sumedhghaisas has quit [Ping timeout: 245 seconds]
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
K4k has quit [Quit: WeeChat 1.6]
K4k has joined #mlpack
K4k has quit [Changing host]
K4k has joined #mlpack
govg has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
gsoc_en has joined #mlpack
gsoc_en is now known as win_dt
< win_dt>
hi zoq
< win_dt>
i keep getting 'no cmake_c_compiler' and 'no cmake_cxx_compiler' when i try to build the mlpack source code in cmake
< win_dt>
the erroe in CmakeLists.txt is at project(mlpack c cxx)
< win_dt>
Any idea how to fix this?
win_dt has quit [Client Quit]
< rcurtin>
win_dt: it sounds like CMake is not finding your C/C++ compiler; make sure that you have that installed and that CMake is looking for it in the right directories
k9_ has joined #mlpack
< k9_>
Hi, I have a query regarding the recent project we are working on. We are planning to build a summarization system and looking at the recent trend in research we are planning to use an encoder-decoder paradigm
< k9_>
i was wondering how mlpack would be useful for this particular use case. Any comments and suggestions are appreciated. Thanks
< rcurtin>
k9_: I think that you can build autoencoders with the ANN module that zoq has worked on
< rcurtin>
however, the ANN code hasn't been released as part of mlpack stable yet, so you would need to work in the git master branch
< k9_>
rcurtin: thanks, that looks promising. i'll have to take a deeper look, however
< k9_>
could you point me to the documentation of this module? I can't seem to find it
< rcurtin>
k9_: sure, hang on
< k9_>
thanks :)
< rcurtin>
I should also point out---the ANN module is being revamped in a pull request (https://github.com/mlpack/mlpack/pull/831) which will change the API completely
< rcurtin>
I think that PR will be merged in the next couple of days, so looking at documentation for that might be the better way to go
< rcurtin>
I think that the actual user documentation is not quite done yet though; however, you can take a look at some of the tests to see how the networks are built and trained