Skip to content

Latest commit

 

History

History
127 lines (96 loc) · 9.46 KB

index.md

File metadata and controls

127 lines (96 loc) · 9.46 KB

ME 343 Homepage

Welcome to this class. We hope you will enjoy it!

This is the first time this class is offered by the Mechanical Engineering Department so we will be experimenting with the content a bit. Here is the tentative content. We will make some adjustments as we go depending on interest and time left:

  • Gaussian process regression
  • Support vector machine for classification; kernel machines
  • Deep learning
  • Recurrent Neural Network
  • Generative Adversarial Networks (GAN)
  • Physics-informed learning machines (a new method specific to ME!)
  • Reinforcement learning
  • Markov decision processes, Bellman equation, Monte-Carlo tree search, and dynamic programming
  • Temporal-difference learning (if time allows)

The material for this class is hosted on github. It can be downloaded from the main repository page https://github.com/stanford-me343/stanford-me343.github.io

If you click on the green button "Clone or download" you can download all the files as a zip archive.

Office hours

  • Tuesday: 7 PM to 8 PM (Hojat)
  • Wednesday: 10 AM to 11 AM (Ziyi/Hojat)
  • Thursday: 10 AM to 11 AM (Ziyi)
  • Friday: 9 AM to 11 AM (Prof. Darve)

Office hours with TAs are held in the Huang basement. Prof. Darve's office hours are in building 520, room 125.

Course material and links

Contact information

Reading material

Curated list of scientific machine learning papers from Paul Constantine.

Contributors: Nathan Baker, Jed Brown, Reagan Cronin, Ian Grooms, Jan Hesthaven, Des Higham, Katy Huff, Mark Kamuda, Julia Ling, Vasudeva Murthy, Houman Owhadi, Christoph Schwab.

Curation criteria:

  • has ML, AI, Big Data, or related terms in the title
  • comes from a scientific journal
  • bias toward broad audience journals
  • claims application to a scientific field or problem
  • bias toward computational sciences
  • bias toward recent publications
  • bias toward perspective/prospective-type articles (e.g., "opportunities and challenges") and surveys/reviews
  • bias toward materials design, fluid dynamics, and some environmental sciences
  • bias against arXiv papers and preprints
  • bias against medicine and related fields
  • bias against social sciences and related fields
  • bias against fast algorithms or HPC implementations

General book about machine learning: The Hundred-Page Machine Learning Book, by Andriy Burkov. Relatively easy to read with a discussion of all the fundamental concepts. The book does not cover more advanced topics though.

Reading by topics

Reinforcement learning

Physics-informed learning

GAN

Deep learning

SVM

GPR