Machine Learning: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=== Next Meeting===
=== Next Meeting===


*When: 5/3/2012 7:30 PM
*When: 5/24/2012 7:30 PM
*Where: 2169 Mission St. (back NE corner, Church classroom)
*Where: 2169 Mission St. (back NE corner, Church classroom)
*Topic: MapReduce, Hadoop, Cloudera
*Topic: Data-mining the noisebridge-discuss mailing list
*Details: Talking about how to apply Hadoop to your big data problems. [[Machine_Learning_Meetup_Notes:2012-05-03|More Details...]]
*Details: We'll talk about work by Jared D to data-mine noisebridge-discuss, and popular text methods like TF*IDF and LDA.
*Who: Jared D
*Who: Jared D, Mike S


=== Take the Noisebridge ML Survey ===
=== Take the Noisebridge ML Survey ===

Revision as of 12:14, 17 May 2012

Next Meeting

  • When: 5/24/2012 7:30 PM
  • Where: 2169 Mission St. (back NE corner, Church classroom)
  • Topic: Data-mining the noisebridge-discuss mailing list
  • Details: We'll talk about work by Jared D to data-mine noisebridge-discuss, and popular text methods like TF*IDF and LDA.
  • Who: Jared D, Mike S

Take the Noisebridge ML Survey

Take a survey and vote for what you want to learn!

Crowdsourced Q&A

Are you working on a data mining, machine learning, or statistics problem? Do you want some help? Consider sending an email to the mailing list about it! Also consider setting up a day to come in and talk about the project you're working on and get input from Spotsylvania reckless driving other ML people.

About Us

We're a loosely-knit stochastic federation of people who like Noisebridge and like machine learning. What is machine learning? It's broad field that typically involves training computer models to solve problems. How can you participate? Join the mailing list, send an email and introduce yourself. Show up to the next meeting, share your thoughts. Participate in projects or start your own. Go to workshops, write code at workshops, learn stuff, give workshops of your own! All are welcome.

Talks and Workshops

We've given lots of workshops and talks over the past year or so, here's a few. Many of the workshops we've given previously are recurring and will be given again, especially upon request!

Code and SourceForge Site

    git clone git://ml-noisebridge.git.sourceforge.net/gitroot/ml-noisebridge/ml-noisebridge
  • Send an email to the list if you want to become an administrator on the site to get write access to the git repo!

Future Talks and Topics, Ideas

  • Random Forests in R
  • Restricted Boltzmann Machines (Mike S, some day)
  • Analyzing brain cells (Mike S)
  • Deep Nets w/ Stacked Autoencoders (Mike S, some day)
  • Generalized Linear Models (Mike S, Erin L? some day)
  • Graphical Models
  • Working with the Kinect
  • Computer Vision with OpenCV

Mailing List

https://www.noisebridge.net/mailman/listinfo/ml

Projects

Datasets and Websites

Software Tools

Generic ML Libraries

Computer Vision

  • OpenCV
    • Computer Vision Library
    • Has ML component (SVM, trees, etc)
    • Online tutorials here

Audio Processing

Data Visualization

  • Orange
    • Strong data visualization component
  • Gephi
    • Graph Visualization
  • ggplot
    • Nice plotting package for R
  • MayaVi2
    • 3D Scientific Data Visualization

Cluster Computing

  • Mahout
    • Hadoop cluster based ML package.
  • STAR: Cluster
    • Easily build your own Python computing cluster on Amazon EC2

Other

Presentations and other Materials

Topics to Learn and Teach

NBML Course - Noisebridge Machine Learning Curriculum (work-in-progress)

CS229 - The Stanford Machine learning Course @ noisebridge

  • Supervised Learning
    • Linear Regression
    • Linear Discriminants
    • Neural Nets/Radial Basis Functions
    • Support Vector Machines
    • Classifier Combination [1]
    • A basic decision tree builder, recursive and using entropy metrics
  • Reinforcement Learning
    • Temporal Difference Learning
  • Math, Probability & Statistics
    • Metric spaces and what they mean
    • Fundamentals of probabilities
    • Decision Theory (Bayesian)
    • Maximum Likelihood
    • Bias/Variance Tradeoff, VC Dimension
    • Bagging, Bootstrap, Jacknife [2]
    • Information Theory: Entropy, Mutual Information, Gaussian Channels
    • Estimation of Misclassification [3]
    • No-Free Lunch Theorem [4]
  • Machine Learning SDK's
    • OpenCV ML component (SVM, trees, etc)
    • Mahout a Hadoop cluster based ML package.
    • Weka a collection of data mining tools and machine learning algorithms.
  • Applications
    • Collective Intelligence & Recommendation Engines

Meeting Notes