33 projects tagged "Neuroscience"
libperceptronnetwork is a library that models a multilayer feedforward perceptron network, a well-known and understood type of neural network. It can be used for a large number of recognition and categorization tasks. Besides providing the standard propagation and backpropagation algorithms, the library also provides variations to the backpropagation algorithm, such as optional weight-decay, momentum-term and optimal-tolerance methods. It comes with a handy programmers reference manual and two examples.
CHDecide (formerly known as iDecide) will ask you to estimate how likely you are to succeed with an option, how much it's worth for you and how much it hurts if you fail. It will then compute which option is expected to give the most happiness. The program uses the expected-utility theory to make predictions of which option you should choose. You might think that you don't need a program to make your choices, but research has shown that humans are surprisingly bad at picking the most logical choices.
OMCSNetCPP is a C++ API and inference toolkit for accessing OMCSNet, a semantic network mined out of the Open Mind Common Sense knowledge base. The goal of this project is to provide a class library that allows programmers to easily add common sense reasoning capabilities to C++ applications.
The OMCSNet-WordNet project aims to improve the quality of the OMCSNet dataset by using automated processes to map WordNet synonym sets to OMCSNet concepts and import additional semantic linkage data from WordNet. It is based on OMCSNet 1.2, a semantic network and inference toolkit written in Python/Java. OMCSNet currently contains over 280,000 separate pieces of common sense information extracted from the raw OMCS dataset. This project is also based on WordNet, an online lexical reference system that in recent years has become a popular tool for AI researchers.
LinkGrammar-WN is a lexicon expansion for the Link Grammar Parser. The Link Grammar Parser is a syntactic parser of the English language that is capable of handling a wide variety of syntactic constructions and is considered quite robust. The LinkGrammar-WN project aims to import lexical information from WordNet in an effort to increase the size of the LGP lexicon. This project is of interest to anyone interested in NLP (natural language parsing) of English text.
libphidgets is a user-space access library for the Phidget devices. It provides a generic and flexible way to access and interact with the Phidgets, and comes with all the advantages of a user-space library. It is based on libhid (which is based on libusb), thus it requires no HID support in the kernel. Furthermore, it aims to support all operating system supported by libusb/libhid: Linux, BSD, OS X, and Windows.
GENESIS (short for GEneral NEural SImulation System) is a general purpose simulation platform that was developed to support the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, simulations of large networks, and systems-level models. It was developed as a research tool to provide a standard and flexible means for constructing structurally realistic models of biological neural systems.