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/
govg has quit [Quit: leaving]
govg has joined #mlpack
aashay has quit [Quit: Connection closed for inactivity]
aashay has joined #mlpack
naxalpha has joined #mlpack
naxalpha has left #mlpack []
naxalpha_ has joined #mlpack
vss has joined #mlpack
naxalpha_ is now known as nax_
vinayakvivek has joined #mlpack
michelle has joined #mlpack
michelle is now known as Guest50408
ironstark has joined #mlpack
s1998 has joined #mlpack
mikeling has joined #mlpack
vss has quit [Ping timeout: 260 seconds]
s1998_ has joined #mlpack
s1998 has quit [Ping timeout: 260 seconds]
diehumblex has joined #mlpack
ironstark has quit [Ping timeout: 240 seconds]
Guest50408 has quit [Ping timeout: 260 seconds]
sagarbhathwar has joined #mlpack
nax_ has quit [Ping timeout: 260 seconds]
naxalpha has joined #mlpack
gfdsa has joined #mlpack
btitan has joined #mlpack
btitan has left #mlpack []
gfdsa has left #mlpack []
shikhar has joined #mlpack
shikhar has quit [Ping timeout: 260 seconds]
trapz has joined #mlpack
bharath has joined #mlpack
trapz has quit [Quit: trapz]
trapz has joined #mlpack
sagarbhathwar has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
s1998_ has quit [Quit: Page closed]
vinayakvivek has quit [Quit: Connection closed for inactivity]
vivekp has quit [Ping timeout: 240 seconds]
bharath has quit [Remote host closed the connection]
bharath has joined #mlpack
vivekp has joined #mlpack
bharath_ has joined #mlpack
ironstark has joined #mlpack
bharath has quit [Ping timeout: 240 seconds]
sagarbhathwar has joined #mlpack
sgondala has joined #mlpack
mikeling has quit [Quit: Connection closed for inactivity]
< sgondala> I want to use mlpack in windows for office work, but for some support reasons, office environment is stuck with Visual Studio 2013. In order to use mlpack,I built mlpack using VS2015 on my personal machine (Followed this - keon.io/mlpack/mlpack-on-windows/) Using these libraries, I am planning to do this - https://github.com/mlpack/mlpack/wiki/WindowsBuild It didn't work
< sgondala> Can i create .dll files from headers (I can create .dlls from VS2015) and use that instead? I am not sure how to do this. Can some one guide me on this?
naxalpha has quit [Ping timeout: 260 seconds]
trapz has joined #mlpack
naxalpha has joined #mlpack
< naxalpha> zoq: I need a little help regarding nuget package
vss has joined #mlpack
kris1 has joined #mlpack
sagarbhathwar has quit [Ping timeout: 260 seconds]
< kris1> zoq: I have updated both NAG and Xavier Init PR please have a look
sgondala has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
sgondala has joined #mlpack
shikhar has joined #mlpack
shikhar has quit [Ping timeout: 260 seconds]
< vivekp> Hi, I just submitted my draft proposal. Looking forward to helpful feeback to improve it further. I know I
< vivekp> Weirdly message got cut off, I guess.
< vivekp> I was just saying that I know I'm late by a few days now but unfortunately I got into the middle of a very busy week with a couple of assignments and quizzes lined up for the past Friday
< rcurtin> vivekp: you aren't late, the deadline has not passed yet :)
shikhar has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
< vivekp> rcurtin: yes, indeed :) but I was just aiming to get it reviewed by Friday or so, so that I could work on its improvement over the weekend
ironstark has quit [Ping timeout: 260 seconds]
nish21 has joined #mlpack
mikeling has joined #mlpack
< nish21> Hello, my proposal is almost ready and would like to get it reviewed once its done. Where do i upload it?
naxalpha has quit [Ping timeout: 260 seconds]
thybot has joined #mlpack
shivakrishna9 has quit [Quit: Connection closed for inactivity]
thyrix has joined #mlpack
sagarbhathwar has joined #mlpack
vinayakvivek has joined #mlpack
thybot has quit [Client Quit]
nish21 has quit [Quit: Page closed]
ironstark has joined #mlpack
bharath_ has quit [Remote host closed the connection]
bharath has joined #mlpack
bharath has quit [Ping timeout: 260 seconds]
ironstark has quit [Ping timeout: 260 seconds]
< shikhar> Hello! I was trying to isolate the issue which causes the CNN test to fail. I am able to consistently replicate the issue, with a particular seed value and a large enough training set size the network stops learning.
naxalpha has joined #mlpack
< zoq> shikhar: Thanks for taking a look into the issue, might be interesting to take a look at the weights and probably test some other initialization strategies. (Really like the shell scheme).
naxalpha has quit [Client Quit]
< zoq> naxalpha: We are here to help; also you don't have to wait just ask right away, once we have a chance we will give you an answer.
< zoq> Maybe he checks the logs.
bharath has joined #mlpack
< shikhar> zoq: Omitting the first training example makes the network learn, with error 0.046. I'll look into the weights and init. The shell theme is a slight modification of the default one that comes with oh-my-zsh, here : https://github.com/shikharbhardwaj/dotfiles/blob/master/zsh/robbyrussell_mod.zsh-theme :)
sgondala has quit [Ping timeout: 260 seconds]
bharath_ has joined #mlpack
bharath has quit [Ping timeout: 240 seconds]
thyrix has quit [Quit: Page closed]
naxalpha has joined #mlpack
< sagarbhathwar> zoq: I had a question about modern approaches to RBM. Are we particularly looking at spike and slab RBM or research more into modern variants of RBM?(Like Gaussian RBM and Mean Covariance RBM)?
< naxalpha> zoq: ok got it, I had to ask about nuget package include files, Is every hpp file include file for nuget? or how can I get list of include files?
naxalpha has quit [Client Quit]
vss has quit [Quit: Page closed]
< zoq> sagarbhathw: The great think about the ssRBM is that it can be used as building block for e.g. DBN, which isn't possible with cRBM or mcRBM. Also, not sure what you mean with more modern, the ssRBM is a modern approach at if I remember right it outperforms ccRBM and mmCRBM on a bunch of datasets like CIFAR-10. Anyway, I'm not against other approaches, if you like you can go for a different approach.
ironstark has joined #mlpack
< zoq> naxalpha: Not sure what you mean here, every file that is in e.g. build/include once you build mlpack should be included.
vss has joined #mlpack
< sagarbhathwar> zoq: Apologies, my question was worded wrongly by putting 'modern variants' instead of 'other variants'. Thanks for the feedback :) I shall concentrate on ssRBM
< zoq> sagarbhathw: No worries, don't get me wrong the mcRBM approach is also quite interesting, if you like the idea or feel more confident about it, go for it.
bharath_ has quit [Remote host closed the connection]
Trion has joined #mlpack
< sagarbhathwar> zoq: Not at all! I was mainly researching on modern RBMs and came across interesting papers on applications of cmRBM and GRBM. Just wanted to make sure ssRBM was the way to go. Thank you
< sagarbhathwar> mcRBM* i mean
sagarbhathwar has quit [Quit: Page closed]
Trion has quit [Quit: Have to go, see ya!]
vss has quit [Quit: Page closed]
shikhar has quit [Quit: Page closed]
mikeling has quit [Quit: Connection closed for inactivity]
ironstark has quit [Ping timeout: 260 seconds]
kris1 has quit [Quit: Leaving.]
kris1 has joined #mlpack
amoudgl has joined #mlpack
amoudgl_ has joined #mlpack
amoudgl has quit [Quit: Page closed]
amoudgl_ is now known as amoudgl
< amoudgl> Hi!
< amoudgl> I am not able to build locally. CMake gets stuck after few steps. Log: http://pastebin.com/tGFjGdmk
< amoudgl> Just need some ideas on how to fix this issue.
< amoudgl> Tried uninstalling everything and building again, didn't work.
aashay has quit [Quit: Connection closed for inactivity]
aashay has joined #mlpack
< rcurtin> amoudgl: I don't see any errors there, just warnings
< rcurtin> I think it configured just fine and you can probably go ahead and build
< amoudgl> Yes I agree. But after the last step, it doesn't terminate. It just get stuck there for hours.
< rcurtin> oh... interesting
< rcurtin> is the disk full or otherwise having a problem?
< amoudgl> I work on my institute server, not sure about disk space. I'll just check once.
< amoudgl> But yes, I strongly feel it may be the case. I had weight files (~150GB) on a separate dataserver which I shifted few days back to my home folder. I *guess* since then, I am not able to build.
ironstark has joined #mlpack
ironstark has quit [Ping timeout: 240 seconds]
ironstark has joined #mlpack
< amoudgl> Moved everything back to dataserver. Still not working.
aashay has quit [Quit: Connection closed for inactivity]