Spaces:
Running
Running
Commit ·
a840673
1
Parent(s): f89fec8
Add DL/DeepLearning.html card to index + remove mac junk file
Browse files- index.html +22 -1
index.html
CHANGED
|
@@ -179,6 +179,15 @@
|
|
| 179 |
.prompt-card:hover {
|
| 180 |
border-color: #f771b6;
|
| 181 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
</style>
|
| 183 |
</head>
|
| 184 |
|
|
@@ -204,7 +213,19 @@
|
|
| 204 |
</div>
|
| 205 |
</a>
|
| 206 |
|
| 207 |
-
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
<a href="ml_complete-all-topics/index.html" class="card ml-card">
|
| 209 |
<div>
|
| 210 |
<span class="badge">Core</span>
|
|
|
|
| 179 |
.prompt-card:hover {
|
| 180 |
border-color: #f771b6;
|
| 181 |
}
|
| 182 |
+
|
| 183 |
+
.dl2-card .badge {
|
| 184 |
+
background: rgba(255, 107, 53, 0.1);
|
| 185 |
+
color: #ff9a5c;
|
| 186 |
+
}
|
| 187 |
+
|
| 188 |
+
.dl2-card:hover {
|
| 189 |
+
border-color: #ff9a5c;
|
| 190 |
+
}
|
| 191 |
</style>
|
| 192 |
</head>
|
| 193 |
|
|
|
|
| 213 |
</div>
|
| 214 |
</a>
|
| 215 |
|
| 216 |
+
<!-- DL In-Depth Tutorial -->
|
| 217 |
+
<a href="DL/DeepLearning.html" class="card dl2-card">
|
| 218 |
+
<div>
|
| 219 |
+
<span class="badge">🧠 Deep Dive</span>
|
| 220 |
+
<h2>Deep Learning — In-Depth Tutorial</h2>
|
| 221 |
+
<p>Comprehensive single-page deep learning reference. Detailed theory, math derivations, and hands-on code for every major topic.</p>
|
| 222 |
+
</div>
|
| 223 |
+
<div class="card-footer">
|
| 224 |
+
<span style="color: #ff9a5c">Read Tutorial</span>
|
| 225 |
+
<span class="arrow">→</span>
|
| 226 |
+
</div>
|
| 227 |
+
</a>
|
| 228 |
+
|
| 229 |
<a href="ml_complete-all-topics/index.html" class="card ml-card">
|
| 230 |
<div>
|
| 231 |
<span class="badge">Core</span>
|