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/
kris1 has quit [Quit: kris1]
partobs-mdp has joined #mlpack
kris1 has joined #mlpack
tooqueer has joined #mlpack
tooqueer has quit [Client Quit]
mentekid has joined #mlpack
kris1 has quit [Quit: kris1]
kris1 has joined #mlpack
shikhar has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
shikhar has joined #mlpack
andrzejku has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
shikhar has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
shikhar has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
shikhar has joined #mlpack
shikhar has quit [Ping timeout: 240 seconds]
shikhar has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
shikhar has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
shikhar has joined #mlpack
shikhar has quit [Ping timeout: 240 seconds]
shikhar has joined #mlpack
shikhar_ has joined #mlpack
< partobs-mdp>
zoq: Trying to compile model code, running into the error: /home/pretorium/Repos/mlpack-models/models/augmented_lstm_baseline/src/lstm_baseline_main.cpp: In function ‘void RunCopyTask(size_t, size_t, size_t, size_t)’: \n /home/pretorium/Repos/mlpack-models/models/augmented_lstm_baseline/src/lstm_baseline_main.cpp:110:3: error: ‘mlpack::optimization::Adam {aka mlpack::optimization::AdamType<mlpack::optimization::AdamUpdate>}’ i
< partobs-mdp>
s not a template \n Adam<decltype(model)> opt(model);
shikhar has quit [Ping timeout: 276 seconds]
< partobs-mdp>
zoq: As far as I understand, the optimizer API has changed. Could you show how did you create the optimizer in your experiments?
shikhar_ has quit [Ping timeout: 260 seconds]
shikhar has joined #mlpack
mikeling has joined #mlpack
shikhar has quit [Read error: Connection reset by peer]
SwapnilP_ has joined #mlpack
< SwapnilP_>
HI! can someone point out the skills needed to code mlpack.. i really want to contribute to mlpack, since im learning ml and dl.. all help is highly appreciated...
shikhar has joined #mlpack
< zoq>
SwapnilP_: Hello, mlpack uses lots of different C++ paradigms including template metaprogramming so intermediate C++ knowledge is definitely a plus, but if you are willing to learn such things you are good to go; here are some helpful links: http://www.mlpack.org/involved.html and http://mlpack.org/gsoc.html
< zoq>
partobs-mdp: Right, if you remove the function/model from the optimizer instantiation it should work: so instead of StandardSGD<decltype(model)> opt(model, 0.1, 2, -50000); you do StandardSGD opt(0.1, 2, -50000);
< SwapnilP_>
Thanks for that. Im gonna begin learning now. So ml and dl experience isnt a necessity?
< zoq>
SwapnilP_: Not necessarily, as long as you are willing to invest some time into the topic.
SwapnilP_ has quit [Quit: Page closed]
shikhar has quit [Ping timeout: 246 seconds]
shikhar has joined #mlpack
kris1 has quit [Quit: kris1]
shikhar has quit [Quit: WeeChat 1.7]
kris1 has joined #mlpack
shikhar has joined #mlpack
sumedhghaisas has joined #mlpack
< sumedhghaisas>
zoq: Hey Marcus. There?
andrzejku has quit [Remote host closed the connection]
andrzejku has joined #mlpack
kris1 has quit [Quit: kris1]
partobs-mdp has quit [Remote host closed the connection]
aashay has joined #mlpack
mikeling has quit [Quit: Connection closed for inactivity]
< sumedhghaisas>
rcurtin: Hey Ryan... free? had some questions