Herself’s Artificial Intelligence

Humans, meet your replacements.

Archive for the ‘cool open source ai projects’ Category

Net Logo

without comments

NetLogo is a multi-agent programmable modeling environment. It is used by tens of thousands of students, teachers and researchers worldwide. It also powers HubNet participatory simulations. It is authored by Uri Wilensky and developed at the CCL. You can download it free of charge.

Net Logo

Written by Linda MacPhee-Cobb

March 6th, 2012 at 2:34 pm

Udacity

without comments

Sebastian Thrun enjoyed teaching his Stanford AI class online so much he left to start an online, free computer science university.

We believe university-level education can be both high quality and low cost. Using the economics of the Internet, we’ve connected some of the greatest teachers to hundreds of thousands of students in almost every country on Earth. Udacity was founded by three roboticists who believed much of the educational value of their university classes could be offered online for very low cost. A few weeks later, over 160,000 students in more than 190 countries enrolled in our first class, “Introduction to Artificial Intelligence.” The class was twice profiled by the New York Times and also by other news media. Now we’re a growing team of educators and engineers, on a mission to change the future of education.

Udacity

Written by Linda MacPhee-Cobb

February 6th, 2012 at 6:24 pm

PERL Data Language Scientific Computing with PERL

without comments

PDL (“Perl Data Language”) gives standard Perl the ability to compactly store and speedily manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing.

PDL turns Perl in to a free, array-oriented, numerical language similar to (but, we believe, better than) such commerical packages as IDL and MatLab. One can write simple perl expressions to manipulate entire numerical arrays all at once. Simple interactive shells, pdl2 and perldl, are provided for use from the command line along with the PDL module for use in Perl scripts.

PDL

Written by Linda MacPhee-Cobb

February 6th, 2012 at 6:15 pm

code.NASA

without comments

NASA has begun to open source some code if you are looking to dig into a cool project you might start there:

Today we are launching code.nasa.gov, the latest member of the open NASA web family. Through this website, we will continue, unify, and expand NASA’s open source activities. The site will serve to surface existing projects, provide a forum for discussing projects and processes, and guide internal and external groups in open development, release, and contribution.
In our initial release, we are focusing on providing a home for the current state of open source at the Agency. This includes guidance on how to engage the open source process, points of contact, and a directory of existing projects. By elucidating the process, we hope to lower the barriers to building open technology in partnership with the public.

code.NASA

Written by Linda MacPhee-Cobb

January 5th, 2012 at 7:31 pm

hadoop

without comments

Processing huge amounts of data is going to be the next big thing. One of the open source tools for doing so is Apache’s hadoop:

What Is Apache Hadoop?
The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing.

The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures.

hadoop

Written by Linda MacPhee-Cobb

January 5th, 2012 at 7:29 pm