|
| 1 | + |
1 | 2 | # 📚 Project Index |
2 | 3 |
|
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** |
4 | 10 |
|
5 | 11 | --- |
6 | 12 |
|
7 | 13 | ## ✅ How to Run C++ Code |
8 | 14 |
|
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. |
10 | 16 |
|
11 | 17 | --- |
12 | 18 |
|
13 | 19 | ## **Module 1: HPC & Parallelism** |
14 | 20 |
|
15 | | -This module covers: |
| 21 | +This module includes: |
16 | 22 |
|
17 | 23 | - ✅ Portable HPC applications using **ISO C++** |
18 | 24 | - ✅ GPU acceleration using the **C++ Standard Library** |
19 | 25 | - ✅ Fundamentals of **ISO C++ parallelism** |
20 | 26 |
|
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 |
24 | 30 |
|
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 |
26 | 33 |
|
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 | +--- |
36 | 35 |
|
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)** |
39 | 39 |
|
40 | | -4. **Deep Learning with Structured Numeric Data (Example 1):** |
41 | | - File → `wine_preprocessing_example.py` |
| 40 | +This module includes: |
42 | 41 |
|
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)* |
45 | 48 |
|
46 | 49 | --- |
47 | 50 |
|
| 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