Spaces:
Running
Running
Sébastien De Greef
commited on
Commit
•
7664c55
1
Parent(s):
0c6a66e
feat: Add training, dying neurons, overfitting, underfitting, hyperparameter tuning, transfer learning, and early stopping to theory section
Browse files- src/_quarto.yml +17 -1
src/_quarto.yml
CHANGED
@@ -63,7 +63,23 @@ website:
|
|
63 |
text: "Perplexity and Quantization"
|
64 |
- href: theory/regularization.qmd
|
65 |
text: "Regularization"
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
- href: theory/perplexity_in_ai.qmd
|
69 |
text: "Perplexity and Quantization"
|
|
|
63 |
text: "Perplexity and Quantization"
|
64 |
- href: theory/regularization.qmd
|
65 |
text: "Regularization"
|
66 |
+
- section: "Training"
|
67 |
+
href: theory/training.qmd
|
68 |
+
contents:
|
69 |
+
- href: theory/training.qmd
|
70 |
+
text: "Training"
|
71 |
+
- href: theory/dying_neurons.qmd
|
72 |
+
text: "Dying Neurons"
|
73 |
+
- href: theory/overfitting.qmd
|
74 |
+
text: "Overfitting"
|
75 |
+
- href: theory/underfitting.qmd
|
76 |
+
text: "Underfitting"
|
77 |
+
- href: theory/hyperparameter_tuning.qmd
|
78 |
+
text: "Hyperparameter Tuning"
|
79 |
+
- href: theory/transfer_learning.qmd
|
80 |
+
text: "Transfer Learning"
|
81 |
+
- href: theory/early_stopping.qmd
|
82 |
+
text: "Early Stopping"
|
83 |
|
84 |
- href: theory/perplexity_in_ai.qmd
|
85 |
text: "Perplexity and Quantization"
|