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/
< naywhayare>
that's a link to a previous discussion on the k-centers algorithm
< naywhayare>
(be sure to follow the replies)
< naywhayare>
you'll probably want to do a pretty comprehensive literature survey to learn more about the idea for the algorithm
< prakhar2511>
Thanks!
prakhar2511 has quit [Quit: Leaving]
prakhar2511 has joined #mlpack
prakhar2511 is now known as prakhara
prakhara is now known as prakhar2511
prakhar2511 has quit [Ping timeout: 256 seconds]
curiousguy13 has joined #mlpack
prakhar2511 has joined #mlpack
curiousguy13 has quit [Ping timeout: 250 seconds]
curiousguy13 has joined #mlpack
prakhar2511 has quit [Ping timeout: 265 seconds]
kshitijk has quit [Ping timeout: 265 seconds]
kshitijk has joined #mlpack
prakhar2511 has joined #mlpack
kshitijk has quit [Ping timeout: 255 seconds]
sumedhghaisas has joined #mlpack
prakhar2511 has quit [Ping timeout: 246 seconds]
prakhar2511 has joined #mlpack
stephentu has joined #mlpack
prakhar2511 has quit [Ping timeout: 252 seconds]
xAndreLopesx has joined #mlpack
< xAndreLopesx>
Hello
< xAndreLopesx>
Is there anyone online?
< naywhayare>
hi, I'm here right now; some others might be too
< xAndreLopesx>
Hi nay
< xAndreLopesx>
im looking for a new machine learning API
< xAndreLopesx>
does MLPACK implements neural networks?
< naywhayare>
actually it does now, but I don't know too much about that since it's very new support
< xAndreLopesx>
any link i can see the classes?
< xAndreLopesx>
any link where i can see the classes*
< naywhayare>
it was contributed primarily by zoq and I'm pretty sure JaraxussTong knows a bit about it too... I think he was training LeNet5 on it if I remember right
< naywhayare>
I don't think there's a tutorial for how to use it at this moment since it was just contributed (maybe zoq knows more)
< naywhayare>
since it's C++ the idea is to define all the characteristics of the network at compile time, so that it can be optimized well by the compiler
< xAndreLopesx>
i see
< xAndreLopesx>
well as long as it support most common neural networks
< xAndreLopesx>
im fine with it :D
< naywhayare>
yeah, try it out and see if it works :)
< naywhayare>
and if you have problems, open an issue on github and we can figure it out :)