ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< Suryo>
zoq: I've been looking at the test cases for PSO (and other optimizers)
< Suryo>
From the set of test cases that I mentioned in my PDF document to you earlier, 10 out of the 20 cases have not been implemented within ensmallen.
< Suryo>
They are the following functions: ackley, beale, goldstein-price, levi, himmelblau, three-hump camel, cross-in-tray, holder table, schaffer n.2, schaffer n.6
< Suryo>
zoq, would you want me to implement these within ensmallen first? Or would you like me to focus on my implementation of PSO right away? I had wanted to build up a large test suite before starting, but I'll do whatever you recommend.
Suryo has quit [Client Quit]
< zoq>
Suryo: Let's implement the functions that are missing first, good to have a 'complete' test suite.
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 256 seconds]
Suryo has joined #mlpack
< Suryo>
zoq: thanks! I'll try to make some progress with this over the next couple of days!
Suryo has quit [Remote host closed the connection]
< ShikharJ>
Toshal: Can you share your schedule for the rest of the month? Maybe we can plan accordingly?
< ShikharJ>
saksham189: Toshal: Also let's have a brief chat today, and plan from then.
< ShikharJ>
I'd recommend you guys to set up an IRC bouncer (I personally use HexChat + EliteBNC). You'll find tutorials to setup an IRC bouncer online, and plenty on Medium or so.
< ShikharJ>
That way, the messages wouldn't be lost in case of non-reception :)
sumedhghaisas_ has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
jeffin143 has quit [Read error: Connection reset by peer]
jeffin143 has joined #mlpack
jeffin143 has quit [Read error: Connection reset by peer]
jeffin143 has joined #mlpack
jeffin143 has quit [Read error: Connection reset by peer]
pd09041999 has joined #mlpack
jeffin has joined #mlpack
pd09041999 has quit [Ping timeout: 258 seconds]
pd09041999 has joined #mlpack
< KimSangYeon-DGU>
sumedhghaisas_: Sorry for late response, actually, I'm currently occupied with my exam... I'm trying to plot the probabilities of QGMM and GMM using matplotlib whenever I get a chance.
sumedhghaisas has joined #mlpack
vivekp has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
< Suryo>
rcurtin, zoq: I have some doubts regarding the test functions in ensmallen_bits/problems
< Suryo>
1. Some of the functions have a GetInitialPoint() method. Why is it that some functions don't have this method?
< Suryo>
2. In some of the functions, I can see a GetInitialPoint method and some have just an InitialPoint method. I understand that InitialPoint() can be used to set the initial point, but again, why isn't there an InitialPoint() method in all the test functions?
< zoq>
We just missed to add one.
< Suryo>
Oh okay...
< Suryo>
Alright. That clears the doubts that I had. I'll begin programming the new functions. Thanks.
Suryo has quit [Client Quit]
< zoq>
Some of the functions you see there, are implemented for specific methods in mlpack, not necessary to be used by a range or all optimizers.
< zoq>
Ideally, they should provide the same function set.
jeffin143 has joined #mlpack
sreenik has quit [Ping timeout: 256 seconds]
< jeffin143>
Lozhnikov : so we are providing an endpoint to users , in such a way that Everytime they call dictencode function they must provide a tokenization rule* ?
< jeffin143>
If that is the case , I should just scrap down the tokenizer class since it would be just handled by users.