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/
alonzo has joined #mlpack
< alonzo>
ls
alonzo has quit [Client Quit]
isaiah_ has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
govg has joined #mlpack
prashanthd has quit [Quit: Connection closed for inactivity]
daivik has joined #mlpack
daivik has quit [Client Quit]
ImQ009 has joined #mlpack
moksh has joined #mlpack
< moksh>
Hey @zoq, I was thinking of implementing SARSA, will that be a good idea?
< moksh>
Since it is a fairly basic and quite popular algorithm
moksh has quit [Ping timeout: 260 seconds]
yashsharan has joined #mlpack
yashsharan has quit [Quit: Page closed]
sumedhghaisas has quit [Ping timeout: 248 seconds]
ImQ009_ has joined #mlpack
ImQ009 has quit [Ping timeout: 245 seconds]
Rithesh has joined #mlpack
< Rithesh>
Is there any preferred template for applying through GSoC?
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
Trion has joined #mlpack
vivekp has quit [Ping timeout: 256 seconds]
vivekp has joined #mlpack
ShikharJ has joined #mlpack
ShikharJ has quit [Quit: Page closed]
Trion has quit [Quit: Entering a wormhole]
robertoh1eso has joined #mlpack
robertoh1eso has quit [Client Quit]
robertohueso has joined #mlpack
robertohueso has quit [Client Quit]
robertohueso has joined #mlpack
robertohueso has quit [Read error: Connection reset by peer]
robertoh1eso has joined #mlpack
robertoh1eso is now known as robertohueso
robertohueso has quit [Client Quit]
robertohueso has joined #mlpack
robertohueso has quit [Client Quit]
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
zoq has quit [Remote host closed the connection]
moksh has joined #mlpack
< moksh>
@zoq sorry, I did not see that in the documentation and might
< moksh>
*might've missed it in the code. Really sorry about that.
< moksh>
Could you suggest a RL algorithm that would be a good addition to the library?
ShikharJ has joined #mlpack
moksh has quit [Ping timeout: 260 seconds]
ShikharJ has quit [Quit: Page closed]
< dk97[m]>
@zoc the mean squared error, cross entropy error are implemented in the ann_layers folder.
< dk97[m]>
I have created a new loss_functions folder inside the ann folder. Should the above two loss functions be put inside the loss_functions folder?