28 lines
1.5 KiB
Markdown
28 lines
1.5 KiB
Markdown
+++
|
|
title = "AI Systems"
|
|
sort_by = "date"
|
|
paginate_by = 10
|
|
+++
|
|
|
|
Companion literature for the [DAKI3 - AI Systems & Infrastructure](https://www.moodle.aau.dk/course/view.php?id=57016) course at Aalborg University in the form of blog posts.
|
|
|
|
## Course Outline
|
|
|
|
- Phase A: [Interact with AI Systems](@/ai-system/interact-with-ai-systems/index.md)
|
|
- Module 1: [API Fundamentals](@/ai-system/api-fundamentals/index.md)
|
|
- Module 2: [Advanced APIs in the Era of AI](@/ai-system/advanced-apis/index.md)
|
|
- Module 3: [Wrap AI Models with APIs](@/ai-system/wrap-ai-with-api/index.md)
|
|
- Phase B: [Infrastructure & Deployment of AI](@/ai-system/infrastructure-deployment/index.md)
|
|
- Module 4: [AI Compute Hardware](@/ai-system/ai-compute-hardware/index.md)
|
|
- Module 5: [Packaging & Containerization](@/ai-system/packaging-containerization/index.md)
|
|
- Module 6: [Cloud Deployment](@/ai-system/cloud-deployment/index.md)
|
|
- Module 7: [Edge & Self-hosted Deployment](@/ai-system/edge-self-hosted-deployment/index.md)
|
|
- Module 8: [Mini Project](@/ai-system/mini-project/index.md)
|
|
- Phase C: [Production-ready AI Systems](@/ai-system/production-ready-systems/index.md)
|
|
- Module 9: [High Availability & Reliability](@/ai-system/high-availability/index.md)
|
|
- Module 10: [Advanced Deployment Strategies](@/ai-system/advanced-deployment/index.md)
|
|
|
|
## Other Materials
|
|
|
|
- [Reference implementation of exercises](https://github.com/orgs/AI-Systems-Infrastructure/repositories)
|
|
- [Exam Format](@/ai-system/exam/index.md)
|