Loading ...

Encog Compute

Hello.

Some other generalizations of how to use Encog.

For getting result of network you can use Compute method:

var output = network.Compute(input);

If we want to get result of bigger number of items, we can use following construction

foreach(var item in trainingSet)

{
     var output = network.Compute(item.Input);
}

Ready to take your Acumatica development to the next level? Whether you're looking to customize your ERP solution or integrate advanced machine learning techniques like Encog for smarter data processing, we’re here to help. Leave us a customization request today and let’s build something extraordinary together. Your vision, our expertise—let’s make it happen!

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5