-
…I promised you more 3-output classifier functions like the BUY-SELL-WAIT function of the previous …
post. Well, designing 3-output classifier functions that worked well was not very hard and I ended up …
As I said earlier, coming up with good 3-output classifier functions was relatively easy and I thought it would be a …
-
…journals… and now blog posts. The new elastic classifier functions are an example of flash inspiration that just …
that are elastic versions of the 3-output classifier functions described in the posts "Function Design: The …
Function" and "Function Design: More 3-Output Classifier Functions". So, the first elastic classifier function in …
-
…I can use the same idea to design 4-6 output classifier functions of 2, 3, 4,… n arguments! For functions of 2 …
And there's yet another way of creating classifier functions exploring the same idea! For example, for …
The BUY-SELL-WAIT Function" and the 3-output classifier functions described in the post "Function Design: More …
3-Output Classifier Functions". And similarly for functions of 4 arguments: we …
in the post "Function Design: More 3-Output Classifier Functions". And what's really interesting is that I wasn't …
-
…makes sense to show the code for all these new classifier functions in C++. But GeneXproTools translates …
These functions include not only the new classifier functions we've been talking about, but also new Step and …
with just 3 functions, namely the 3-output classifier functions described in the posts "Function Design: The …
Function" and "Function Design: More 3-Output Classifier Functions": from math import * def gepModel(d): y = 0.0 …
-
…Both the new classifier functions and the new linking functions introduced with …
in GeneXproTools. For example, the new classifier functions of 2-6 discrete outputs greatly simplify the …
for the model outputs. Furthermore, these new classifier functions can be used both in unigenic and multigenic …
problem and on the data. For example, all the new classifier functions of 3-6 outputs perform great on the Iris dataset …
problems where these new 3-6 output classifier functions work well, you can either use these new discrete …
-
…recap, we are still trying to design 3-6 output classifier functions that work well both at the root level of a single …
my previous post "Function Design: 4-6 Output Classifier Functions")! And I was so disheartened the first time I …
Can I ever dream of designing 4-6 output classifier functions that could match their performance? (I must …
-
…mini-release include a total of 6 discrete output classifier functions of 2 and 3 outputs. All these functions showed …
Function". The other two are the new 3-output classifier functions CL3B and CL3C introduced in the post "Function …
Design: More 3-Output Classifier Functions". In the binary category, we also added 3 new …
-
…I'll describe the other new class of discrete classifier functions: the elastic classifier functions introduced for …
-
…needed to come up with good 4-6 discrete output classifier functions. I first started my exploration with functions of …