24 May 2013

The Ruby Reflector

Topic

Machine learning

  Source Favicon
By Paul Ingles of pingles 3 months ago.
Email

…and ggplot2 I produced a plot (similar to the one presented in the Machine Learning for Hackers book) to show the results of the classifier.

Our results were captured in a CSV file and looked a little like this:

A,0.25,0.15 A,0.2,0.19 B,0.19,0.25

Each line contains the item's actual class, the predicted probability for membership of class A, and the predicted probability for membership of class B. Using ggplot2 we produce the following:

Items have been classified …

oobaloo.co.uk Read
  Source Favicon
By Todd Hoff of High Scalability 3 months ago.
Email

…Abstractions for Structured Computation .

You may remember Prismatic from previous profile we did on HighScalability: Prismatic Architecture - Using Machine Learning On Social Networks To Figure Out What You Should Read On The Web . We learned how Prismatic, an interest driven content suggestion service, builds programs in terms of graph stuff:

highscalability.com Read
  Source Favicon
By Todd Hoff of High Scalability 10 months ago.
Email

In update to Prismatic Architecture - Using Machine Learning on Social Networks to Figure Out What You Should Read on the Web , Jason Wolfe, even in the face of deadening fatigue from long nights spent getting their iPhone app out, has gallantly agreed to talk a little more about Primatic's approach to Machine Learning.

Documents and users are two areas where Prismatic applies ML (machine learning):

ML on Documents

highscalability.com Read
  Source Favicon
On Dalibor Nasevic 10 months ago.
Email

Vim Tips - Part I (June 27, 2012)

Vim Tips - Part II (July 3, 2012)

Rails 3 upgrade process (the road from 2.3.14 to 3.2.6) (June 21, 2012)

Intro to Machine Learning in Ruby (December 30, 2011)

Remote pair-programming with Screen (November 3, 2011)

Redis in the NoSQL ecosystem (December 28, 2011)

dalibornasevic.com Read
  Source Favicon
On pingles 10 months ago.
Email

…and ggplot2 I produced a plot (similar to the one presented in the Machine Learning for Hackers book) to show the results of the classifier.

Our results were captured in a CSV file and looked a little like this:

A,0.25,0.15 A,0.2,0.19 B,0.19,0.25

Each line contains the item's actual class, the predicted probability for membership of class A, and the predicted probability for membership of class B. Using ggplot2 we produce the following:

Items have been classified …

oobaloo.co.uk Read
  Source Favicon
Email

Practical Machine Learning in Python

From: NextDayVideo

Views: 4930

52 ratings Time: 29:35 More in Education

youtube.com Read
  Source Favicon
On RubyFlow - Search for jruby almost 2 years ago.
Email

Two days. One track. November 4-5 in Kansas City, MO. - $ 189

Keynotes

Uncle Bob Martin

Andy Hunt

Sessions

Jim Weirich - Mastering the Ruby Debugger

Matt Kirk - Recommendation Engines using Machine Learning, and JRuby

Angela Harms - Does pair programming have to suck?

Dave Copeland - Make Awesome Command-Line Apps with Ruby

Marty Haught - Ruby Community: Awesome; Could Be Awesomer

Zach Holman - How GitHub Uses GitHub to Build GitHub

rubyflow.com Read
  Source Favicon
By Ilya Grigorik of igvita.com 2 years ago.
Email

GoGaRuCo 2010: Machine Learning Trends & Patterns

The goal for my presentation at GoGaRuCo 2010 ( slides ) was to highlight the following themes: first, the algorithm is important, but we tend to overemphasize its importance; simple, intuitive insights are usually the underpinnings of much more (seemingly) complicated algorithms; data can be an algorithm in by itself. None of these ideas are novel or my own. In fact, much of the recent credit goes to Peter Norvig for popularizing …

igvita.com Read
  Source Favicon
By Tom Zeng of Intridea - Company Blog over 2 years ago.
Email

I attended the conference this year and presented Ruby and Machine Learning. The slides are available here . In my presentation which was attended by Matz and Chad Fowler, I did a brief introduction to Machine Learning( ML), talked about the current state of Ruby and Machine Learning, surveyed the ML tools available today, and demonstrated Ruby code that uses ML. I also talked about and demonstrated tweetsentiments.com - an application that I developed using Ruby on Rails

intridea.com Read
  Source Favicon
On SD Ruby Podcast 3 years ago.
Email

Machine learning and data mining have long been "black arts" because they require access to expensive computing clusters. Randall Thomas discusses machine learning and the problem spaces it can help solve.

Bonus content: download the slides from this talk.

sdruby.org Read