By admin on Aug 10, 2009 in AI, open source | 0 Comments
PowerLoom® is the successor to the Loom® knowledge representation system. It provides a language and environment for constructing intelligent, knowledge-based applications. PowerLoom uses a fully expressive, logic-based representation language (a variant of KIF). It uses a natural deduction inference engine that combines forward and backward chaining to derive what logically follows from the facts and […]
By admin on Feb 11, 2009 in AI, Java, open source | 0 Comments
Joone is a Java framework to build and run AI applications based on neural networks.
Joone consists of a modular architecture based on linkable components that can be extended to build new learning algorithms and neural networks architectures. All the components have specific features, like persistence, multithreading, serialization and parameterisation that guarantee scalability, reliability and expansibility, […]
By admin on Apr 26, 2008 in AI, open source, semantic web | 0 Comments
I used tools from OpenNLP as part of my research on natural language processing and semantic web
OpenNLP is an organizational center for open source projects related to natural language processing. It hosts a variety of java-based NLP tools which perform sentence detection, tokenization, pos-tagging, chunking and parsing, named-entity detection, and coreference using the OpenNLP Maxent […]
By admin on Nov 8, 2007 in AI, Java | 1 Comment
This is one of the Java libraries that I tried out and found quite useful for linguistic analysis of human language.
LingPipe is a suite of Java libraries for the linguistic analysis of human language. The features as quoted from the website.
track mentions of entities (e.g. people or proteins);
link entity mentions to database entries;
uncover relations […]
By admin on Nov 1, 2007 in AI, Java | 1 Comment
Anyone working on AI will definitely know that how difficult it is to make computers do the common things that human beings are good at. Machine learning is one of the fields in computer science that I am always interested in.
While experimenting with various machine learning algorithms, Weka is my choice of tool.
As quoted […]