Skip to content

Commit ff2d906

Browse files
authored
Update README.md
1 parent f3dfd13 commit ff2d906

File tree

1 file changed

+31
-22
lines changed

1 file changed

+31
-22
lines changed

README.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,56 @@
1+
12
# 📚 Project Index
23

3-
This project introduces **parallel computing basics** using **HPC (High-Performance Computing)** concepts, explores **NVIDIA HPC hardware for deep learning applications**, and more.
4+
This repository covers:
5+
6+
- **Parallel Computing Basics** using HPC concepts
7+
- **NVIDIA HPC hardware** for deep learning applications
8+
- **ISO C++ Parallelism** and GPU acceleration
9+
- **Deep Learning theory and practical examples**
410

511
---
612

713
## ✅ How to Run C++ Code
814

9-
To run the C++ examples, follow these steps to set up **Visual Studio Code** in a Linux environment.
15+
To run the C++ examples, set up **Visual Studio Code** in a Linux environment.
1016

1117
---
1218

1319
## **Module 1: HPC & Parallelism**
1420

15-
This module covers:
21+
This module includes:
1622

1723
- ✅ Portable HPC applications using **ISO C++**
1824
- ✅ GPU acceleration using the **C++ Standard Library**
1925
- ✅ Fundamentals of **ISO C++ parallelism**
2026

21-
---
22-
23-
### **Setup VS Code for C++**
27+
### Key Files:
28+
- introduction.md
29+
- [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
2430

25-
Sample project for building and debugging C++ in **Visual Studio Code** on macOS/Linux.
31+
### C++ Exercises:
32+
- [main.cpp](./maincises.cpp](./excercises1.cpp- [excercises_2.cpp](./xcercises_3.cpp](./xtra_excercise1.cpp
2633

27-
1. **Main tutorial:** [VS Code C++ Guide](https://code.visualextensions:**
28-
- C/C++
29-
- [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadims module includes:
30-
31-
1. **Deep Learning Basics:**
32-
Refer → `deepLearningIntroduction.md`
33-
34-
2. **Neural Network Architecture:**
35-
Refer → `neurel_network_architecture.md`
34+
---
3635

37-
3. **Training a Neural Network:**
38-
Refer → `training_a_neural_network.md`
36+
### **Setup VS Code for C++**
37+
1. **Main tutorial:** [VS Code C++ Guide](https://code.visualstudioions:**
38+
- [C/C++](https://marketplace# **Module 2: Deep Learning (Theory & Practice)**
3939

40-
4. **Deep Learning with Structured Numeric Data (Example 1):**
41-
File → `wine_preprocessing_example.py`
40+
This module includes:
4241

43-
5. **Deep Learning with Unstructured Text Data (Example 2):**
44-
File → `classify_news_article.py`
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)*
4548

4649
---
4750

51+
## ✅ Suggested Next Steps
52+
- Add **Quick Start for Python**:
53+
```bash
54+
pip install torch pandas scikit-learn
55+
python wine_preprocessing_example.py
56+
python classify_news_article.py

0 commit comments

Comments
 (0)