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 [Ping timeout: 240 seconds]
govg has joined #mlpack
gaurav1024 has joined #mlpack
< gaurav1024>
Hi, I am gaurav. I am a beginner and interested in contributing to mlpack. So from where should i start?
vinayakvivek has joined #mlpack
gaurav1024 has quit [Quit: Page closed]
govg has quit [Ping timeout: 252 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
vinayakvivek has quit [Quit: Connection closed for inactivity]
govg has quit [Ping timeout: 260 seconds]
n__ has joined #mlpack
n__ has left #mlpack []
oats_ has joined #mlpack
< oats_>
hello! i was going through the ann code, can someone give me an idea about what the "visitor" is for?
vinayakvivek has joined #mlpack
oats_ has quit [Ping timeout: 260 seconds]
oats_ has joined #mlpack
oats_ has quit [Quit: Page closed]
dinesh_ has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
dineshraj01/mlpack#7 (master - 57ef4a6 : Marcus Edel): The build passed.
< kris>
I also wanted to know about the visitors in ann module.
< kris>
also how is the diffrentiation done for these modules.
kris has left #mlpack []
sagar_yv has left #mlpack []
mikeling has quit [Quit: Connection closed for inactivity]
govg has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
kjjswaroop has quit [Quit: Page closed]
< zoq>
kris: We use boost::variant to stick unrelated classes/layer into the same container/tree. To access/manpulate the different classes we use the visitor design pattern that enables us to manipulating several distinct types by using an uniform interface: https://en.wikipedia.org/wiki/Visitor_pattern
< zoq>
kris: E.g. the GradientVisitor is used to call the Gradient function for any layer that implements that function.
< zoq>
In case he checks the irc logs.
kris has joined #mlpack
< kris>
thanks @zoq, and yes i do check the irc logs:)