Questions tagged [inference-engine]

65 questions
0
votes
1 answer

Jena: Error upon labels definition for inference rule

I am trying to define the following inference rule for Apache Jena. I am using a GeneralRuleReasoner in hybrid mode [ aName: (?aRelation meta:refersTo meta:SomeOntologyClass) (?test rdfs:type dummy) -> (?anotherRelation…
Niko
  • 616
  • 4
  • 20
0
votes
1 answer

OpenVINO validation_app: [warning] No images processed

I'm trying to run OpenVINO Inference Engine sample validation_app. According to OpenVINO IE sample: Validation_app , I've prepared my dataset like this: /dataset /0/image0.bmp /1/image1.bmp When I run…
0
votes
1 answer

How to optimize keras model with batchnorm layers with Intel inference engine (OpenVINO)?

Failed to optimize keras model with Intel inference engine (OpenVINO toolkit R.5) I freeze my model just like following tutorial suggests. The keras model is trained and tested. I need to optimize it for inference. However I get an error while…
f4f
  • 891
  • 5
  • 13
0
votes
1 answer

Mask RCNN OpenVino - C++ API

I would like to implement a custom image classifier using MaskRCNN. In order to increase the speed of the network, i would like to optimise the inference. I already used OpenCV DNN library, but i would like to do a step forward with OpenVINO. I used…
FrsECM
  • 245
  • 2
  • 16
0
votes
1 answer

Infinite loop inference Prolog

An infinite loop is generated when the inferential motor is activated to make the necessary inferences. The rules and facts have been defined according to a specific syntax for the meta-interpreter I am using. The rule is a quintuple in which the…
0
votes
1 answer

Building opencv with Intel Inference Engine

Trying to load ssdlite v2 model with intel inference engine on raspberry Pi 3. For this, I need to build opencv-4.0 with Intel Inference API engine. I am unable to build open CV using CMAKE with -DWITH_INF_ENGINE=ON ^ -DENABLE_CXX11=ON flags.…
Anchal Gupta
  • 219
  • 1
  • 9
0
votes
1 answer

Jess: Error with Operator less than

I am learning about less and have a problem when define a rule with the less than operator '<. This are my defTemplates: (deftemplate AgudezaVisual (slot agudezaVisual) (slot estado) ) (deftemplate Bucodental (slot hayDientesDañados) …
asueso
  • 3
  • 2
0
votes
1 answer

Inference engine - hybrid rules with crisp and fuzzy facts

I want to make an inference fuzzy engine which infers 3 types of rules: Crisp rules. Fuzzy rules. Hybrid rules with both crisp and fuzzy facts. Each rule has a hypothesis set, a conclusion set, and a certainty factor. In the set's facts, if a fact…
MiP
  • 499
  • 1
  • 7
  • 16
0
votes
1 answer

Clips revise system

( First of all, sorry for my English :) ) I'm trying to create a revise system for my project(a simple classification of natural plants), I dont't want to paste all my code, but only the important parts, so I'll try to explain what the system do. I…
0
votes
0 answers

Prolog and an Inference engine

:-unknown(trace,fail). %----------------------- %BASE DES FAITS ETABLIS %----------------------- bois. petite. metal. pierre. grande. %---------------------- %BASE DES REGLES %---------------------- bois:-petite. metal:-grande. pierre:-grande. %…
bj303931
  • 1
  • 1
0
votes
1 answer

Illogical unmatch in clips

i have a problem with a rule match in Clips, in particular i can't understand why this rule doesn't actives!. I have a module called REASONING where i defined a fact with this deftemplate (deftemplate planning (slot value (allowed-values start…
xeon88
  • 13
  • 4
0
votes
1 answer

How to add facts through rules in Jess?

I tried reading tutorials about Jess, but I can't find anything very helpful. I want to build a program which finds out which instrument I'm talking about. So, if an instrument has strings, we know that the instrument is either in the strings or…
Ren
  • 443
  • 1
  • 3
  • 14
0
votes
1 answer

Undefined function sem:sparql-update() while trying to run inference example

I am trying to run the following inference example on ML 8.0 and it is complaining "[1.0-ml] XDMP-UNDFUN: (err:XPST0017) Undefined function sem:sparql-update()" Can anyone give an idea why this problem would come…
Deepak Saini
  • 103
  • 8
0
votes
0 answers

How to run chrome_prolog with XAMPP?

I am a student in Computer Science, and I am learning about logic programming with PHP. I have found an interesting Prolog interpreter, chrome_prolog (https://github.com/crcx/chrome_prolog). To know more about PHP, I am trying to run this code with…
fpj
  • 315
  • 1
  • 14
0
votes
0 answers

Using Infer.Net models in an ASP.Net web service

I'm building an ASP.Net Web API 2 web service in Azure to give access to an Infer.Net naive Bayes model. There are two modes for starting up the model: building the model from scratch or loading the last-saved state of the model. The latter is…
dumbledad
  • 16,305
  • 23
  • 120
  • 273