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/
< AndChat493044>
Yes zoq the ann is what i thought of ..
< AndChat493044>
And u knw what .. when i installed mlpack through the ubuntu package install cmd
< AndChat493044>
Mlpack gets installed without ann Library
< AndChat493044>
Its strange .. ill install it through the regular download way
< zoq>
AndChat4930: yeah, we are still working on the ann code, so it's not part of the latest release.
< AndChat493044>
Oh ohkae :)
< AndChat493044>
Yes .. ill open a PR
< zoq>
AndChat4930: Looking forward to take a look :)
< AndChat493044>
So now what to do about the Mario implementation?
< AndChat493044>
And yes .. ive set again everything .. the nes code, fceux , etc and ran the mario implementation too.. cant wait to run mine..
< AndChat493044>
The moment ill figure out the cov matrix thing .. ill be good to go ..
AndChat493044 has quit [Quit: Bye]
AndChat493044 has joined #mlpack
AndChat493044 has quit [Client Quit]
< zoq>
AndChat493044: I would first test it on some easier tasks like the CartPole or DoubleCartPole task once we see some reasonable results, we can can test it on the Mario task.
< zoq>
And we can test it on a bunch of different tasks.
AndChat493044 has joined #mlpack
< AndChat493044>
I'm writing the long one only .. using your ann .. sry cant wait :D
< zoq>
AndChat4930: :)
< AndChat493044>
Btw zoq . . Is the documentation present for it ?
< zoq>
For the ann code?
< AndChat493044>
Yes
< zoq>
That's one part that isn't done yet .. .working on it. For now you can take a look at the tests, and I guess if you open the PR, together we can transform the code into something useful based on the ann code really fast.
AndChat493044 has quit [Ping timeout: 246 seconds]
AndChat493044 has joined #mlpack
AndChat493044 has quit [Ping timeout: 246 seconds]
emcenrue has quit [Quit: Page closed]
shihao has quit [Quit: Page closed]
trapz has joined #mlpack
trapz_ has joined #mlpack
trapz has quit [Ping timeout: 240 seconds]
trapz_ is now known as trapz
< rcurtin>
today, March 11, is the 10-year anniversary of the first commit to the mlpack repository
< arunreddy>
wow.. congratulations!!
< arunreddy>
Happy 10th anniversary mlpack.!
< rcurtin>
yeah, I was not here at the beginning, I first worked with mlpack in late 2009
< rcurtin>
it has changed a lot from what it was in 2007 and 2008...
< arunreddy>
where did it start? Was it from gatech?
< rcurtin>
yeah, it was from Alex Gray's lab (he was one of my advisors)
< rcurtin>
the focus was on dual-tree algorithms and fast implementations of machine learning algorithms
< rcurtin>
so the "main selling point" of the library was the all-k-nearest-neighbors code and kernel density estimation code
< rcurtin>
since then it's moved to be a more general library, but the emphasis on speed remains
< arunreddy>
i think the fast implementations of ml algos was your contribution. I saw that on your cv..
< arunreddy>
"Understand an algorithm, Make it faster."
< rcurtin>
well, that is what I like to do, but many of the original fast implementations were not mine :)
vinayakvivek has joined #mlpack
shihao has joined #mlpack
< shihao>
Suddenly this build error comes: /Users/shihaojing/Projects/mlpack/src/mlpack/../mlpack/prereqs.hpp:75:10: fatal error: 'boost/serialization/serialization.hpp' file not found.
< shihao>
I can build it successfully before I pull some changes from master branch.
mikeling has joined #mlpack
< rcurtin>
shihao: did you update any packages on your system or anything? maybe re-running CMake is needed (possibly even removing CMakeCache.txt from the build directory then reconfiguring)
< mikeling>
zoq: oh, sorry! I somehow miss this message yesterday. Which message? I haven't solved the issue
< rcurtin>
in either case I am headed to bed, so I won't be able to help further, sorry---I'll answer a question if there is one when I wake up
< mikeling>
rcurtin: good night ;)
diehumblex has joined #mlpack
< shihao>
rcurtin: Somehow I have to re-clone my remote base :(
trapz has quit [Quit: trapz]
shihao has quit [Quit: Page closed]
etotientz has joined #mlpack
< etotientz>
Hello world !!
etotientz has quit [Quit: Page closed]
tash has joined #mlpack
< tash>
hello, I was trying to build mlpack, I have some directory not found errors, causing compilation termination.
< tash>
I'm getting this-
tash has quit [Client Quit]
tash has joined #mlpack
zack_ has joined #mlpack
zack_ has quit [Client Quit]
akasher has joined #mlpack
akasher has quit [Ping timeout: 260 seconds]
tanisha has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
mikeling has quit [Quit: Connection closed for inactivity]
tash has quit [Ping timeout: 260 seconds]
akasher has joined #mlpack
vivekp has joined #mlpack
akasher has quit [Ping timeout: 260 seconds]
kris1 has joined #mlpack
vinayakvivek has quit [Quit: Connection closed for inactivity]
< zoq>
kris1: Strange can you remove the build folder an try again, even if the path is invalid it should still configure the project without any complaints.
< mikeling>
zoq: ah, I see! I will read that pdf you give to me. It's awesome!
< mikeling>
Thank you very much
< mikeling>
that's the reason why I love open-source ;)
shikhar has joined #mlpack
Nax has quit [Ping timeout: 260 seconds]
trapz has quit [Quit: trapz]
Nax has joined #mlpack
trapz has joined #mlpack
trapz has quit [Quit: trapz]
diehumblex has quit [Quit: Connection closed for inactivity]
shr7 has joined #mlpack
s1998 has quit [Ping timeout: 260 seconds]
shr7 has quit [Ping timeout: 260 seconds]
Nax has quit [Ping timeout: 260 seconds]
sicko has quit [Ping timeout: 260 seconds]
sicko has joined #mlpack
govg has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
sicko has quit [Ping timeout: 260 seconds]
mikeling has quit [Quit: Connection closed for inactivity]
shikhar has quit [Quit: Page closed]
arunreddy has quit [Quit: WeeChat 1.4]
sdohare has joined #mlpack
sdohare has quit [Client Quit]
Guest4565 has joined #mlpack
Guest4565 has quit [Quit: ...]
arunreddy has joined #mlpack
< kris1>
zoq: it works now i also added options so that it works with gdb now.
< kris1>
if i change the second last layer to from model.Add<Linear<> >(hiddenLayerSize, 1) to model.Add<Linear<> >(hiddenLayerSize, 2); i do get some values.
< kris1>
but my last layer is model.Add<LogSoftMax<>>(); so all my values should be between 0-1 which is not the case
< kris1>
okay now i see the problem lies with use of softmax. hiddenLayerSize,1 works but without the softmax layer.