ISE-547: Applied Generative AI for Enterprises
Master's level course on Applied Generative Artificial Intelligence for Enterprises at USC.
Course Description
This course provides a comprehensive overview of Generative Artificial Intelligence and its applications in enterprise settings.
Topics Covered
- Large Language Models (LLMs)
- Retrieval-Augmented Generation (RAG)
- Prompt Engineering
- AI Agents and Tool Use
- Enterprise Deployment and Safety
Course Information
- Term: Spring 2026
- Section: 31512
Project Updates
-
Evaluating LLM Hallucination with TruthfulQA
HW2 for USC ISE-547 2026 spring
-
The Illustrated Transformer
A visual explanation of the Transformer model, its components, and how it works.
-
embedding
Understanding embeddings: representing language in vector space.
-
JUST WHAT IS A LANGUAGE MODEL?
An introduction to language models: prediction, generation, and probabilities.
-
Vibe Coding Report: Advanced Recursive Maze Solver
A report on generating an Advanced Recursive Maze Solver (BFS with Teleports) using AI prompts.
-
Vibe Coding Report: Recursive Maze Solver
A report on generating a Recursive Maze Solver using AI prompts and iterative refinement.
-
Vibe Coding Report: Group Anagrams
A report on generating a Group Anagrams script using AI prompts and iterative refinement.
-
Vibe Coding Report: Palindrome Checker
A report on generating a Palindrome Checker using AI prompts and iterative refinement.
-
Vibe Coding Report 1: Word Frequency Analyzer
A report on generating a Word Frequency Analyzer using AI prompts and iterative refinement.
-
Prompting for Vibe Coding
Strategies for effective AI-assisted coding: Structure, Iteration, and Meta-Prompting.
-
Retrieval-Augmented Generation (RAG)
Understanding RAG: Connecting frozen LLMs to external dynamic knowledge.