Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Inference engine 31 found (80 total)

alternate case: inference engine

SHINE Expert System (764 words) [view diff] case mismatch in snippet view article find links to article

Spacecraft Health Inference Engine (SHINE) is a software-development tool for knowledge-based systems, created by the Artificial intelligence Group, Information
Flora-2 (786 words) [view diff] exact match in snippet view article find links to article
normalization, and more. Flora-2 relies on the XSB system for its inference engine. The design and architecture of Flora-2 are described in a number of
Sigma knowledge engineering environment (366 words) [view diff] exact match in snippet view article find links to article
originally included only the Vampire theorem prover as its core deductive inference engine, but now allows use of many other provers that have participated in
Markov logic network (1,076 words) [view diff] exact match in snippet view article find links to article
ProbCog: Markov logic networks in Python and Java that can use its own inference engine or Alchemy's markov thebeast: Markov logic networks in Java RockIt:
Phi-Sat-1 (774 words) [view diff] exact match in snippet view article find links to article
the near-infrared and thermal infrared regions Demonstration of AI inference engine for cloud detection demonstrating the capabilities of the Myriad chip
FuzzyCLIPS (291 words) [view diff] exact match in snippet view article find links to article
reasoning capability that is fully integrated with CLIPS facts and inference engine allowing one to represent and manipulate fuzzy facts and rules. FuzzyCLIPS
Apache Jena (426 words) [view diff] exact match in snippet view article find links to article
complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store);
Large Scale Concept Ontology for Multimedia (744 words) [view diff] exact match in snippet view article find links to article
of the concepts into the Cyc knowledge base and the use of the Cyc inference engine to semi-automatically refine, correct, and expand the concept hierarchy
TeLQAS (202 words) [view diff] exact match in snippet view article find links to article
and simple syntactic parsing. The online subsystem also utilizes an inference engine in order to carry out necessary inference on small elements of knowledge
Fuzzy electronics (351 words) [view diff] exact match in snippet view article find links to article
 720–721. Togai, M.; Watanabe, H., "A VLSI implementation of a fuzzy inference engine: towards an expert system on a chip", Information Sciences, vol. 38
Fuzzy markup language (3,232 words) [view diff] exact match in snippet view article find links to article
extract fuzzy rules which could then be read directly into a fuzzy inference engine or uploaded into a fuzzy controller. Also, with technologies like XSLT
Visual Prolog (625 words) [view diff] exact match in snippet view article find links to article
compile-time instead of run-time. In the Towers of Hanoi example, the Prolog inference engine figures out how to move a stack of any number of progressively smaller
SpiderMonkey (1,775 words) [view diff] exact match in snippet view article find links to article
obsolete, especially with the development of the SpiderMonkey type inference engine. TraceMonkey is absent from SpiderMonkey from Firefox 11 onward. JägerMonkey
Open Mind Common Sense (1,206 words) [view diff] exact match in snippet view article find links to article
Mind Initiative (Site doesn't exist) OMCSNetCPP - Open source C++ inference engine using the OMCSNet data Open Mind Common Sense in Brazil (Site broken)
TensorFlow (4,024 words) [view diff] exact match in snippet view article find links to article
the TensorFlow team released a developer preview of the mobile GPU inference engine with OpenGL ES 3.1 Compute Shaders on Android devices and Metal Compute
Unsupervised learning (2,770 words) [view diff] exact match in snippet view article find links to article
work in machine learning but he inspired the view of "statistical inference engine whose function is to infer probable causes of sensory input". the stochastic
Cleverpath AION Business Rules Expert (735 words) [view diff] exact match in snippet view article find links to article
founded Aion, a company that developed expert systems and whose advanced inference engine and object technology were used by financial services and insurance
Larry Harris (computer scientist) (628 words) [view diff] exact match in snippet view article
co-developed the Knowledge-Base Management System (KBMS), which enabled an inference engine to reason over information stored in relational databases. AICorp went
Ashlar-Vellum (871 words) [view diff] case mismatch in snippet view article find links to article
designing without distractions from the application. He developed the Inference Engine and patented this intuitive technology as the Drafting Assistant. The
David Hyman (697 words) [view diff] exact match in snippet view article find links to article
proprietary lightweight neural network to run on a mobile GPU with an inference engine trained to identify and separate humans from their background environments
Ihab Ilyas (975 words) [view diff] exact match in snippet view article find links to article
Ré, and Xu Chu, he introduced HoloClean, an open-source statistical inference engine to impute, clean and enrich data. Awards and honours Ilyas received
James Z. Wang (1,270 words) [view diff] exact match in snippet view article find links to article
Wang's research group acquine.alipr.com An automatic photo aesthetics inference engine. alipr.com An automatic image tagging and visual image search engine
Aesthetics (8,825 words) [view diff] case mismatch in snippet view article find links to article
& Business Media. p. 302. ISBN 978-3642122415. "Aesthetic Quality Inference Engine – Instant Impersonal Assessment of Photos". Penn State University.
Douglas Lenat (2,883 words) [view diff] exact match in snippet view article find links to article
base of "common sense", suitably formalized and represented, and an inference engine capable of finding tens- or hundreds-deep conclusions and arguments
NetWeaver Developer (2,031 words) [view diff] exact match in snippet view article find links to article
interface to the ICKEE (IConic Knowledge Engineering Environment) inference engine developed at Penn State University by Bruce J. Miller and Michael C
Unconscious inference (1,960 words) [view diff] exact match in snippet view article find links to article
Following Helmholtz, we view the human perceptual system as a statistical inference engine whose function is to infer the probable causes of sensory input. We
True quantified Boolean formula (3,769 words) [view diff] exact match in snippet view article find links to article
skolemization, extract certificates of satisfiability, use a hybrid inference engine, implement abstract branching, deal with limited quantifiers, and enumerate
SK8 (programming language) (2,088 words) [view diff] exact match in snippet view article
allowed properties to have intelligent behavior (e.g., trigger an inference engine or serve as endpoints in RPC networking); one could think of them as
A. R. D. Prasad (2,100 words) [view diff] case mismatch in snippet view article find links to article
July Granada, Spain. Pijush Kanti Panigrahi and A.R.D. Prasad : An Inference Engine for Time Isolates of Colon Classification Schedule. 6th International
VP-Expert (1,033 words) [view diff] exact match in snippet view article find links to article
expert systems: Rule-Based Reasoning: VP-Expert utilized a rule-based inference engine to process knowledge represented as IF-THEN rules. Backward Chaining:
Examples of anonymous functions (7,400 words) [view diff] exact match in snippet view article find links to article
\x -> x * x Lambda expressions are fully integrated with the type inference engine, and support all the syntax and features of "ordinary" functions (except