Can anyone offer anecdotal experience your machine learning project?
Well I shall limit my answer to two simple examples from the web and in the vicinity of your profile, so that you find it more interesting.
Did you know that ML is one of the key components of Google(1) search, yes, the one that you might be using day in and day out.
Did you know that all the sites offering you personalized recommendations like "people who bought this book also liked this book", use ML.
Why don't you do a fun experiment. Take up a programming language (I suggest Python) and write an algo (using PyBrain and NN's in it) that reads and learns from habits of the students (book borrowers in this case) and then recommends them on what they should read next, based on what the machine has learned from their past behavior. It won't be perfect and best prediction, rather it will be pathetic at the begining, but it will recommend good and relevant books as time goes by and the machine/algo knows more about the students.
(1)for that matter any good search engine.
Have fun!!
Edit: Online book/movie selling/renting engines do that, but not sure of real world libraries doing that. Especially now , when the books are going "e". :-)
It still can't replace weka... which you can kinda use with python http://weka.wikispaces.com/Can+I+use+WEKA+from+Python%3F
But still, thanks for bringing forth the fact that there are much more sophisticated libraries/pkgs that exist, though in Java, but can be used with Python. Which is actually true for any Java code, i.e. it is accessible in Python, I use JPype for it, among the few other available options for the purpose.