-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (41 loc) Β· 1.78 KB
/
mkdocs.yml
File metadata and controls
44 lines (41 loc) Β· 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
site_name: Jetson Cyber & AI Summer Camp
theme:
name: material
palette:
primary: teal
accent: light blue
language: en
plugins:
- search
# - revealjs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.tasklist
- toc:
permalink: true
nav:
- Home: index.md
- π° Getting Started with Jetson:
- β
sjsujetsontool Guide: curriculum/00_sjsujetsontool_guide.md
- π sjsujetsontool Cheatsheet: curriculum/00b_sjsujetsontool_cheatsheet.md
- π§ Introduction to NVIDIA Jetson: curriculum/01a_nvidia_jetson.md
- π CUDA Programming on Jetson: curriculum/01b_jetson_cuda.md
- π§ Linux Fundamentals:
- π‘ Linux OS Basics: curriculum/02a_linux_basics.md
- π Linux Networking Tools: curriculum/03a_linux_networking_tools.md
- π Packet Sniffing & Monitoring: curriculum/03b_packet_sniffing_monitoring.md
# - π Nebula Overlay Network Guide: nebula_overlay_network_guide.md
- π€ AI & LLM:
- π§ Deep Learning & CNN: curriculum/04_deeplearning_cnn.md
- πΌοΈ CNN Image Processing: curriculum/04b_cnn_image_processing_jetson.md
- π§ Transformers & NLP Applications: curriculum/05_transformers_nlp_applications.md
- π Large Language Models on Jetson: curriculum/06_llms_jetson.md
- π NLP Applications & LLM Optimization: curriculum/07_nlp_applications_llm_optimization.md
- βοΈ Prompt Engineering & LangChain: curriculum/08_prompt_engineering_langchain_jetson.md
- π RAG Applications with LangChain: curriculum/09_rag_app_langchain_jetson.md
- π€ Local AI Agents: curriculum/10_local_ai_agents_jetson.md
- ποΈ Voice Assistant: curriculum/10b_voice_assistant_jetson.md