Practical AI Workshop

Logo

MSBA elective workshop on AI, from logistic regression to LLMs.

View the Project on GitHub jphall663/GWU_practical_ai

GWU_DNSC 6290: Course Outline

MSBA elective workshop on AI, from logistic regression to LLMs.

Corrections or suggestions? Please file a GitHub issue.


Preliminary Materials

Session 1: Penalized Regression

Trace plot for a simple elastic net model.

Trace plot for a simple elastic net model. Source: Assignment 1.

Session 1 Materials


Session 2: Artificial Neural Networks (ANNs) for Structured Data

A very simple autoencoder network. Source: Session 2 notes.

Session 2 Materials


Session 3: ANNs for Computer Vision

An illustration of image convolution.

An illustration of image convolution. Source: Session 3 notes, with thanks to Wen Phan.

Session 3 Materials


Session 4: Large Language Models

An illustration of retrieval augmented generation (RAG).

An illustration of retrieval augmented generation (RAG). Source: Session 4 notes.

Session 4 Materials


Code Instructions

AI Workshop
├── 01_Regression_Materials
├── 02_ANN_Materials
├── 03_CNN_Materials
└── 04_LLM_Materials