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/
chrishenx has joined #mlpack
nataliat95 has quit [Ping timeout: 244 seconds]
Guest47323 has quit [Ping timeout: 244 seconds]
Rishabh has joined #mlpack
Awcrr has joined #mlpack
chrishenx has quit [Ping timeout: 244 seconds]
chrishenx has joined #mlpack
chrishenx has quit [Ping timeout: 244 seconds]
Awcrr has quit [Remote host closed the connection]
chrishenx has joined #mlpack
anveshi has quit [Ping timeout: 252 seconds]
ank_95_ has quit [Quit: Connection closed for inactivity]
chrishenx has quit [Ping timeout: 250 seconds]
chrishenx has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#641 (master - 80943dd : Ryan Curtin): The build passed.
< u8sand>
skon46: sorry for being unable to help. Just make sure your makefile hasn't been generated anyway, cmake can be extra verbose even when it succeeded.
nataliat95 has quit [Ping timeout: 276 seconds]
< rcurtin>
skon46: what was the short output of the cmake gui?
< rcurtin>
did that show any errors?
Cooler_ has quit [Ping timeout: 264 seconds]
< skon46>
it simply said check cmakeoutput.log
< skon46>
no rows shown in red
< rcurtin>
was a makefile generated anyway?
< skon46>
yes
< rcurtin>
okay, then you can go ahead and build it
< skon46>
I'm redoing it , will see
< rcurtin>
yeah, it sounds like there was maybe a warning or something, but no error
Cooler_ has joined #mlpack
sumedhghaisas has quit [Remote host closed the connection]
mentekid has quit [Remote host closed the connection]
< skon46>
unable to find requested boost libraries
< skon46>
rcurtin is txt2man required ?
Nilabhra has quit [Read error: Connection reset by peer]
mentekid has joined #mlpack
anveshi has joined #mlpack
< skon46>
nvm , did not face any error when using cmake again
Rishabh is now known as Guest76299
Guest76299 has quit [Killed (wilhelm.freenode.net (Nickname regained by services))]
_Rishabh has joined #mlpack
spock_ has joined #mlpack
Awcrr_ has joined #mlpack
Awcrr has quit [Ping timeout: 248 seconds]
Awcrr_ has left #mlpack []
Awcrr has joined #mlpack
< rcurtin>
skon46: sorry for the slow response
< rcurtin>
txt2man isn't required, it's just used to produce man pages from the documentation if it's available
< rcurtin>
good to hear you got it worked out
anveshi has quit [Quit: Page closed]
jeshuren has joined #mlpack
vineet has joined #mlpack
abhishek_rand0wn has joined #mlpack
skon46 has quit [Ping timeout: 268 seconds]
Awcrr_ has joined #mlpack
Awcrr_ has quit [Client Quit]
< abhishek_rand0wn>
I tried to figure out from det_main.cpp
< abhishek_rand0wn>
So we need to take these parameters and change into different bindings
Awcrr has quit [Ping timeout: 248 seconds]
Awcrr has joined #mlpack
mentekid has quit [Ping timeout: 248 seconds]
jeshuren has quit [Ping timeout: 252 seconds]
vineet has quit [Read error: Connection reset by peer]
vineet__ has joined #mlpack
rtriangle has joined #mlpack
rtriangle has quit [Client Quit]
tsathoggua has joined #mlpack
vineet__ is now known as vineet_
skon46 has joined #mlpack
mentekid has joined #mlpack
ranajn123 has joined #mlpack
vineet_ has quit [Ping timeout: 244 seconds]
Awcrr has quit [Quit: zzZZZZZ]
agobin has joined #mlpack
Nilabhra has joined #mlpack
palashahuja has joined #mlpack
< palashahuja>
zoq, hi
< palashahuja>
could you please review the PR?
archange_ has joined #mlpack
mentekid has quit [Ping timeout: 240 seconds]
jeshuren has joined #mlpack
ank_95_ has quit [Quit: Connection closed for inactivity]
kirizaki has joined #mlpack
kirizaki has quit [Ping timeout: 252 seconds]
jeshuren has quit [Quit: Page closed]
< zoq>
palashahuja: Sure, probably at the end of this week.
ranajn123 has quit [Quit: Page closed]
mentekid has joined #mlpack
praveench has quit [Ping timeout: 252 seconds]
< abhishek_rand0wn>
rcurtin??
< rcurtin>
yes?
archange_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
< abhishek_rand0wn>
I checked det_main file
< abhishek_rand0wn>
and saw those macros
< abhishek_rand0wn>
we need to take these macros into different languages
< palashahuja>
rcurtin: do you have any plans for implementing new algos for amf update rules?
< palashahuja>
*algorithms
< rcurtin>
palashahuja: personally I do not have any plans for implementing any but I am not against the idea of implementing more
< palashahuja>
I was planning to implement algorithm 2 or 3 from the paper that you have mentioned before
< palashahuja>
also, do I have to do something similar for nmf?
< rcurtin>
I have no idea what paper you are talking about
< rcurtin>
and I don't know what you mean when you say "something similar" for NMF
< rcurtin>
NMF is a particular specialization of the AMF class with the NMF update rules
< rcurtin>
palashahuja: I understand you are looking for something to do, but I don't really have time to review how useful every paper that you send my way is
< rcurtin>
if you would like to implement that algorithm, it would be appreciated
< rcurtin>
but what I will be looking for is:
< rcurtin>
- an API that meshes well with what is already in mlpack (for HMMs this should not be too hard)
< rcurtin>
- rigorous tests to ensure that your algorithm is working correctly
< rcurtin>
- some benchmarks to demonstrate that the algorithm you have implemented has practical applicability
< rcurtin>
in the case of a fast HMM algorithm I would be looking for evidence that it can train HMMs more quickly than Baum-Welch but still produces HMMs that have good accuracy/performance
< palashahuja>
ok .. :) sorry if I am bothering you ... wasn't my intention
< rcurtin>
don't worry, I am not bothered, but there is a limit to how much I can help, so I'm just trying to let you know where that limit is :)