Software Tools

Machine Learning

LNKnet Pattern Classification Software

LNKnet, developed at MIT Lincoln Laboratory, integrates more than 22 neural network, statistical, and machine learning classification, clustering, and feature selection algorithms into a modular software package. Recently, support vector machines and naive Bayesian Classifiers have been added and a version of LNKnet has been developed that runs under the Microsoft Windows operating system using the Cygwin environment.

 


MatlabMPI: Parallel Programming with MatlabMPI

MatlabMPI is set of Matlab scripts that implement a subset of MPI and allow any Matlab program to be run on a parallel computer. The key innovation of MatlabMPI is that it implements the widely used MPI "look and feel" on top of standard Matlab file i/o, resulting in a "pure" Matlab implementation that is exceedingly small (~300 lines of code). Thus, MatlabMPI will run on any combination of computers that Matlab supports. In addition, because of its small size, it is simple to download and use (and modify if you like).

Visit the MatlabMPI page for information and download


pMatlab: Parallel Matlab Toolbox v2.0.1

pMatlab provides a set of Matlab data structures and functions that implement distributed Matlab arrays. Parallel array programming has proven to be an effective programming style for a wide variety of parallel applications and is consistent with standard Matlab programming style. The primary advantages of distributed array programming are: 1) message passing is done implicitly, and 2) existing Matlab program can be made parallel with modifications to a handful of statements

Visit the pMatlab page for information and download


D4M: Dynamic Distributed Dimensional Data Model

D4M is a breakthrough in computer programming that combines the advantages of five distinct processing technologies (sparse linear algebra, associative arrays, fuzzy algebra, distributed arrays, and triple-store/NoSQL databases such as Hadoop HBase and Apache Accumulo) to provide a database and computation system that addresses the problems associated with Big Data. D4M significantly improves search, retrieval, and analysis for any business or service that relies on accessing and exploiting massive amounts of digital data. Evaluations have shown D4M to simultaneously increase computing performance and to decrease the effort required to build applications by as much as 100x. Improved performance translates into faster, more comprehensive services provided by companies involved in healthcare, Internet search, network security, and more. Less, and simplified, coding reduces development times and costs. Moreover, the D4M layered architecture provides a robust environment that is adaptable to various databases, data types, and platforms.

Visit the D4M page for information and download


DEPRECATED SOFTWARE TOOLS

Secure Shell

Version of Secure Shell (SSH) source code from http://www.openssh.org/ modified to facilitate secure use of SSH across gateway machines. These changes to SSH are introduced in "Inoculating SSH Against Address Harvesting Worms," by Stuart Schechter, Jaeyeon Jung, Will Stockwell, and Cynthia McLain, presented at The Internet Society (ISOC) Network and Distributed System Security Symposium (NDSS'06), 2006.

Download patch: openssh-4.2p1-hop.patch
Download source: openssh-4.2p1-hop.tar.gz
View: README.sshhop


NetPoke: Tcpdump File Replay Utility

NetPoke is a utility used to replay packets to a live network that were previously captured with the tcpdump program. It attempts to match the timing of the original traffic, optionally speeding it up or slowing it down, and can also modify the network hardware address in the replayed traffic. NetPoke supports multiple network interfaces allowing replayed packets to be injected into different points on a network based on the source address. NetPoke is no longer being supported by MIT Lincoln Laboratory. Those looking for similar functionality might search for tcpreplay and other tools that provide similar functionality.

 

top of page