Check out our interactive lecture material on computationalthinking.mit.edu!
MIT's numbering scheme gone nuts: (1.C25/6.C25/12.C25/16.C25/18.C25/22.C25)
This course is part of the Common Ground.
Lectures: Mondays and Wednesdays 1-2:30 PM in room 4-149.
Prerequisites: 6.100A, 18.03, 18.06 or equivalents (meaning some programming, dif eqs, and lin alg)
Instructors: A. Edelman, more TBA
Teaching Assistants: Raye Kimmerer
Office Hours:
- Raye on Friday's 2:30 - 3:30PM in 32-G780. A map can be found here: Map, be sure you take the Gates tower elevators not the Dreyfoos tower elevators!!!
Lecture Recordings: ( Hopefully) Available on Canvas under the Panopto Video tab. Should be published the evening after each lecture.
Links: Worth bookmarking.
Piazza https://piazza.com/mit/fall2024/18c25 | Canvas TBA | Julia | |
---|---|---|---|
Discussion | HW submission | Language |
Focuses on algorithms and techniques for writing and using modern technical software in a job, lab, or research group environment that may consist of interdisciplinary teams, where performance may be critical, and where the software needs to be flexible and adaptable. Topics include automatic differentiation, matrix calculus, scientific machine learning, parallel and GPU computing, and performance optimization with introductory applications to climate science, economics, agent-based modeling, and other areas. Labs and projects focus on performant, readable, composable algorithms and software. Programming will be in Julia. Expects students have some familiarity with Python, Matlab, or R. No Julia experience necessary.
Counts as an elective for CEE students, an advanced subject (18.100 and higher) for Math students, an advanced elective for EECS students, and a computation restricted elective for NSE students. AeroAstro students can petition department to count this class as a professional subject in the computing area. (Professors may be open to petitioning for counting for other programs.)
Class is appropriate for those who enjoy math and wish to see math being used in modern contexts.
While not exactly the same as our past Computational Thinking Class... not entirely different either.
Make mathematics your playground:
Throughout the course, students will be encouraged to adopt a new approach to thinking about, learning, and communicating technical systems and concepts.
We will demonstrate and produce Julia code which exemplifies a living, interactive approach to make math a fun and playful experience.
Perhaps similar to a CIM class (though this class is NOT officially a CIM , sorry)
we will have students present early versions of notebooks, with critiques (and
you get to critique the professor too). Nearly all university classes emphasize communication through writing and presentations, this class adds
communication through computation.
Projects may be teams of 1, 2, or 3.
Homework: 25% Class Participation: 10%
Project 1: 20% (fairly soon) Take an existing Pluto notebook from computationalthinking.mit.edu or some other place with our permission. Modify the notebook to make it substantially better, possibly by adding content, but more importantly making it better from a communications standpoint. Choose between signing up to do an in class presentation or making a video of your notebook.
Project 2a: 10% (around the middle of the term) Make a notebook of material from another class you are taking. Pretend you are presenting the material the C25 way rather than the way you learned it.
Project 2b: 5% Critique another team’s Project 2a, giving constructive suggestions.
Project 3: 30% (towards the end of term) Use your Project 2a, incorporating suggestions, to make an amazing Pluto notebook, with a video of your presentation.
Homework | Assigned | Due | Topic | Solution |
---|---|---|---|---|
HW0 | Sep 4 | Sep 11 | Getting Started | |
HW1 | Sep 11 | Sep 18 | ||
HW2 | Sep 18 | Oct 9 | ||
HW3 | Oct 10 | Oct 23 | ||
HW4A | Oct 24 | Nov 1 | ||
HW4B | Oct 23 | Nov 8 | ||
HW7 Final Project | Nov 20 | Dec 9 |
Lectures at a glance (Lectures being updated from 2023 as we go, but this semester there will be many more student presentations and discussions. Participation is a must.)
# | Day | Date | Lecturer | Topic | Slides / Notes | Notebooks |
---|---|---|---|---|---|---|
0 | Julia tutorial | Cheat Sheets | ||||
1 | W | 9/4 | Edelman | Communicate With Computation | Intro to Class | Intro to Julia, Tutorial, Hyperbolic Corgi, Images, Abstraction, |
2 | M | 9/9 | Edelman | Maybe you know Random Variables, but not as types? | slides Pluto Video | Random Variables As Types |
3 | W | 9/13 | Edelman | Let's Really Learn Julia Now | Jeremiah's Nice C25 Tutorial | |
4 | M | 9/16 | Edelman | When do I prefer Jupyter to Pluto? | Jupyter Notebook: Julia is Fast Jupyter Notebook: Autodiff | |
5 | W | 9/18 | Edelman | Automatic Differentiation | Reverse Mode AutoDiff in Pluto | |
6 | M | 9/23 | Edelman | Ambiguous Multiple Dispatch, Discrete and Continuous | Ambiguous Multiple Dispatch | |
7 | W | 9/25 | Edelman | Parametric Types with software applications to Dif Eqs | Parametric Types , ODES with parametric types | |
8 | M | 9/30 | Student Projects | |||
9 | W | 10/2 | Student Projects | |||
10 | M | 10/7 | Student Projects | |||
11 | W | 10/9 | Student Projects | |||
M | 10/14 | Indigenous People's Day | ||||
12 | W | 10/16 | Edelman | Economic Model of Climate | Slides | Economic Model, Optimization with JUMP |
13 | M | 10/21 | Ferrari | Intro to Climate | Slides | |
14 | W | 10/23 | Ferrari | Energy Balance Models | Energy Balance Notebook | |
15 | M | 10/28 | Souza | Climate Emulators | Files Dropbox Link | |
16 | W | 10/30 | Edelman | Intro to HPC | Top 500, HPC Slides | |
17 | M | 11/4 | Parallel and GPU Computing | |||
18 | W | 11/6 | Parallel and GPU Computing | |||
M | 11/11 | Veterans Day | ||||
19 | W | 11/13 | Edelman | Snowball Earth | [Snowball Earth and hysteresis] | |
20 | M | 11/18 | Veterans Day | |||
21 | W | 11/20 | Edelman | |||
22 | M | 11/22 | Edelman | |||
W | 11/27 | Class Cancelled, Thanksgving Travel | ||||
23 | M | 12/2 | ||||
24 | W | 12/4 | ||||
25 | M | 12/9 | ||||
26 | W | 12/11 | Class Party |
| MOSTLY IGNORE BELOW| | 4 | T | 9/19 | Edelman | Matrix Calculus | Matrix Calc 1 | Matrix Jacobians, Finite Differences | | 5 | R | 9/21 | Edelman | Matrix Calculus | Matrix Calc 2 | Linear Transformations, Symmetric Eigenproblems | | 6 | T | 9/26 | Edelman | Differential Equations Lec 1 | | Time Stepping (background), ODEs and parameterized types (main topic), Resistors and Stencils (touched on this) | | 7 | R | 9/28 | Edelman | Differential Equations Lec 2 | | | | 8 | T | 10/3 | Edelman | Imaging and Convolutions | | Image Transformation notebook | | 9 | R | 10/5 | Edelman | Imaging and Convolutions 2 | | Seam Carving notebook, Linear Transformations notebook | | | T | 10/10 | Student Holiday | | | | | 10 | R | 10/12 | Edelman | HPC and GPUs | HPC and GPU Slides | | | 11 | T | 10/17 | Dalle | Package development | | Challenge, Good practices | | 12 | R | 10/19 | Dalle | Performance | Quiz | Package creation, Performance | | 13 | T | 10/24 | Dalle | Graphs | Quiz | Graphs | | 14 | R | 10/26 | Dalle | Linear programming | Quiz | Linear programming | | 15 | T | 10/31 | Ferrari | Greenhouse Effect | | | | 16 | R | 11/2 | Ferrari | Equilibrium and transient climate sensitivity | | Earth's Temperature Model Mean Surface Temp Modeling | | 17 | T | 11/7 | Drake | Economic Model of Climate | Slides | Economic Model, Optimization with JUMP | | 18 | R | 11/9 | Edelman | Snowball Earth & Parallel/GPU computing | | Snowball Earth and hysteresis | | 19 | T | 11/14 | Persson | Mesh Generation | Mesh generation | Computational Geometry | | 20 | R | 11/16 | Persson | Mesh Generation | | | | 21 | T | 11/21 | Edelman | Floating-point Arithmetic | | | | | R | 11/23 | Thanksgiving | | | | | 22 | T | 11/28 | Klugman | Fast inverse square root | | Notebook | | 23 | R | 11/30 | Silvestri | Climate Science | | Solving the climate system | | 24 | T | 12/5 | Silvestri | Climate Science | | | | 25 | R | 12/7 | Edelman | Discrete and Continuous, are they so very different? | | | | 26 | T | 12/12 | Class Party | | | |