You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+78-7Lines changed: 78 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,35 @@
1
+
# 📚 Project Index
2
+
3
+
This repository covers:
4
+
5
+
-**Parallel Computing Basics** using HPC concepts
6
+
-**NVIDIA HPC hardware** for deep learning applications
7
+
-**ISO C++ Parallelism** and GPU acceleration
8
+
-**Deep Learning** – Getting started with basics
9
+
-**Artificial Intelligence** – Foundations
10
+
11
+
---
12
+
13
+
## ✅ How to Run C++ Code
14
+
15
+
To run the C++ examples, set up **Visual Studio Code** in a Linux environment.
16
+
17
+
---
18
+
19
+
## 🎯 Project Goal
20
+
21
+
The ultimate goal of this project is to **run a Deep Learning network on a High-Performance Computing (HPC) platform**.
22
+
To achieve this, **advanced knowledge of C++ and Python** is mandatory.
23
+
Here, I cover **expert-level theoretical knowledge of Deep Learning**, followed by **practical development, integration, and deployment of deep learning models into Edge AI platforms**.
24
+
25
+
### Key Highlights:
26
+
- Learn how to use **CUDA libraries** on NVIDIA HPC hardware for GPU acceleration.
27
+
- Understand **ISO C++ parallelism fundamentals**.
28
+
- Designed for engineers with **practical embedded systems and C++ experience**.
29
+
30
+
**Goal:** Prepare an Embedded Engineer for **AI integration projects** on edge and HPC platforms.
31
+
32
+
1
33
2
34
# 📚 Project Index
3
35
@@ -6,7 +38,8 @@ This repository covers:
6
38
-**Parallel Computing Basics** using HPC concepts
7
39
-**NVIDIA HPC hardware** for deep learning applications
8
40
-**ISO C++ Parallelism** and GPU acceleration
9
-
-**Deep Learning theory and practical examples**
41
+
-**Deep Learning** – Getting started with basics
42
+
-**Artificial Intelligence** – Foundations
10
43
11
44
---
12
45
@@ -16,6 +49,33 @@ To run the C++ examples, set up **Visual Studio Code** in a Linux environment.
16
49
17
50
---
18
51
52
+
## 🎯 Project Goal
53
+
54
+
The ultimate goal of this project is to **run a Deep Learning network on a High-Performance Computing (HPC) platform**.
55
+
To achieve this, **advanced knowledge of C++ and Python** is mandatory.
56
+
57
+
### Key Highlights:
58
+
- Learn how to use **CUDA libraries** on NVIDIA HPC hardware for GPU acceleration.
59
+
- Understand **ISO C++ parallelism fundamentals**.
60
+
- Designed for engineers with **practical embedded systems and C++ experience**.
61
+
62
+
**Goal:** Prepare an Embedded Engineer for **AI integration projects** on edge and HPC platforms.
63
+
64
+
---
65
+
66
+
## 🛠 Requirements
67
+
68
+
- A powerful PC and an **Edge Computing Platform** (e.g., NVIDIA Jetson REStudio J4011).
69
+
- Familiarity with **C++**, **Python**, and **parallel programming concepts**.
70
+
71
+
---
72
+
73
+
## 📦 Project Structure
74
+
75
+
The project is divided into **Modules**, **Sub-chapters**, and **Exercises**.
76
+
77
+
---
78
+
19
79
## **Module 1: HPC & Parallelism**
20
80
21
81
This module includes:
@@ -24,6 +84,18 @@ This module includes:
24
84
- ✅ GPU acceleration using the **C++ Standard Library**
25
85
- ✅ Fundamentals of **ISO C++ parallelism**
26
86
87
+
---
88
+
89
+
## 👤 Current Status
90
+
91
+
Currently, **all project activities are done by myself with GPT-4 support**.
92
+
Once the **base version of this project is ready**, I will **invite collaborators** to contribute and expand the work.
0 commit comments