Skip to content

Commit 3387575

Browse files
authored
Update README.md
1 parent 7b07d5b commit 3387575

File tree

1 file changed

+78
-7
lines changed

1 file changed

+78
-7
lines changed

README.md

Lines changed: 78 additions & 7 deletions
Original file line numberDiff line numberDiff 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+
133

234
# 📚 Project Index
335

@@ -6,7 +38,8 @@ This repository covers:
638
- **Parallel Computing Basics** using HPC concepts
739
- **NVIDIA HPC hardware** for deep learning applications
840
- **ISO C++ Parallelism** and GPU acceleration
9-
- **Deep Learning theory and practical examples**
41+
- **Deep Learning** – Getting started with basics
42+
- **Artificial Intelligence** – Foundations
1043

1144
---
1245

@@ -16,6 +49,33 @@ To run the C++ examples, set up **Visual Studio Code** in a Linux environment.
1649

1750
---
1851

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+
1979
## **Module 1: HPC & Parallelism**
2080

2181
This module includes:
@@ -24,6 +84,18 @@ This module includes:
2484
- ✅ GPU acceleration using the **C++ Standard Library**
2585
- ✅ Fundamentals of **ISO C++ parallelism**
2686

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.
93+
94+
---
95+
96+
97+
98+
2799
### Key Files:
28100
- introduction.md
29101
- [ISO_CPP_Algorithms_HPC_Documentation.md](./ISO_CPP_Algorithms_CPP.md](./Parallel_Algorithms_CPP.mding.md](./VIDIA_Grace_Hopper_Coherent_HW.md](./NVIDIA_Grace_Hopperning_excrcise.md)
@@ -39,12 +111,11 @@ This module includes:
39111

40112
This module includes:
41113

42-
### Theory:
43-
- [deepLearningIntroductionmd
44-
- [neurel_network_architecture.md](./neurel_network_architecture](./ Practical Examples:
45-
- [wine_preprocessing_examplepy
46-
*(Structured numeric data example; uses [winecsv)*
47-
- [classify_news_article.py](./classifyctured text data example)*
114+
### Deeplearning Introduction:
115+
- [Deeplearning Introduction](./deepLearningIntroduction.md)
116+
- [neurel network architecture](./neurel_network_architecture.md)
117+
- [neural network example structured data](./wine_preprocessing_example.py)
118+
- [neural network example unstructured text data](./classify_news_article.py)
48119

49120
---
50121

0 commit comments

Comments
 (0)