NBDSM: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 35: Line 35:
* The venerable [http://colah.github.io/ colah's blog]
* The venerable [http://colah.github.io/ colah's blog]
* Stat Mech//Machine Learning conference 2017 at Berkeley: [https://smml.io/ smml:2017]
* Stat Mech//Machine Learning conference 2017 at Berkeley: [https://smml.io/ smml:2017]
* [http://www.lps.ens.fr/~krzakala/LESHOUCHES2013/home.htm Les Houches] 2013 school on Statistical physics, Optimization, Inference and Message-Passing algorithms. Contains links to papers/talks.
* [http://www.lps.ens.fr/~krzakala/LESHOUCHES2013/home.htm Les Houches] 2013 school on Statistical physics, Optimization, Inference and Message-Passing algorithms. Fairly advanced. [https://libgen.unblocked.pub/book/index.php?md5=2E486AA1F672242DAA3D0B6116450D78 Proceedings]
* [https://www.youtube.com/playlist?list=PLoRl3Ht4JOcdU872GhiYWf6jwrk_SNhz9 Videos] from Geoff Hinton's neural net course on Coursera.
* [https://www.youtube.com/playlist?list=PLoRl3Ht4JOcdU872GhiYWf6jwrk_SNhz9 Videos] from Geoff Hinton's neural net course on Coursera.
* A [http://bactra.org/weblog/361.html blog] post about exponential families that demonstrates the sort of intuition we're trying to build.
* A [http://bactra.org/weblog/361.html blog] post about exponential families that demonstrates the sort of intuition we're trying to build.

Revision as of 22:24, 17 July 2017

Schedule

7/6/17 - Talk and Discussion: Steve Young - Boltzmann Machines and Statistical Mechanics.

PREREADINGS:

MacKay - Information Theory, Inference, and Learning Algorithms Chapter 43 on the Boltzmann machine. Chapter 42 on Hopfield networks.

Media:hinton_lect11.pdf Media:hinton_lect12.pdf Lecture notes from Hinton's Coursera class. Good overview of Boltzmann machines and Hopfield nets. You can sign up for the free course and watch the accompanying videos here. They're also on Youtube.

What

nBDSM is the noiseBridge Deepnet and Statistical Mechanics working group. We meet weekly to learn, teach, and discuss topics at the intersection of AI/deep learning and statistical mechanics. Note that we have a non-trivial overlap with The One, The Only Noisebridge DreamTeam.

We're focused on theory. Implementation is fun too, but has its own set of (mostly orthogonal) skills that we'll cover only lightly.

Prerequisites

Our discussions are at upper division to grad level in machine learning and statistical mechanics. To be able to get something out of them, you should know

  • linear algebra (at the level of D. Lay's book)
  • single and multi-variable calculus, vector calculus, Lagrange multiplers, Taylor expansions (all of Stewart's textbook).
  • basics of statistics, including bayesian
  • statistical mechanics (at the level of McGreevy's MIT lecture notes)

There are plenty of other places to learn this stuff. Eg you can review your probability, stats and linear algebra from chapters 2 and 3 of Goodfellow.

Links

Check out these cool links

Papers

High Level Overviews

Good large scale overview of why the stat mech side is important

  • Advani et al. - Stat mech of complex neural systems and high dimensional data - arXiv:1301.7115v1

Less emphasis on the physics, more emphasis on the stat mech <-> statistical inference connection.

  • Mastromatteo - On the typical properties of inverse problems in stat mech - arXiv:1311.0910v1

Interesting papers

  • Chen et al. - On the Equivalence of Restricted Boltzmann Machines and Tensor Network States - arXiv:1701:04831v1
  • Mehta et al. - An exact mapping between the Variational Renormalization Group and Deep Learning - arXiv:1410.3831
  • Saxe et al. - Exact solutions to the nonlinear dynamics of learning in deep linear neural networks - arXiv:1312.6120

Books

Ideas for future talks

Here's some ideas for future talks. If you want to present one of these,

A) Feel free to be advanced as you like -- assume an audience of graduate students.

but

B) Don't feel pressured to go any faster than you want. If you think you can give a pedagogical 'for dummies' talk in the course of an hour and a half, go for it!

  • Derive capacity of Hopfield net and understand this limitation intuitively
  • Explain similarity/relationship/identity of Bayesian inference and maximum entropy formalism.
  • Deep intuitive dive on Lagrangian duals and what they really do/mean in the context of statistical inference/machine learning/stat mech