T-Rex (Trainable Relation Extraction) is a highly configurable machinelearning-based Information Extraction from Text framework, which includes tools for document classification, entity extraction and relation extraction.
TimeSleuth discovers temporal decision rules. It also judges the (a)causality of the rules. TimeSleuth can discover rules that involve time: {if (rainy_yesterday = true) then rainy_today = true}, or {if (rainy_tomorrow = true) then rainy_today = true}.
Open Source code for machinelearning applied to anthropological/art objects. initially a collaboration between C. Wiggins+I. Tamaru (Columbia) and A. Gansell (Harvard) to identify true regions for lost/misplaced objects recovered in mesopotamia (Iraq).
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
A Java-written MIPS simulator developed to stimulate people learning the Assembly language. It adds graphics, sounds and user interation to make writing assembly programs more interesting.
info thy + machinelearning for organization, inference, and analysis of networks. contributed by the wiggins lab, currently @ columbia university, NYC. material supported by NSF #0332479. Any opinions, findings, and conclusions or recommendations expres
Conrad is both a high performance Conditional Random Field engine which can be applied to a variety of machinelearning problems and a specific set of models for gene prediction using semi-Markov CRFs.
Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
pyPal is a jabber based chatterbot that can be used to launch commands remotely as well as to make some good conversation. It is expected to be capable of multi-language learning.
pynpvm is a Python interface to Parallel Virtual Machine (PVM), a portable heterogeneous message-passing system. It requires NumPy as a pre-requisite because the datatype numpy.array is used for message passing.
Cellogica is a cellular logic analysis tool. It incorporates sequential logic and finite state machine to elucidate the relationship between transcription factors and corresponding gene expression.
MultiBoost is a C++ implementation of the multi-class AdaBoost algorithm. AdaBoost is a powerful meta-learning algorithm commonly used in machinelearning. The code is well documented and easy to extend, especially for adding new weak learners.
General purpose agents using reinforcement learning. Combines radial basis functions, temporal difference learning, planning, uncertainty estimations, and curiosity. Intended to be an out-of-the-box solution for roboticists and game developers.
The Wolfram Machine project is an effort to create a set of documentation and useful modules (both hardware and software) for a computing architecture based on the mathematical theories presented in Steven Wolfram's book _A_New_Kind_of_Science_.
Software to fit whole-sentence language models using the principle of maximum entropy. For developers of speech recognizers, text prediction interfaces, OCR, machine translation software.
The TreeQ package is a set of C-language applications that implement a
automatic machinelearning algorithm based on a tree-structured classifier. This approach is particularly effective for high-dimensional continuous data such as audio and video.
JUDGE (Java Utility for Document Genre Eduction) features automatic classification and clustering of documents, optionally as a webservice.
The program is written entirely in Java and makes use of the Weka machinelearning toolkit.
HORUS is a system for knowledge acquisition, hypothesis generation, inference and learning. It is an interactive, internet environment accessible to a diverse community of users (public-access or membership basis) - see also UMKAILASH project for more.
Weka-Parallel is a modification to Weka, created with the intention of being able to harness the power of Weka and the speed of parallel processing to be able to run a number of data mining and machinelearning algorithms quickly.
Emily is a friendly name for the MachineLearning Environment (MLE). This project is at an early stage of development, and no alpha code is yet available.
ITAS puts a human user in the place of a Robocup agent by providing a visual display of the agent's environment and an interface for controlling the agent. It also generates a log of the user's environment and actions for use in machinelearning.
Java port and extension of MLC++ 2.0 by Kohavi et al. Currently contains ID3, C4.5, Naive (aka Simple) Bayes, and FSS and CHC (genetic algorithm) wrappers for feature selection. WEKA 3 interfaces are in development.