diff options
Diffstat (limited to 'admin/meeting-notes/2025-04-29.md')
| -rw-r--r-- | admin/meeting-notes/2025-04-29.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/meeting-notes/2025-04-29.md b/admin/meeting-notes/2025-04-29.md index 990b0c1..6dfeae7 100644 --- a/admin/meeting-notes/2025-04-29.md +++ b/admin/meeting-notes/2025-04-29.md @@ -48,8 +48,8 @@ To do: - Each Tutorial should have two problems (one to work in classroom, one to leave as homework) - Intro to algorithm at the beginning of Module 2 (computational algorithm vs. real-world algorithms) - Move AI at the end of Module 2 -- AI vs. alorithms -- AI types (LLM vs. Resconstructive AI vs. Generative AI, Reinforcement AI, Vision AI etc) +- AI vs. algorithms +- AI types (LLM vs. Reconstructive AI vs. Generative AI, Reinforcement AI, Vision AI etc) - Then we go into AI applications: AI for code debugging vs AI for code generation based on flowcharts - pick a GIT GUI program for next time and see how much we can simplify the discussion on Git and Github - Module 3 - bare minimum numerical methods: 1. Equation solvers/Root finding: Newton, Secant Method. 2. Systems of Equations: Gauss Method, LU Decomposition. 3. Integration: Trapezoid Method, Simpson Method. 4. Differentiation/ODEs: Explicit Euler, RK methods, Implicit Euler.
\ No newline at end of file |
