Spaces:
Running
Running
Commit Β·
2548543
1
Parent(s): b2b28ed
docs: fix broken links in README.md
Browse files
README.md
CHANGED
|
@@ -15,13 +15,13 @@ Welcome to a comprehensive collection of educational web projects for learning d
|
|
| 15 |
|
| 16 |
Visit our courses directly in your browser:
|
| 17 |
|
| 18 |
-
- [π Interactive Statistics Course](https://aashishgarg13.github.io/DataScience/complete-statistics/)
|
| 19 |
-
- [π€ Machine Learning Guide](https://aashishgarg13.github.io/DataScience/ml_complete-all-topics/)
|
| 20 |
-
- [π§ Deep Learning Masterclass](https://aashishgarg13.github.io/DataScience/DeepLearning/
|
| 21 |
-
- [π Data Visualization](https://aashishgarg13.github.io/DataScience/Visualization/)
|
| 22 |
-
- [π’ Mathematics for Data Science](https://aashishgarg13.github.io/DataScience/math-ds-complete/)
|
| 23 |
-
- [βοΈ Feature Engineering Guide](https://aashishgarg13.github.io/DataScience/feature-engineering/)
|
| 24 |
-
- [π€ Prompt Engineering Guide](https://aashishgarg13.github.io/DataScience/prompt-engineering-guide) - Interactive AI prompting course
|
| 25 |
|
| 26 |
## π Prompt Engineering Resources
|
| 27 |
|
|
@@ -100,9 +100,9 @@ The repository supports automatic updates for:
|
|
| 100 |
|
| 101 |
### Option A: View Online
|
| 102 |
Visit our GitHub Pages hosted versions:
|
| 103 |
-
1. [Statistics Course](https://aashishgarg13.github.io/DataScience/complete-statistics/)
|
| 104 |
-
2. [Machine Learning Guide](https://aashishgarg13.github.io/DataScience/ml_complete-all-topics/)
|
| 105 |
-
3. [Deep Learning Masterclass](https://aashishgarg13.github.io/DataScience/DeepLearning/
|
| 106 |
|
| 107 |
### Option B: Run Locally (Recommended for Development)
|
| 108 |
|
|
|
|
| 15 |
|
| 16 |
Visit our courses directly in your browser:
|
| 17 |
|
| 18 |
+
- [π Interactive Statistics Course](https://aashishgarg13.github.io/DataScience/complete-statistics/index.html)
|
| 19 |
+
- [π€ Machine Learning Guide](https://aashishgarg13.github.io/DataScience/ml_complete-all-topics/index.html)
|
| 20 |
+
- [π§ Deep Learning Masterclass](https://aashishgarg13.github.io/DataScience/DeepLearning/index.html)
|
| 21 |
+
- [π Data Visualization](https://aashishgarg13.github.io/DataScience/Visualization/index.html)
|
| 22 |
+
- [π’ Mathematics for Data Science](https://aashishgarg13.github.io/DataScience/math-ds-complete/index.html)
|
| 23 |
+
- [βοΈ Feature Engineering Guide](https://aashishgarg13.github.io/DataScience/feature-engineering/index.html)
|
| 24 |
+
- [π€ Prompt Engineering Guide](https://aashishgarg13.github.io/DataScience/prompt-engineering-guide/index.html) - Interactive AI prompting course
|
| 25 |
|
| 26 |
## π Prompt Engineering Resources
|
| 27 |
|
|
|
|
| 100 |
|
| 101 |
### Option A: View Online
|
| 102 |
Visit our GitHub Pages hosted versions:
|
| 103 |
+
1. [Statistics Course](https://aashishgarg13.github.io/DataScience/complete-statistics/index.html)
|
| 104 |
+
2. [Machine Learning Guide](https://aashishgarg13.github.io/DataScience/ml_complete-all-topics/index.html)
|
| 105 |
+
3. [Deep Learning Masterclass](https://aashishgarg13.github.io/DataScience/DeepLearning/index.html)
|
| 106 |
|
| 107 |
### Option B: Run Locally (Recommended for Development)
|
| 108 |
|