LaTeX source for a Decision Support Systems (DSS) course book and its lecture
slides. The material is used to teach a DSS course and is organized as a
book-first repository: chapter sources live under src/chapters, and slide
decks live under slides/src.
src/main.tex: main book entry pointsrc/chapters/: numbered chapter files and supporting academic materialslides/src/: Beamer slide sources, one file per chapterslides/: compiled slide PDFssrc/diagram.jpg: figure used by the book
The book currently covers 14 chapters:
- Introduction to DSS
- Decision Making Concepts
- Decision Making Technologies and Environment
- Model Management
- Introduction to Machine Learning in DSS
- Midterm Review and Sample Questions
- Training of Classification Models
- Supervised Learning for DSS
- Automated Decision Systems and Expert Systems
- Business Intelligence
- Unsupervised Learning and Recommender Systems for DSS
- Multi-Criteria Decision Analysis for DSS
- Essay Questions with Model Answers
- Acronyms and Definitions
Run from the repository root:
(cd src && latexmk -pdf -interaction=nonstopmode main.tex)This generates src/main.pdf.
Run from the repository root:
for f in slides/src/*.tex; do
latexmk -pdf -interaction=nonstopmode -output-directory=slides "$f"
doneslides/src/01.texis the chapter 01 slide deck; the remaining chapters have matching slide files in the same folder.- Some root-level PDFs are intentionally ignored because they are local or
legacy artifacts:
ai-.pdf,bio_.pdf,sw.pdf,لائحة الكلية.pdf, andDSS.pdf.
This repository is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license. See LICENSE.