View RSS Feed

mql5

Wrapping ONNX models in classes

Rate this Entry
by , 10-20-2023 at 01:10 AM (195 Views)
      
   
In the previous article, we used two ONNX models to arrange the voting classifier. The entire source text was organized as a single MQ5 file. The entire code was divided into functions. But what if we try to swap models? Or add another model? The original text will become even bigger. Let's try the object-oriented approach.
more...

Submit "Wrapping ONNX models in classes" to Google Submit "Wrapping ONNX models in classes" to del.icio.us Submit "Wrapping ONNX models in classes" to Digg Submit "Wrapping ONNX models in classes" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments