howthebodyworks + ai   90

mloss | All entries
"Open source tools have recently reached a level of maturity which makes them suitable for building large-scale real-world systems. At the same time, the field of machine learning has developed a large body of powerful learning algorithms for a wide range of applications. Inspired by similar efforts in bioinformatics (BOSC) or statistics (useR), our aim is to build a forum for open source software in machine learning."
opensource  compsci  learning  ai  machinelearning  from delicious
february 2012 by howthebodyworks
Waffles
"We are trying to do for machine learning what Image Magick has done for image processing. That is, we try to keep it simple by providing a big range of functionality in the form of easy-to-use command-line tools. You are free to mix tools from other packages in with ours. You are free to mix your own custom tools with ours. You are free to write scripts that automate your experiments. You are free to use our tools in ways that we could not foresee."
opensource  c++  cli  learning  ai  from delicious
december 2011 by howthebodyworks
Legitmix
Amazing. The machine learning that has gone into allowing ppl to own remixes - this thing reverse engineers a mix into component parts, allow you, as the listener to buy the parts, then reconstructs it for you, using your personal right to remix.
ip  mp3  copyright  ai  from delicious
november 2011 by howthebodyworks
How I automated my writing career - O'Reilly Radar
a growth industry: automating the production of journalism, books, textual content
nlp  writing  ai  statistics  journalism  from delicious
november 2011 by howthebodyworks
shogun | A Large Scale Machine Learning Toolbox
includes lots of tasty goodies radiating out from the SVM core, such as generalised markovian model learning, HDF5, string kernels, multi-language bindings and an emphasis on scalability.
svm  learning  ai  markov  r  python  matlab  from delicious
october 2011 by howthebodyworks
Research Directions for Machine Learning and Algorithms « Machine Learning (Theory)
it is not enough to have a language for specifying your prior structural beliefs—instead we must have a language for such which results in computationally tractable solutions.
learning  ai  scalability 
june 2011 by howthebodyworks
On Chomsky and the Two Cultures of Statistical Learning
"And while it may seem crass and anti-intellectual to consider a financial measure of success, it is worth noting that the intellectual offspring of Shannon's theory create several trillion dollars of revenue each year, while the offspring of Chomsky's theories generate well under a billion."
nlp  statisics  learning  ai 
may 2011 by howthebodyworks
mlpy Documentation — mlpy v2.2.2 documentation
mlpy is a high-performance Python package for predictive modeling. It makes extensive use of NumPy (http://scipy.org) to provide fast N-dimensional array manipulation and easy integration of C code. mlpy provides high level procedures that support, with few lines of code, the design of rich Data Analysis Protocols (DAPs) for preprocessing, clustering, predictive classification, regression and feature selection. Methods are available for feature weighting and ranking, data resampling, error evaluation and experiment landscaping. The package includes tools to measure stability in sets of ranked feature lists.
python  learning  ai  classification  numpy 
april 2011 by howthebodyworks
Tuffy | A Scalable MLN Inference Engine
Markov Logic Networks (MLNs) is a framework that combines statistical and logical reasoning; they have been applied to many data intensive problems including information extraction, entity resolution, text mining, and natural language processing....
...The current version (0.2) of Tuffy is capable of the following MLN tasks:
MAP inference, where we want to find out the most likely possible world;Marginal inference, where we want to estimate marginal probabilities;Weight learning, where we want to learn the weights of MLN rules given training data.Furthermore, Tuffy provides the following functionalities beyond the realm of MLNs:
Datalog: In addition to MLN rules, you can also execute Datalog rules in Tuffy.Functions: Tuffy comes with a library of common numeric/string/boolean functions, which can be used inside an MLN rule. In particular, you can perform arithmetic manipulation and comparison in MLN rules.
java  nlp  learning  ai  markov  networks  grammarthing  logic 
april 2011 by howthebodyworks
jbrownlee/CleverAlgorithms - GitHub
The Clever Algorithms project is an effort to describe a large number of algorithmic techniques from the the field of Artificial Intelligence in a complete, consistent, and centralized manner such that they are accessible, usable, and understandable.

The Clever Algorithms project is currently hosted online at http://www.CleverAlgorithms.com

This is a repository for the Clever Algorithms: Nature-Inspired Programming Recipes project for hosting, versioning, and collaboration, used during the development of the content for deliverables (website and book), as well as for the ongoing maintenance of the outcomes from the project.
ruby  ai  learning  evolution 
april 2011 by howthebodyworks
Welcome to Elefant — Elefant
machine learning in python, courtesy NICTA again
python  ui  ai  learning 
march 2011 by howthebodyworks
MADlib
statiscial analysis on your database contents: "MADlib is an open-source library for scalable in-database analytics. It provides data-parallel implementations of mathematical, statistical and machine learning methods for structured and unstructured data". Seems to be largely in PL/C, with some bonus python on the front.
python  statistics  postgresql  sql  db  greenplum  mapreduce  ai  classification 
march 2011 by howthebodyworks
SOAR
"The SOAR project was started at CMU by Newell, Laird and Rosenbloom as a testbed for Newell's theories of cognition.

Keeping with Newell's definition of intelligence as the ability to use ones knowledge to achieve ones goals, SOAR was designed to use all of its knowledge on each problem. There is one main memory structure into which all long-term memories are to fit. All queries use all of it."
agents  ai  compsci 
november 2010 by howthebodyworks
Open source Clustering software
"k-means clustering, hierarchical clustering and self-organizing maps"

designed for genetic data, but no reason to stick to that. perl, python, c, c++ bindings.
classification  clustering  python  learning  academic  ai 
october 2010 by howthebodyworks
Harmony Search Algorithm
alternative take on the genetic search technique designed to mimic the behaviours of improvising musicians rather than the success and failues of genotypes. Sounds interesting both as a technique and a model.
learning  genetic  ai  optimization  agents 
october 2010 by howthebodyworks
HOME | SOARS Project
coding for semi intelligent agents for the "non programmer".
agents  games  ai  learning  swarm 
october 2010 by howthebodyworks
Welcome - OpenCV Wiki
open computer vision library. originally spawned by IBM and now released into the world for realtime blob mangling and smooth lattice deformation fun.
ai  computer_vision  python  c++  opensource  grammarthing  grammarface 
september 2010 by howthebodyworks
Agent-Based Computational Economics (Tesfatsion)
The Agent-based computational Economics mothership is truly here. Tesfatsion ♥♥♥
agents  economics  distributed  ai  learning  howto  simulation  phd 
september 2010 by howthebodyworks
Evolutionary Computation
aging but provocative list of evolutionary art projects, well curated but without analysis.
ai  alife  biology  chaos  complexity  art  evolution 
september 2010 by howthebodyworks
Grammidity
"This is a genetic programming system based on the idea of using a kind of grammar as the underlying gene. Grammars are stored in a raw format, then parsed into productions. Those productions are expanded. The resulting strings are then evaluated (usually in a kind of basic stack machine) and the evaluations rated and evolved.

This version is rather raw. It is usable pretty much only by someone who wants to hack around in the innards - it is probably completely unusable by anyone who is not a java programmer at the moment. The GUI works for me (more or less - there are a few oddities having to do with the way and when it redisplays) but then I'm more interested in playing with the code and the evolutionary process than with building a pretty gui. Comments about the ugliness of the code will be cheerfully ignored"
grammarthing  ai  3d  grammar 
september 2010 by howthebodyworks
ecspy - Project Hosting on Google Code
bigger, enterprisier, buzzwordier python evolutionary library. seems pure GA as opp GP, but with tasty operators, visualisation, and parallelisation support
algorithm  evolution  genetic  python  ga  ai  concurrency  visualization  grammarthing 
september 2010 by howthebodyworks
Genetic Programming for Python in Launchpad
the only DVCS python GP library. pity it looks dead.
python  genetic  evolution  ai 
september 2010 by howthebodyworks
Artificial Life XII - Table of Contents - The MIT Press
wow, the whole conference proceedings are online and there are some ripper papers in there
ai  alife  academic  phd 
september 2010 by howthebodyworks
Vaguery's Answer-Factory at master - GitHub
"Answer Factory: A system for pragmatic genetic programming projects"

include turing complete DSL, image processing and so on
ai  ruby  genetic 
september 2010 by howthebodyworks
Groovy Java Genetic Programming
highest linked-GP toolkit has unspecified link to groovy. Is that the adjective or the noun, i'd like to know? Anyway, it's dead since 2006, so this link is purely so that i can remember *not* to use it.
groovy  java  genetic  compsci  ai  opensource 
september 2010 by howthebodyworks
Swarm Chemistry Homepage
actually evolving rules in an agent based model. good times.
agents  phd  ai  swarm  java  genetic  via:mtchl 
september 2010 by howthebodyworks
pygene - simple python genetic algorithms/programming library
simple, good but unmaintained, VCS-less python genetic programming library. A pity; it looks like the lightest most pythonic one IMO.
ai  genetic  python  opensource 
september 2010 by howthebodyworks
on-line prediction wiki - Wiki for On-Line Prediction
learning in the game-theoretic statistical framework of vovk and shafer
statistics  ai  learning  methodology  hps  phd 
september 2010 by howthebodyworks
Future Of Music - Music Hack Day
deletes all the music from your library which is not cool enough for you
osx  itunes  collaborative  recommendation  social  echonest  ai  classification 
september 2010 by howthebodyworks
Curve fitting with Pyevolve
open  source python genetic algorithm frameowrk
python  genetic  evolution  ai  howto  via:karpuscul 
august 2010 by howthebodyworks
peach - Project Hosting on Google Code
"Peach is a pure-python module, based on SciPy and NumPy to implement algorithms for computational intelligence and machine learning. Methods implemented include, but are not limited to, artificial neural networks, fuzzy logic, genetic algorithms, swarm intelligence and much more."
learning  ai  statistics  genetic  python  agents 
june 2010 by howthebodyworks
What is data science? - O'Reilly Radar
O'reilly gives an overview of large dataset tools, including some nice machine learning ones
data  mapreduce  opensource  methodology  hps  hadoop  java  r  python  ai  via:datakid  schmooze  academic  phd 
june 2010 by howthebodyworks
A Smarter Planet Blog
Fun looking ideas and futures blog, with many eminent figures aggregatd - John Sterman, Brian Arthur et al
economics  futures  sustainability  academic  ai 
may 2010 by howthebodyworks
PythonInterface - OpenCV Wiki
python's hottest latest computer vision library is hot lately
interface  python  grammarthing  parking  sun  c++  ai  opensource 
january 2010 by howthebodyworks
A Singular Christmas (2004)
the combination of all christmas season songs into one ungodly mutant offspring.
composition  ai  music  christian 
december 2009 by howthebodyworks
Shirky: The Semantic Web, Syllogism, and Worldview
This is the single thing that I am glad to take away uncritically from Shirky - slices through the assumptions of AI-we-can-taxonomise-the-world folks in the semantic web camp.
semanticweb  technology  ontology  nlp  ai 
september 2009 by howthebodyworks
Lazyfeed
a feed reader that gives you feeds on *topics* you suggest, rather than from feeds you request. Looks like a handly breaking-news-filter, and comes recommended, but have not yet tried it myself.
new  rss  ai  productivity 
september 2009 by howthebodyworks
Vowpal Wabbit (Fast Online Learning)
There are two ways to have a fast learning algorithm: (a) start with a slow algorithm and speed it up, or (b) build an intrinsically fast learning algorithm. This project is about approach (b), and it's reached a state where it may be useful to others as a platform for research and experimentation.

There are two algorithms, one implementing specialist gradient descent (GD) on squared loss and the other implementing specialist exponentiated gradient descent (SEG) on squared loss.
learning  ai  statistics  compsci  scalability 
june 2009 by howthebodyworks
vdash: a wiki of formalized mathematics
a semantic wiki in the anglo-american school - accepts formally verified proofs, includes automatic theorem provers and assistants, ajax theorem completion... Well, in principle. Looks like it hasn't launched yet.
wiki  mathematics  collaborative  @todo  semanticweb  ai  browser  logic 
october 2008 by howthebodyworks
OpenCV
computer vision library from ibm. thanks guys.
opensource  c++  ai  video 
september 2008 by howthebodyworks
Perception
REST-driven online semantic database, plugging into all kinds of neato visualisers and nodebox and that. currently a bit populated by spammy folks.
visualization  Python  semanticweb  ai  nlp 
september 2008 by howthebodyworks
Statistical Data Mining Tutorials
a whole bunch of machine learning tutes from some folks who went on to form a google campus
statistics  learning  ai  compsci  howto  academic  schmooze  phd  @todo 
september 2008 by howthebodyworks
Pennyworth: Context Sensing for Mac OS X
a software package for your mac that learns about who you are and what you are doing so i can reconfigure your environment for you. think of the potential for productivity. think also how disastrous privacy violations will be in the future when this shit is commonplace.
osx  apml  cocoa  portable  ai  productivity 
september 2008 by howthebodyworks
Social Media in the Military: Insight Into The Future of Social Networks - ReadWriteWeb
the various uses of social by military organisations of social networking apps are pretty well known. What's news to me is how rich the ecology of those applications has become. I wonder if facebook has AI knowledge management applications?
collaborative  facebook  ai  knowledge 
august 2008 by howthebodyworks
The Pure Programming Language
another strange branch of the language evolution tree - casting aside lambda calculus as a model in favour of term-rewriting, with a dusting of JIT, introspection, symbolic computation
compsci  functional  oop  ai  mathematics 
july 2008 by howthebodyworks
Intwition
sniff the global zeitgeist via twitter
twitter  tagging  classification  ai 
july 2008 by howthebodyworks
Search for Music Using Your Voice by Singing or Humming, View Music Videos, Join Fan Clubs, Share with Friends, Be Discovered and Much More For Free! - midomi.com
insane. search for songs by lyrics or by pitch tracking your humming and matching against melodies. oh, and it works on your iphone.
search  language  music  dsp  ai 
july 2008 by howthebodyworks
HAKMEM -- PROGRAMMING HACKS -- DRAFT, NOT YET PROOFED
classic. classic. the long and short of it (ahem) is that the universe is a twos-complement architecture
ai  compsci  mathematics  mind 
june 2008 by howthebodyworks
Amazon Mechanical Turk
API for calling humans: "Amazon Mechanical Turk provides a web services API for computers to integrate "artificial artificial intelligence" directly into their processing by making requests of humans. Developers use the Amazon Mechanical Turk web service
collaborative  ai  api  money 
september 2007 by howthebodyworks
SourceForge.net: LeafRSS
LeafRSS - The Learning Filtered RSS Aggregator: A simple RSS aggregator that learns to filter out unwanted articles from multiple feeds automatically. Written in PHP, LeafRSS is ideal for presentation of aggregated and filtered RSS text on a web site.
ai  rss  aggregator  php  opensource  language  statistics 
july 2007 by howthebodyworks
Andy Clark Papers Online
mr emobied cognition is digitally loquacious
language  embodied  distributed  mind  academic  compsci  ai 
march 2007 by howthebodyworks
KLI Theory Lab
The KLI Theory Lab is a comprehensive bio- and bibliographical data base covering eighteen research areas related to evolution and cognition research. The primary aim of the KLI Theory Lab is to foster interdisciplinarity by highlighting thematic intercon
ai  biology  culture  evolution  language  philosophy  hps 
march 2007 by howthebodyworks
« earlier      

related tags

3d  @todo  academic  agents  aggregator  ai  algorithm  alife  animation  api  apml  art  australia  biology  bookmark  bot  browser  c++  chaos  chat  christian  classification  cli  clustering  cocoa  coding  collaborative  complexity  composition  compsci  computer_vision  concurrency  conference  convert  copyright  cpod  crowdsourcing  culture  data  datamining  db  del.icio.us  design  distributed  diy  drugs  dsp  ebook  echonest  economics  embodied  evolution  facebook  functional  futures  ga  game  games  geek  genetic  google  gramarthing  grammar  grammarface  grammarthing  greenplum  groovy  gtd  hadoop  history  howto  hps  html5  image  institutions  interface  ip  itunes  java  journalism  jython  knowledge  language  learnin  learning  logic  machine  machinelearning  mail  mapreduce  marketing  markov  mathematics  matlab  metadata  methodology  microformats  mind  modeling  money  mp3  music  networks  neuron  new  newmedia  nlp  numpy  ocsse  ontology  oop  openaccess  opensource  optimization  osx  parking  parkingsun  parser  parsimony  phd  philosophy  phm  photography  php  physics  portable  postgresql  presentation  productivity  python  quantum  r  recommendation  reinforcement_learning  rss  ruby  scalability  schmooze  science  scipy  search  security  semantic  semanticweb  simulation  social  spam  sql  standards  statisics  statistics  sun  sustainability  svm  swarm  tagging  teachmyself  technology  theory  twitter  ui  via:datakid  via:karpuscul  via:mtchl  vid  video  visualization  web  wiki  writing  xml 

Copy this bookmark:



description:


tags: