Skip to content

Commit 26acc24

Browse files
authoredJul 27, 2019
Update index.rst
1 parent e86ef35 commit 26acc24

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
 

‎docs/index.rst

+6-9
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Regression
9494
linear regression problem (`Here is the
9595
Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Regression/Regression_Diagnostics.ipynb>`__).
9696

97-
- How linear regression and neural network fare in the task of nonlinear function approximation (`Here is the
98-
Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Function%20Approximation%20by%20Neural%20Network/Function%20approximation%20by%20linear%20model%20and%20deep%20network.ipynb>`__)
97+
- How linear regression and neural network fare in the task of nonlinear function approximation (`Here is the Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Function%20Approximation%20by%20Neural%20Network/Function%20approximation%20by%20linear%20model%20and%20deep%20network.ipynb>`__)
9998

10099
--------------
101100

@@ -161,15 +160,13 @@ Complexity and learning curve analyses are essentially are part of the visual an
161160

162161
**Learning curve**: Graphs that compares the performance of a model on training and testing data over a varying number of training instances. We should generally see performance improve as the number of training points increases.
163162

164-
**Complexity curve**: Graphs that show the model performance over training and validation set for varying degree of model complexity (e.g. degree of polynomial for linear regression, number of layers or neurons for neural networks, number of estimator trees for a Boosting algorithm or Random Forest)
163+
**Complexity curve**: Graphs that show the model performance over training and validation set for varying degree of model complexity (e.g. degree of polynomial for linear regression, number of layers or neurons for neural networks, number of estimator trees for a Boosting algorithm or Random Forest).
165164

166-
- Complexity and learning curve with Lending club dataset
167-
(`Here is the
168-
Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Complexity_Learning_curves/Complexity_Learning_Analysis_Lending_Data.ipynb>`__).
165+
- Complexity and learning curve with Lending club dataset (`Here is the Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Complexity_Learning_curves/Complexity_Learning_Analysis_Lending_Data.ipynb>`__).
169166

170-
- Complexity and learning curve with a synthetic dataset (``Hastie function`` from Scikit-learn)
171-
(`Here is the
172-
Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Complexity_Learning_curves/Complexity_learning_curve_Hastie_dataset.ipynb>`__).
167+
- Complexity and learning curve with a synthetic dataset using the ``Hastie function`` from Scikit-learn (`Here is the Notebook <https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Complexity_Learning_curves/Complexity_learning_curve_Hastie_dataset.ipynb>`__).
168+
169+
------
173170

174171

175172
Random data generation using symbolic expressions

0 commit comments

Comments
 (0)
Please sign in to comment.