Neural Network Workshop

From Noisebridge
Jump to navigation Jump to search

What: A hands-on workshop courtesy of the Machine Learning Group using Neural Networks that includes both the theory and practical implementation.

When: January 26, 2011 7:00pm - 10:00pm

Why: To raise Neural Network Awareness (NNA) and money for Noisebridge. Donations towards Noisebridge will be encouraged and appreciated.

Where: In the back classroom

Who: Anyone who wants to participate, either come and learn or help teach. Join the mailing list!. It won't be too heavy on the math, so don't worry if you knowledge of vector spaces and derivatives is a bit of a null set...

Workshop Overview, Resources

  • What is a Neural Network?
    • What does a real neural network in the brain look like?
    • Differences between artificial neural nets and biological neural nets
    • Basic architecture: layers of interconnected units
    • Weights and activation functions: the actual computation
  • What can Neural Networks do?
    • Universal Function Approximation
    • Classification: identifying classes of things
      • Binary classification vs. multi-class classification
    • Regression: predicting values from data
  • How are neural networks trained?
    • Backpropagation
  • Face or not a Face? Binary Classification with Neural Nets.
    • Here we'll implement a neural network that detects whether an image contains a human face, using the language of your choice:

Volunteers

Put your name down here to volunteer and contact Mike S for coordination:

  • Mike S

Software

This is just a list of packages used for constructing and training neural networks: