|
86 | 86 |
|
87 | 87 | --- |
88 | 88 |
|
89 | | -## 📚 Publications / Teaching (compact) |
| 89 | +## 📚 Publications / Teaching |
90 | 90 |
|
91 | 91 | ### Teaching @ESMAD |
92 | | -- **Introduction to Logic & Set Theory (15-week module)** — Bivalent logic, set theory, induction, integral calculus; notes and LaTeX materials. |
| 92 | +- **Introduction to Logic & Set Theory (First Semester, 15 weeks)** — Logic (prop/FO), sets, induction, **differential & integral calculus**; notes + LaTeX. |
93 | 93 |
|
94 | | -- **NoSQL with MongoDB (6 × 4h)** — Data modelling, aggregation, indexing; mini-projects with IoT sensor data. |
| 94 | +- **Linear Algebra (Second Semester, 15 weeks)** — Vector spaces and linear maps; matrices and determinants; eigenvalues/eigenvectors, diagonalisation; orthogonality, projections, Gram–Schmidt; least squares; **SVD and PCA**; numerical stability & conditioning; applications to optimisation and data science. |
| 95 | + Syllabus: _link_ · Slides (Beamer): _link_ |
| 96 | + |
| 97 | +- **NLP & LLM mini-workshops** — Prompt design, evals, lightweight retrieval, and report generation with structured → narrative transforms. |
| 98 | + |
| 99 | +### Seminars & Workshops |
| 100 | + |
| 101 | +- **Data Science Seminars** — End-to-end ML pipelines, feature engineering for time series, evaluation under drift, MLOps (CI/CD, data/versioning), and reproducible research practices. |
| 102 | + Slides: _link_ · Notebooks: _link_ |
| 103 | + |
| 104 | +- **Sensors & Dashboards** — IoT data ingestion (MQTT/Kafka), time-series storage (InfluxDB/Parquet), streaming analytics (Flink), and dashboards (Grafana/Plotly/Dash) with alerting & anomaly detection. |
| 105 | + Slides: _link_ · Demo repo: _link_ |
| 106 | + |
| 107 | +- **Applications of Matrices to Computational Graphics** — Linear transforms in 2D/3D, homogeneous coordinates, rotations (Euler vs. quaternions), camera models & projections, shading basics; **SVD/PCA** for geometry processing. |
| 108 | + Slides: _link_ · Code samples: _link_ |
95 | 109 |
|
96 | | -- **NLP & LLM mini-workshops** — Prompt design, evals, lightweight retrieval, and report generation with structured → narrative transforms. |
97 | 110 |
|
98 | 111 | ### Selected Writings / Demos |
99 | 112 | - **Streaming analytics with Iceberg + Flink + DynamoDB** — Architecture notes and example pipelines. |
100 | 113 |
|
101 | 114 | - **Robust regression with IRLS** — ψ-functions, influence diagnostics, and uncertainty reporting. |
102 | 115 |
|
103 | | -- **Time-series anomaly detection** — EWMA variants, adaptive σ, and change-point alerts for sensors. |
| 116 | +- **Time-series anomaly detection** — EWMA variants, adaptive σ, and change-point alerts for sensors. |
104 | 117 |
|
105 | 118 | --- |
106 | 119 |
|
|
0 commit comments