Files
FYS-STK4155/doc/LectureNotes/_build/html/searchindex.js
T
2025-10-08 15:40:16 +02:00

1 line
279 KiB
JavaScript

Search.setIndex({"alltitles": {"1a)": [[62, "a"]], "3-Clause BSD License": [[31, "clause-bsd-license"]], "3a)": [[62, "id1"]], "3b)": [[62, "b"]], "4a)": [[62, "id2"]], "4b)": [[62, "id3"]], "A Classification Tree": [[53, "a-classification-tree"]], "A Frequentist approach to data analysis": [[44, "a-frequentist-approach-to-data-analysis"], [73, "a-frequentist-approach-to-data-analysis"]], "A better approach": [[52, "a-better-approach"]], "A first summary": [[73, "a-first-summary"]], "A guide to masked arrays in NumPy": [[30, null]], "A more compact expression": [[78, "a-more-compact-expression"], [79, "a-more-compact-expression"]], "A new Cost Function": [[77, "a-new-cost-function"]], "A quick Reminder on Lagrangian Multipliers": [[52, "a-quick-reminder-on-lagrangian-multipliers"]], "A simple example": [[48, "a-simple-example"]], "A soft classifier": [[52, "a-soft-classifier"]], "A top-down perspective on Neural networks": [[45, "a-top-down-perspective-on-neural-networks"]], "A way to Read the Bias-Variance Tradeoff": [[77, "a-way-to-read-the-bias-variance-tradeoff"], [78, "a-way-to-read-the-bias-variance-tradeoff"]], "A11Y Dark": [[0, null]], "A11Y High Contrast Dark": [[1, null]], "A11Y High Contrast Light": [[2, null]], "A11Y Light": [[3, null]], "ADAM algorithm, taken from Goodfellow et al": [[76, "adam-algorithm-taken-from-goodfellow-et-al"]], "ADAM optimizer": [[57, "adam-optimizer"], [76, "id2"]], "API": [[27, "api"]], "About the IPython Development Team": [[20, "about-the-ipython-development-team"]], "Accuracy": [[76, "accuracy"]], "Activation functions": [[56, "activation-functions"], [79, "activation-functions"]], "Activation functions, Logistic and Hyperbolic ones": [[79, "activation-functions-logistic-and-hyperbolic-ones"]], "AdaGrad Properties": [[76, "adagrad-properties"]], "AdaGrad Update Rule Derivation": [[76, "adagrad-update-rule-derivation"]], "AdaGrad algorithm, taken from Goodfellow et al": [[76, "adagrad-algorithm-taken-from-goodfellow-et-al"]], "Adam Optimizer": [[76, "adam-optimizer"]], "Adam vs. AdaGrad and RMSProp": [[76, "adam-vs-adagrad-and-rmsprop"]], "Adam: Bias Correction": [[76, "adam-bias-correction"]], "Adam: Exponential Moving Averages (Moments)": [[76, "adam-exponential-moving-averages-moments"]], "Adam: Update Rule Derivation": [[76, "adam-update-rule-derivation"]], "Adaptive boosting: AdaBoost, Basic Algorithm": [[54, "adaptive-boosting-adaboost-basic-algorithm"]], "Adaptivity Across Dimensions": [[76, "adaptivity-across-dimensions"]], "Adding Neural Networks": [[79, "adding-neural-networks"]], "Adding a hidden layer": [[80, "adding-a-hidden-layer"]], "Adding error analysis and training set up": [[73, "adding-error-analysis-and-training-set-up"], [74, "adding-error-analysis-and-training-set-up"]], "Adjust hyperparameters": [[45, "adjust-hyperparameters"]], "Algorithms and codes for Adagrad, RMSprop and Adam": [[76, "algorithms-and-codes-for-adagrad-rmsprop-and-adam"]], "Algorithms for Setting up Decision Trees": [[53, "algorithms-for-setting-up-decision-trees"]], "An Overview of Ensemble Methods": [[54, "an-overview-of-ensemble-methods"]], "An example cell": [[23, "an-example-cell"]], "An extrapolation example": [[48, "an-extrapolation-example"]], "An optimization/minimization problem": [[73, "an-optimization-minimization-problem"]], "Analyzing the last results": [[80, "analyzing-the-last-results"]], "And finally \\boldsymbol{X}\\boldsymbol{X}^T": [[74, "and-finally-boldsymbol-x-boldsymbol-x-t"]], "And finally ADAM": [[76, "and-finally-adam"]], "And what about using neural networks?": [[73, "and-what-about-using-neural-networks"]], "Another Example from Scikit-Learn\u2019s Repository": [[77, "another-example-from-scikit-learn-s-repository"], [78, "another-example-from-scikit-learn-s-repository"]], "Another Example, now with a polynomial fit": [[75, "another-example-now-with-a-polynomial-fit"]], "Another example, the moons again": [[53, "another-example-the-moons-again"]], "Applied Data Analysis and Machine Learning": [[66, null]], "Artificial neurons": [[79, "artificial-neurons"], [80, "artificial-neurons"]], "Assumptions made": [[77, "assumptions-made"]], "Authors": [[33, null]], "Autocorrelation function": [[70, "autocorrelation-function"]], "Automatic differentiation": [[57, "automatic-differentiation"], [80, "automatic-differentiation"]], "Automatic differentiation through examples": [[80, "automatic-differentiation-through-examples"]], "Back to Ridge and LASSO Regression": [[74, "back-to-ridge-and-lasso-regression"], [75, "back-to-ridge-and-lasso-regression"]], "Back to the Cancer Data": [[55, "back-to-the-cancer-data"]], "Background literature": [[68, "background-literature"]], "Bagging": [[54, "bagging"]], "Bagging Examples": [[54, "bagging-examples"]], "Basic Matrix Features": [[67, "basic-matrix-features"]], "Basic ideas of the Principal Component Analysis (PCA)": [[55, null]], "Basic math of the SVD": [[49, "basic-math-of-the-svd"], [74, "basic-math-of-the-svd"], [75, "basic-math-of-the-svd"]], "Basics": [[51, "basics"], [78, "basics"], [79, "basics"]], "Basics of a tree": [[53, "basics-of-a-tree"]], "Basics of an NN": [[80, "basics-of-an-nn"]], "Batch Normalization": [[45, "batch-normalization"]], "Batches and mini-batches": [[76, "batches-and-mini-batches"]], "Bayes\u2019 Theorem and Ridge and Lasso Regression": [[49, "bayes-theorem-and-ridge-and-lasso-regression"]], "Blinds Dark": [[4, null]], "Blinds Light": [[5, null]], "Boosting, a Bird\u2019s Eye View": [[54, "boosting-a-bird-s-eye-view"]], "Bootstrap": [[50, "bootstrap"]], "Bringing it together": [[80, "bringing-it-together"]], "Bringing it together, first back propagation equation": [[56, "bringing-it-together-first-back-propagation-equation"]], "Building a Feed Forward Neural Network": [[45, null]], "Building a tree, regression": [[53, "building-a-tree-regression"]], "Building neural networks in Tensorflow and Keras": [[45, "building-neural-networks-in-tensorflow-and-keras"]], "But none of these can compete with Newton\u2019s method": [[76, "but-none-of-these-can-compete-with-newton-s-method"]], "CDN": [[29, "cdn"]], "CHANGELOG": [[29, "changelog"]], "CNNs in more detail, building convolutional neural networks in Tensorflow and Keras": [[47, "cnns-in-more-detail-building-convolutional-neural-networks-in-tensorflow-and-keras"]], "Cancer Data again now with Decision Trees and other Methods": [[53, "cancer-data-again-now-with-decision-trees-and-other-methods"]], "Chain rule": [[80, "chain-rule"]], "Chain rule, forward and reverse modes": [[80, "chain-rule-forward-and-reverse-modes"]], "Challenge: Choosing a Fixed Learning Rate": [[76, "challenge-choosing-a-fixed-learning-rate"]], "Choose cost function and optimizer": [[45, "choose-cost-function-and-optimizer"]], "Citations": [[22, "citations"]], "Class of functions we can approximate": [[80, "class-of-functions-we-can-approximate"]], "Classical PCA Theorem": [[55, "classical-pca-theorem"]], "Classification problems": [[78, "classification-problems"], [79, "classification-problems"]], "Clustering and Unsupervised Learning": [[58, null]], "Code Example for Cross-validation and k-fold Cross-validation": [[77, "code-example-for-cross-validation-and-k-fold-cross-validation"], [78, "code-example-for-cross-validation-and-k-fold-cross-validation"]], "Code blocks and outputs": [[24, "code-blocks-and-outputs"]], "Code example": [[80, "code-example"]], "Code example for the Bootstrap method": [[77, "code-example-for-the-bootstrap-method"]], "Code for SVD and Inversion of Matrices": [[49, "code-for-svd-and-inversion-of-matrices"]], "Code with a Number of Minibatches which varies": [[76, "code-with-a-number-of-minibatches-which-varies"]], "Codes and Approaches": [[58, "codes-and-approaches"]], "Codes for the SVD": [[49, "codes-for-the-svd"], [74, "codes-for-the-svd"], [75, "codes-for-the-svd"]], "Coding Setup and Linear Regression": [[59, "coding-setup-and-linear-regression"]], "Collect and pre-process data": [[45, "collect-and-pre-process-data"]], "Colors": [[0, "colors"], [1, "colors"], [2, "colors"], [3, "colors"], [4, "colors"], [5, "colors"], [6, "colors"], [7, "colors"], [8, "colors"], [9, "colors"], [10, "colors"], [11, "colors"], [12, "colors"], [13, "colors"], [14, "colors"], [15, "colors"]], "Communication channels": [[73, "communication-channels"]], "Compact expressions": [[80, "compact-expressions"]], "Compare Bagging on Trees with Random Forests": [[54, "compare-bagging-on-trees-with-random-forests"]], "Comparing with a numerical scheme": [[46, "comparing-with-a-numerical-scheme"]], "Comparison with OLS": [[75, "comparison-with-ols"]], "Compiled translation files": [[41, "compiled-translation-files"]], "Completing the list": [[80, "completing-the-list"]], "Components": [[31, "components"]], "Computation of gradients": [[76, "computation-of-gradients"]], "Computing the Gini index": [[53, "computing-the-gini-index"]], "Conditions on convex functions": [[75, "conditions-on-convex-functions"]], "Confidence Intervals": [[77, "confidence-intervals"]], "Conjugate gradient method": [[57, "conjugate-gradient-method"]], "Content with notebooks": [[24, null]], "Contents": [[30, "contents"]], "Contributors": [[33, "contributors"]], "Convergence rates": [[76, "convergence-rates"]], "Convex function": [[75, "convex-function"]], "Convex functions": [[57, "convex-functions"], [75, "convex-functions"]], "Convolution Examples: Polynomial multiplication": [[47, "convolution-examples-polynomial-multiplication"]], "Convolution Examples: Principle of Superposition and Periodic Forces (Fourier Transforms)": [[47, "convolution-examples-principle-of-superposition-and-periodic-forces-fourier-transforms"]], "Convolutional Neural Network": [[56, "convolutional-neural-network"], [79, "convolutional-neural-network"], [80, "convolutional-neural-network"]], "Convolutional Neural Networks": [[47, null]], "Correlation Function and Design/Feature Matrix": [[74, "correlation-function-and-design-feature-matrix"]], "Correlation Matrix": [[55, "correlation-matrix"], [74, "correlation-matrix"]], "Correlation Matrix with Pandas": [[74, "correlation-matrix-with-pandas"]], "Counting the number of floating point operations": [[80, "counting-the-number-of-floating-point-operations"]], "Course Format": [[73, "course-format"]], "Course setting": [[69, null]], "Covariance Matrix Examples": [[74, "covariance-matrix-examples"]], "Covariance and Correlation Matrix": [[74, "covariance-and-correlation-matrix"]], "Create a notebook with MyST Markdown": [[23, "create-a-notebook-with-myst-markdown"]], "Creator": [[33, "creator"]], "Cross-validation": [[50, "cross-validation"]], "Cross-validation in brief": [[77, "cross-validation-in-brief"], [78, "cross-validation-in-brief"]], "Deadlines for projects (tentative)": [[73, "deadlines-for-projects-tentative"]], "Decision trees, overarching aims": [[53, null]], "Deep Neural Networks": [[76, "deep-neural-networks"]], "Deep learning methods": [[73, "deep-learning-methods"]], "Define model and architecture": [[45, "define-model-and-architecture"]], "Defining intermediate operations": [[80, "defining-intermediate-operations"]], "Defining the cost function": [[45, "defining-the-cost-function"]], "Definitions": [[63, "definitions"], [80, "definitions"]], "Deliverables": [[59, "deliverables"], [60, "deliverables"], [63, "deliverables"], [64, "deliverables"], [68, "deliverables"]], "Dependencies": [[29, "dependencies"]], "Derivation of the AdaGrad Algorithm": [[76, "derivation-of-the-adagrad-algorithm"]], "Derivative of the cost function": [[80, "derivative-of-the-cost-function"]], "Derivatives and the chain rule": [[56, "derivatives-and-the-chain-rule"], [80, "derivatives-and-the-chain-rule"]], "Derivatives in terms of z_j^L": [[80, "derivatives-in-terms-of-z-j-l"]], "Derivatives of the hidden layer": [[80, "derivatives-of-the-hidden-layer"]], "Derivatives, example 1": [[74, "derivatives-example-1"]], "Deriving OLS from a probability distribution": [[49, "deriving-ols-from-a-probability-distribution"], [77, "deriving-ols-from-a-probability-distribution"]], "Deriving and Implementing Ordinary Least Squares": [[60, "deriving-and-implementing-ordinary-least-squares"]], "Deriving and Implementing Ridge Regression": [[61, "deriving-and-implementing-ridge-regression"]], "Deriving the Lasso Regression Equations": [[74, "deriving-the-lasso-regression-equations"], [75, "deriving-the-lasso-regression-equations"], [75, "id6"]], "Deriving the Ridge Regression Equations": [[74, "deriving-the-ridge-regression-equations"], [75, "deriving-the-ridge-regression-equations"], [75, "id3"]], "Deriving the back propagation code for a multilayer perceptron model": [[56, "deriving-the-back-propagation-code-for-a-multilayer-perceptron-model"]], "Developing a code for doing neural networks with back propagation": [[45, "developing-a-code-for-doing-neural-networks-with-back-propagation"]], "Diagonalize the sample covariance matrix to obtain the principal components": [[55, "diagonalize-the-sample-covariance-matrix-to-obtain-the-principal-components"]], "Different kernels and Mercer\u2019s theorem": [[52, "different-kernels-and-mercer-s-theorem"]], "Disadvantages": [[53, "disadvantages"]], "Discriminative Modeling": [[73, "discriminative-modeling"]], "Discussing the correlation data": [[79, "discussing-the-correlation-data"]], "Does Logistic Regression do a better Job?": [[79, "does-logistic-regression-do-a-better-job"]], "Domains and probabilities": [[70, "domains-and-probabilities"]], "Dropout": [[45, "dropout"]], "Economy-size SVD": [[74, "economy-size-svd"], [75, "economy-size-svd"]], "Elements of Probability Theory and Statistical Data Analysis": [[70, null]], "Empirical Evidence: Convergence Time and Memory in Practice": [[76, "empirical-evidence-convergence-time-and-memory-in-practice"]], "Ensemble Methods: From a Single Tree to Many Trees and Extreme Boosting, Meet the Jungle of Methods": [[54, null]], "Entropy and the ID3 algorithm": [[53, "entropy-and-the-id3-algorithm"]], "Essential elements of ML": [[73, "essential-elements-of-ml"]], "Evaluate model performance on test data": [[45, "evaluate-model-performance-on-test-data"]], "Example": [[27, "example"]], "Example 2": [[74, "example-2"]], "Example 3": [[74, "example-3"]], "Example 4": [[74, "example-4"]], "Example Matrix": [[74, "example-matrix"], [75, "example-matrix"]], "Example code for Bias-Variance tradeoff": [[77, "example-code-for-bias-variance-tradeoff"]], "Example code for Logistic Regression": [[78, "example-code-for-logistic-regression"], [79, "example-code-for-logistic-regression"]], "Example of discriminative modeling, taken from Generative Deep Learning by David Foster": [[73, "example-of-discriminative-modeling-taken-from-generative-deep-learning-by-david-foster"]], "Example of generative modeling, taken from Generative Deep Learning by David Foster": [[73, "example-of-generative-modeling-taken-from-generative-deep-learning-by-david-foster"]], "Example of own Standard scaling": [[74, "example-of-own-standard-scaling"]], "Example relevant for the exercises": [[74, "example-relevant-for-the-exercises"]], "Example: Exponential decay": [[46, "example-exponential-decay"]], "Example: Population growth": [[46, "example-population-growth"]], "Example: The diffusion equation": [[46, "example-the-diffusion-equation"]], "Example: binary classification problem": [[45, "example-binary-classification-problem"]], "Examples": [[73, "examples"]], "Examples of XOR, OR and AND gates": [[79, "examples-of-xor-or-and-and-gates"]], "Examples of likelihood functions used in logistic regression and neural networks": [[51, "examples-of-likelihood-functions-used-in-logistic-regression-and-neural-networks"]], "Examples of likelihood functions used in logistic regression and nueral networks": [[78, "examples-of-likelihood-functions-used-in-logistic-regression-and-nueral-networks"]], "Exercise 1": [[65, "exercise-1"]], "Exercise 1 - Choice of model and degrees of freedom": [[61, "exercise-1-choice-of-model-and-degrees-of-freedom"]], "Exercise 1 - Finding the derivative of Matrix-Vector expressions": [[60, "exercise-1-finding-the-derivative-of-matrix-vector-expressions"]], "Exercise 1 - Github Setup": [[59, "exercise-1-github-setup"]], "Exercise 1, scale your data": [[62, "exercise-1-scale-your-data"]], "Exercise 1: Creating the report document": [[64, "exercise-1-creating-the-report-document"]], "Exercise 1: Expectation values for ordinary least squares expressions": [[63, "exercise-1-expectation-values-for-ordinary-least-squares-expressions"]], "Exercise 1: Including more data": [[80, "exercise-1-including-more-data"]], "Exercise 1: Setting up various Python environments": [[44, "exercise-1-setting-up-various-python-environments"]], "Exercise 2": [[65, "exercise-2"]], "Exercise 2 - Deriving the expression for OLS": [[60, "exercise-2-deriving-the-expression-for-ols"]], "Exercise 2 - Deriving the expression for Ridge Regression": [[61, "exercise-2-deriving-the-expression-for-ridge-regression"]], "Exercise 2 - Setting up a Github repository": [[59, "exercise-2-setting-up-a-github-repository"]], "Exercise 2, calculate the gradients": [[62, "exercise-2-calculate-the-gradients"]], "Exercise 2: Adding good figures": [[64, "exercise-2-adding-good-figures"]], "Exercise 2: Expectation values for Ridge regression": [[63, "exercise-2-expectation-values-for-ridge-regression"]], "Exercise 2: Extended program": [[80, "exercise-2-extended-program"]], "Exercise 2: making your own data and exploring scikit-learn": [[44, "exercise-2-making-your-own-data-and-exploring-scikit-learn"]], "Exercise 3": [[65, "exercise-3"]], "Exercise 3 - Creating feature matrix and implementing OLS using the analytical expression": [[60, "exercise-3-creating-feature-matrix-and-implementing-ols-using-the-analytical-expression"]], "Exercise 3 - Fitting an OLS model to data": [[59, "exercise-3-fitting-an-ols-model-to-data"]], "Exercise 3 - Scaling data": [[61, "exercise-3-scaling-data"]], "Exercise 3 - Setting up a Python virtual environment": [[59, "exercise-3-setting-up-a-python-virtual-environment"]], "Exercise 3, using the analytical formulae for OLS and Ridge regression to find the optimal paramters \\boldsymbol{\\theta}": [[62, "exercise-3-using-the-analytical-formulae-for-ols-and-ridge-regression-to-find-the-optimal-paramters-boldsymbol-theta"]], "Exercise 3: Deriving the expression for the Bias-Variance Trade-off": [[63, "exercise-3-deriving-the-expression-for-the-bias-variance-trade-off"]], "Exercise 3: Normalizing our data": [[44, "exercise-3-normalizing-our-data"]], "Exercise 3: Writing an abstract and introduction": [[64, "exercise-3-writing-an-abstract-and-introduction"]], "Exercise 4 - Custom activation for each layer": [[65, "exercise-4-custom-activation-for-each-layer"]], "Exercise 4 - Fitting a polynomial": [[60, "exercise-4-fitting-a-polynomial"]], "Exercise 4 - Implementing Ridge Regression": [[61, "exercise-4-implementing-ridge-regression"]], "Exercise 4 - Testing multiple hyperparameters": [[61, "exercise-4-testing-multiple-hyperparameters"]], "Exercise 4 - The train-test split": [[59, "exercise-4-the-train-test-split"]], "Exercise 4, Implementing the simplest form for gradient descent": [[62, "exercise-4-implementing-the-simplest-form-for-gradient-descent"]], "Exercise 4: Adding Ridge Regression": [[44, "exercise-4-adding-ridge-regression"]], "Exercise 4: Computing the Bias and Variance": [[63, "exercise-4-computing-the-bias-and-variance"]], "Exercise 4: Making the code available and presentable": [[64, "exercise-4-making-the-code-available-and-presentable"]], "Exercise 5 - Comparing your code with sklearn": [[60, "exercise-5-comparing-your-code-with-sklearn"]], "Exercise 5 - Processing multiple inputs at once": [[65, "exercise-5-processing-multiple-inputs-at-once"]], "Exercise 5, Ridge regression and a new Synthetic Dataset": [[62, "exercise-5-ridge-regression-and-a-new-synthetic-dataset"]], "Exercise 5: Analytical exercises": [[44, "exercise-5-analytical-exercises"]], "Exercise 5: Interpretation of scaling and metrics": [[63, "exercise-5-interpretation-of-scaling-and-metrics"]], "Exercise 5: Referencing": [[64, "exercise-5-referencing"]], "Exercise 6 - Predicting on real data": [[65, "exercise-6-predicting-on-real-data"]], "Exercise 7 - Training on real data (Optional)": [[65, "exercise-7-training-on-real-data-optional"]], "Exercise: Cross-validation as resampling techniques, adding more complexity": [[50, "exercise-cross-validation-as-resampling-techniques-adding-more-complexity"]], "Exercise: Analysis of real data": [[50, "exercise-analysis-of-real-data"]], "Exercise: Bias-variance trade-off and resampling techniques": [[50, "exercise-bias-variance-trade-off-and-resampling-techniques"]], "Exercise: Lasso Regression on the Franke function with resampling": [[50, "exercise-lasso-regression-on-the-franke-function-with-resampling"]], "Exercise: Ordinary Least Square (OLS) on the Franke function": [[50, "exercise-ordinary-least-square-ols-on-the-franke-function"]], "Exercise: Ridge Regression on the Franke function with resampling": [[50, "exercise-ridge-regression-on-the-franke-function-with-resampling"]], "Exercises": [[44, "exercises"]], "Exercises and Projects": [[50, "exercises-and-projects"]], "Exercises week 34": [[59, null]], "Exercises week 35": [[60, null]], "Exercises week 36": [[61, null]], "Exercises week 37": [[62, null]], "Exercises week 38": [[63, null]], "Exercises week 39": [[64, null]], "Exercises week 41": [[65, null]], "Expectation value and variance": [[77, "expectation-value-and-variance"]], "Expectation value and variance for \\boldsymbol{\\theta}": [[77, "expectation-value-and-variance-for-boldsymbol-theta"]], "Expectation values": [[70, "expectation-values"]], "Explicit derivatives": [[80, "explicit-derivatives"]], "Extending to more predictors": [[78, "extending-to-more-predictors"], [79, "extending-to-more-predictors"]], "Extending to more than one variable": [[75, "extending-to-more-than-one-variable"]], "Extremely useful tools, strongly recommended": [[73, "extremely-useful-tools-strongly-recommended"]], "FAQ": [[29, "faq"]], "Features": [[29, "features"]], "Feed-forward neural networks": [[56, "feed-forward-neural-networks"], [79, "feed-forward-neural-networks"], [80, "feed-forward-neural-networks"]], "Feed-forward pass": [[45, "feed-forward-pass"]], "Final back propagating equation": [[56, "final-back-propagating-equation"], [80, "final-back-propagating-equation"]], "Final derivatives": [[80, "final-derivatives"]], "Final expression": [[80, "final-expression"]], "Final expressions for the biases of the hidden layer": [[80, "final-expressions-for-the-biases-of-the-hidden-layer"]], "Finding the Limit": [[77, "finding-the-limit"]], "Fine-tuning neural network hyperparameters": [[45, "fine-tuning-neural-network-hyperparameters"]], "First network example, simple percepetron with one input": [[80, "first-network-example-simple-percepetron-with-one-input"]], "Fitting an Equation of State for Dense Nuclear Matter": [[44, "fitting-an-equation-of-state-for-dense-nuclear-matter"]], "Fixing the singularity": [[74, "fixing-the-singularity"], [75, "fixing-the-singularity"]], "Format for electronic delivery of report and programs": [[68, "format-for-electronic-delivery-of-report-and-programs"]], "Forward and reverse modes": [[80, "forward-and-reverse-modes"]], "Frequently used scaling functions": [[74, "frequently-used-scaling-functions"], [76, "frequently-used-scaling-functions"]], "From OLS to Ridge and Lasso": [[75, "from-ols-to-ridge-and-lasso"]], "From one to many layers, the universal approximation theorem": [[56, "from-one-to-many-layers-the-universal-approximation-theorem"]], "Functionality in Scikit-Learn": [[74, "functionality-in-scikit-learn"], [76, "functionality-in-scikit-learn"]], "Further Dimensionality Remarks": [[47, "further-dimensionality-remarks"]], "Further properties (important for our analyses later)": [[49, "further-properties-important-for-our-analyses-later"], [74, "further-properties-important-for-our-analyses-later"], [75, "further-properties-important-for-our-analyses-later"]], "Gaussian Elimination": [[67, "gaussian-elimination"]], "General Features": [[53, "general-features"]], "General linear models and linear algebra": [[73, "general-linear-models-and-linear-algebra"]], "Generalizing the fitting procedure as a linear algebra problem": [[73, "generalizing-the-fitting-procedure-as-a-linear-algebra-problem"], [73, "id1"]], "Generative Adversarial Networks": [[48, "generative-adversarial-networks"]], "Generative Models": [[48, "generative-models"]], "Generative Versus Discriminative Modeling": [[73, "generative-versus-discriminative-modeling"]], "Geometric Interpretation and link with Singular Value Decomposition": [[55, "geometric-interpretation-and-link-with-singular-value-decomposition"]], "Getting serious, the back propagation equations for a neural network": [[80, "getting-serious-the-back-propagation-equations-for-a-neural-network"]], "Getting started with project 1": [[64, "getting-started-with-project-1"]], "Github Dark": [[6, null]], "Github Dark Colorblind": [[7, null]], "Github Dark High Contrast": [[8, null]], "Github Light": [[9, null]], "Github Light Colorblind": [[10, null]], "Github Light High Contrast": [[11, null]], "Gotthard Dark": [[12, null]], "Gotthard Light": [[13, null]], "Gradient Boosting, Classification Example": [[54, "gradient-boosting-classification-example"]], "Gradient Boosting, Examples of Regression": [[54, "gradient-boosting-examples-of-regression"]], "Gradient Clipping": [[45, "gradient-clipping"]], "Gradient Descent Example": [[75, "id1"], [76, "id1"]], "Gradient boosting: Basics with Steepest Descent/Functional Gradient Descent": [[54, "gradient-boosting-basics-with-steepest-descent-functional-gradient-descent"]], "Gradient descent": [[46, "gradient-descent"]], "Gradient descent and Ridge": [[75, "gradient-descent-and-ridge"], [76, "gradient-descent-and-ridge"]], "Gradient descent and revisiting Ordinary Least Squares from last week": [[76, "gradient-descent-and-revisiting-ordinary-least-squares-from-last-week"]], "Gradient descent example": [[75, "gradient-descent-example"], [76, "gradient-descent-example"]], "Gradient expressions": [[80, "gradient-expressions"]], "Grading": [[71, "grading"], [71, "id2"], [73, "grading"]], "Greative": [[14, null]], "History": [[30, "history"]], "How to take derivatives of Matrix-Vector expressions": [[60, "how-to-take-derivatives-of-matrix-vector-expressions"]], "Hyperplanes and all that": [[52, "hyperplanes-and-all-that"]], "Identifying Terms": [[77, "identifying-terms"]], "Illustration of a single perceptron model and a multi-perceptron model": [[79, "illustration-of-a-single-perceptron-model-and-a-multi-perceptron-model"], [80, "illustration-of-a-single-perceptron-model-and-a-multi-perceptron-model"]], "Important Matrix and vector handling packages": [[67, "important-matrix-and-vector-handling-packages"]], "Important observations": [[80, "important-observations"]], "Important technicalities: More on Rescaling data": [[74, "important-technicalities-more-on-rescaling-data"]], "Improving gradient descent with momentum": [[76, "improving-gradient-descent-with-momentum"]], "Improving performance": [[45, "improving-performance"]], "In general not this simple": [[80, "in-general-not-this-simple"]], "In summary": [[71, "in-summary"]], "Including Stochastic Gradient Descent with Autograd": [[57, "including-stochastic-gradient-descent-with-autograd"], [76, "including-stochastic-gradient-descent-with-autograd"]], "Including more classes": [[78, "including-more-classes"], [79, "including-more-classes"]], "Incremental PCA": [[55, "incremental-pca"]], "Independent and Identically Distributed (iid)": [[77, "independent-and-identically-distributed-iid"]], "Inputs to the activation function": [[80, "inputs-to-the-activation-function"]], "Install": [[28, "install"]], "Installation": [[27, "installation"]], "Installing R, C++, cython or Julia": [[73, "installing-r-c-cython-or-julia"]], "Installing R, C++, cython, Numba etc": [[73, "installing-r-c-cython-numba-etc"]], "Instructor information": [[71, "instructor-information"]], "Interpretations and optimizing our parameters": [[73, "interpretations-and-optimizing-our-parameters"], [73, "id2"], [73, "id3"], [74, "interpretations-and-optimizing-our-parameters"], [74, "id1"], [74, "id2"]], "Interpreting the Ridge results": [[74, "interpreting-the-ridge-results"], [75, "interpreting-the-ridge-results"], [75, "id4"]], "Introducing JAX": [[57, "introducing-jax"]], "Introducing the Covariance and Correlation functions": [[55, "introducing-the-covariance-and-correlation-functions"], [74, "introducing-the-covariance-and-correlation-functions"]], "Introduction": [[44, "introduction"], [50, "introduction"], [66, "introduction"], [67, "introduction"]], "Introduction to Neural networks": [[79, "introduction-to-neural-networks"], [80, "introduction-to-neural-networks"]], "Introduction to numerical projects": [[68, "introduction-to-numerical-projects"]], "Iterative Fitting, Classification and AdaBoost": [[54, "iterative-fitting-classification-and-adaboost"]], "Iterative Fitting, Regression and Squared-error Cost Function": [[54, "iterative-fitting-regression-and-squared-error-cost-function"]], "Kernel PCA": [[55, "kernel-pca"]], "Kernels and non-linearity": [[52, "kernels-and-non-linearity"]], "LU Decomposition, the inverse of a matrix": [[67, "lu-decomposition-the-inverse-of-a-matrix"]], "Lab sessions Tuesday and Wednesday": [[79, "lab-sessions-tuesday-and-wednesday"]], "Lab sessions on Tuesday and Wednesday": [[80, "lab-sessions-on-tuesday-and-wednesday"]], "Lab sessions week 39": [[78, "lab-sessions-week-39"]], "Lasso Regression": [[75, "lasso-regression"]], "Lasso case": [[75, "lasso-case"]], "Layers": [[45, "layers"]], "Layers used to build CNNs": [[47, "layers-used-to-build-cnns"]], "Layout of a neural network with three hidden layers": [[80, "layout-of-a-neural-network-with-three-hidden-layers"]], "Layout of a simple neural network with no hidden layer": [[80, "layout-of-a-simple-neural-network-with-no-hidden-layer"]], "Layout of a simple neural network with one hidden layer": [[80, "layout-of-a-simple-neural-network-with-one-hidden-layer"]], "Layout of a simple neural network with two input nodes, one hidden layer and one output node": [[80, "layout-of-a-simple-neural-network-with-two-input-nodes-one-hidden-layer-and-one-output-node"]], "Learn more": [[22, "learn-more"]], "Learning goals": [[59, "learning-goals"], [60, "learning-goals"], [61, "learning-goals"], [62, "learning-goals"], [63, "learning-goals"], [64, "learning-goals"]], "Learning outcomes": [[66, "learning-outcomes"], [73, "learning-outcomes"]], "Lecture Monday October 6": [[80, "lecture-monday-october-6"]], "Lecture Monday September 29, 2025": [[79, "lecture-monday-september-29-2025"]], "Lecture material": [[78, "lecture-material"]], "Lectures and ComputerLab": [[73, "lectures-and-computerlab"]], "License": [[27, "license"], [28, "license"], [29, "license"]], "License for Sphinx": [[37, null]], "Licenses for incorporated software": [[37, "licenses-for-incorporated-software"]], "Limitations of supervised learning with deep networks": [[45, "limitations-of-supervised-learning-with-deep-networks"]], "Linear Algebra, Handling of Arrays and more Python Features": [[67, null]], "Linear Regression": [[44, null]], "Linear Regression Problems": [[74, "linear-regression-problems"], [75, "linear-regression-problems"]], "Linear Regression and the SVD": [[75, "linear-regression-and-the-svd"]], "Linear Regression, basic elements": [[44, "linear-regression-basic-elements"]], "Linear classifier": [[78, "linear-classifier"]], "Linking Bayes\u2019 Theorem with Ridge and Lasso Regression": [[49, "linking-bayes-theorem-with-ridge-and-lasso-regression"]], "Linking the regression analysis with a statistical interpretation": [[49, "linking-the-regression-analysis-with-a-statistical-interpretation"], [77, "linking-the-regression-analysis-with-a-statistical-interpretation"]], "Linking with the SVD": [[49, "linking-with-the-svd"], [74, "linking-with-the-svd"]], "Links to relevant courses at the University of Oslo": [[72, "links-to-relevant-courses-at-the-university-of-oslo"]], "Logistic Regression": [[51, null], [51, "id1"], [78, "logistic-regression"]], "Logistic Regression, from last week": [[79, "logistic-regression-from-last-week"]], "MNIST and GANs": [[48, "mnist-and-gans"]], "Machine Learning": [[73, "machine-learning"]], "Machine learning": [[66, "machine-learning"]], "Main differences": [[30, "main-differences"]], "Main textbooks": [[73, "main-textbooks"]], "Making a tree": [[53, "making-a-tree"]], "Making your own Bootstrap: Changing the Level of the Decision Tree": [[54, "making-your-own-bootstrap-changing-the-level-of-the-decision-tree"]], "Making your own test-train splitting": [[74, "making-your-own-test-train-splitting"]], "Markdown + notebooks": [[24, "markdown-notebooks"]], "Markdown Files": [[22, null]], "Masked records": [[30, "masked-records"]], "Material for exercises week 35": [[74, "material-for-exercises-week-35"]], "Material for lab sessions sessions Tuesday and Wednesday": [[75, "material-for-lab-sessions-sessions-tuesday-and-wednesday"]], "Material for lecture Monday September 2": [[75, "material-for-lecture-monday-september-2"]], "Material for lecture Monday September 8": [[76, "material-for-lecture-monday-september-8"]], "Material for the lab sessions": [[76, "material-for-the-lab-sessions"], [77, "material-for-the-lab-sessions"]], "Material for the lecture on Monday October 6, 2025": [[80, "material-for-the-lecture-on-monday-october-6-2025"]], "Mathematical Interpretation of Ordinary Least Squares": [[49, "mathematical-interpretation-of-ordinary-least-squares"], [74, "mathematical-interpretation-of-ordinary-least-squares"], [75, "mathematical-interpretation-of-ordinary-least-squares"]], "Mathematical model": [[79, "mathematical-model"], [79, "id1"], [79, "id2"], [79, "id3"], [79, "id4"]], "Mathematical optimization of convex functions": [[52, "mathematical-optimization-of-convex-functions"]], "Mathematics of CNNs": [[47, "mathematics-of-cnns"]], "Mathematics of deep learning": [[80, "mathematics-of-deep-learning"]], "Mathematics of deep learning and neural networks": [[80, "mathematics-of-deep-learning-and-neural-networks"]], "Mathematics of the SVD and implications": [[49, "mathematics-of-the-svd-and-implications"], [74, "mathematics-of-the-svd-and-implications"], [75, "mathematics-of-the-svd-and-implications"]], "Matrices in Python": [[73, "matrices-in-python"]], "Matrix multiplication": [[45, "matrix-multiplication"]], "Matrix-vector notation": [[79, "matrix-vector-notation"]], "Matrix-vector notation and activation": [[56, "matrix-vector-notation-and-activation"], [79, "matrix-vector-notation-and-activation"]], "Maximum Likelihood Estimation (MLE)": [[77, "maximum-likelihood-estimation-mle"]], "Maximum likelihood": [[78, "maximum-likelihood"], [79, "maximum-likelihood"]], "Meet the covariance!": [[70, "meet-the-covariance"]], "Meet the Covariance Matrix": [[49, "meet-the-covariance-matrix"], [74, "meet-the-covariance-matrix"]], "Meet the Hessian Matrix": [[74, "meet-the-hessian-matrix"]], "Meet the Pandas": [[73, "meet-the-pandas"]], "Memory Usage and Scalability": [[76, "memory-usage-and-scalability"]], "Memory constraints": [[76, "memory-constraints"]], "Min-Max Scaling": [[74, "min-max-scaling"]], "Minimizing the cross entropy": [[78, "minimizing-the-cross-entropy"], [79, "minimizing-the-cross-entropy"]], "Momentum based GD": [[57, "momentum-based-gd"], [76, "momentum-based-gd"]], "More classes": [[78, "more-classes"], [79, "more-classes"]], "More complicated Example: The Ising model": [[50, "more-complicated-example-the-ising-model"]], "More complicated function": [[80, "more-complicated-function"]], "More considerations": [[80, "more-considerations"]], "More examples on bootstrap and cross-validation and errors": [[77, "more-examples-on-bootstrap-and-cross-validation-and-errors"], [78, "more-examples-on-bootstrap-and-cross-validation-and-errors"]], "More interpretations": [[74, "more-interpretations"], [75, "more-interpretations"], [75, "id5"]], "More on Dimensionalities": [[47, "more-on-dimensionalities"]], "More on Rescaling data": [[50, "more-on-rescaling-data"]], "More on Steepest descent": [[75, "more-on-steepest-descent"]], "More on convex functions": [[75, "more-on-convex-functions"]], "More on the general approximation theorem": [[80, "more-on-the-general-approximation-theorem"]], "More preprocessing": [[74, "more-preprocessing"], [76, "more-preprocessing"]], "Motivation for Adaptive Step Sizes": [[76, "motivation-for-adaptive-step-sizes"]], "Multilayer perceptrons": [[56, "multilayer-perceptrons"], [79, "multilayer-perceptrons"], [80, "multilayer-perceptrons"]], "Multivariable functions": [[80, "multivariable-functions"]], "MyST markdown": [[24, "myst-markdown"]], "NCSA Open Source License": [[31, null]], "Network requirements": [[46, "network-requirements"]], "Neural Networks vs CNNs": [[47, "neural-networks-vs-cnns"]], "Neural network types": [[79, "neural-network-types"], [80, "neural-network-types"]], "Neural networks": [[56, null]], "New expression for the derivative": [[80, "new-expression-for-the-derivative"]], "New features": [[30, "new-features"]], "Non-Convex Problems": [[76, "non-convex-problems"]], "Note about SVD Calculations": [[74, "note-about-svd-calculations"], [75, "note-about-svd-calculations"]], "Note on Scikit-Learn": [[75, "note-on-scikit-learn"]], "Notebooks with MyST Markdown": [[23, null]], "Numerical experiments and the covariance, central limit theorem": [[70, "numerical-experiments-and-the-covariance-central-limit-theorem"]], "Numpy and arrays": [[67, "numpy-and-arrays"], [73, "numpy-and-arrays"]], "Numpy examples and Important Matrix and vector handling packages": [[73, "numpy-examples-and-important-matrix-and-vector-handling-packages"]], "Optimization and Deep learning": [[78, "optimization-and-deep-learning"], [79, "optimization-and-deep-learning"]], "Optimization and gradient descent, the central part of any Machine Learning algortithm": [[75, "optimization-and-gradient-descent-the-central-part-of-any-machine-learning-algortithm"]], "Optimization, the central part of any Machine Learning algortithm": [[57, null], [78, "optimization-the-central-part-of-any-machine-learning-algortithm"], [79, "optimization-the-central-part-of-any-machine-learning-algortithm"]], "Optimizing maskedarray": [[30, "optimizing-maskedarray"]], "Optimizing our parameters": [[73, "optimizing-our-parameters"]], "Optimizing our parameters, more details": [[73, "optimizing-our-parameters-more-details"]], "Optimizing the cost function": [[45, "optimizing-the-cost-function"]], "Optimizing the parameters": [[80, "optimizing-the-parameters"]], "Organizing our data": [[44, "organizing-our-data"], [73, "organizing-our-data"]], "Other Matrix and Vector Operations": [[67, "other-matrix-and-vector-operations"]], "Other Types of Recurrent Neural Networks": [[48, "other-types-of-recurrent-neural-networks"]], "Other courses on Data science and Machine Learning at UiO": [[73, "other-courses-on-data-science-and-machine-learning-at-uio"]], "Other courses on Data science and Machine Learning at UiO, contn": [[73, "other-courses-on-data-science-and-machine-learning-at-uio-contn"]], "Other ingredients of a neural network": [[80, "other-ingredients-of-a-neural-network"]], "Other measures in classification studies": [[79, "other-measures-in-classification-studies"]], "Other parameters": [[80, "other-parameters"]], "Other popular texts": [[73, "other-popular-texts"]], "Other techniques": [[55, "other-techniques"]], "Other types of networks": [[56, "other-types-of-networks"], [79, "other-types-of-networks"], [80, "other-types-of-networks"]], "Other ways of visualizing the trees": [[53, "other-ways-of-visualizing-the-trees"]], "Our Copyright Policy": [[20, "our-copyright-policy"]], "Our model for the nuclear binding energies": [[73, "our-model-for-the-nuclear-binding-energies"]], "Output layer": [[80, "output-layer"]], "Overarching aims of the exercises this week": [[65, "overarching-aims-of-the-exercises-this-week"]], "Overarching view of a neural network": [[80, "overarching-view-of-a-neural-network"]], "Overview of first week": [[73, "overview-of-first-week"]], "Overview video on Stochastic Gradient Descent (SGD)": [[76, "overview-video-on-stochastic-gradient-descent-sgd"]], "Own code for Ordinary Least Squares": [[73, "own-code-for-ordinary-least-squares"], [74, "own-code-for-ordinary-least-squares"]], "PCA and scikit-learn": [[55, "pca-and-scikit-learn"]], "Pandas AI": [[73, "pandas-ai"]], "Parameters of neural networks": [[80, "parameters-of-neural-networks"]], "Part a : Ordinary Least Square (OLS) for the Runge function": [[68, "part-a-ordinary-least-square-ols-for-the-runge-function"]], "Part b: Adding Ridge regression for the Runge function": [[68, "part-b-adding-ridge-regression-for-the-runge-function"]], "Part c: Writing your own gradient descent code": [[68, "part-c-writing-your-own-gradient-descent-code"]], "Part d: Including momentum and more advanced ways to update the learning the rate": [[68, "part-d-including-momentum-and-more-advanced-ways-to-update-the-learning-the-rate"]], "Part e: Writing our own code for Lasso regression": [[68, "part-e-writing-our-own-code-for-lasso-regression"]], "Part f: Stochastic gradient descent": [[68, "part-f-stochastic-gradient-descent"]], "Part g: Bias-variance trade-off and resampling techniques": [[68, "part-g-bias-variance-trade-off-and-resampling-techniques"]], "Part h): Cross-validation as resampling techniques, adding more complexity": [[68, "part-h-cross-validation-as-resampling-techniques-adding-more-complexity"]], "Partial Differential Equations": [[46, "partial-differential-equations"]], "Pitaya Smoothie": [[15, null]], "Plan for week 39, September 22-26, 2025": [[78, "plan-for-week-39-september-22-26-2025"]], "Plan for week 41, October 6-10": [[80, "plan-for-week-41-october-6-10"]], "Plans for week 35": [[74, "plans-for-week-35"]], "Plans for week 36": [[75, "plans-for-week-36"]], "Plans for week 37, lecture Monday": [[76, "plans-for-week-37-lecture-monday"]], "Plans for week 38, lecture Monday September 15": [[77, "plans-for-week-38-lecture-monday-september-15"]], "Plotting the Histogram": [[77, "plotting-the-histogram"]], "Plotting the mean value for each group": [[78, "plotting-the-mean-value-for-each-group"]], "Practical tips": [[57, "practical-tips"], [76, "practical-tips"]], "Practicalities": [[71, "practicalities"], [71, "id1"]], "Preamble: Note on writing reports, using reference material, AI and other tools": [[68, "preamble-note-on-writing-reports-using-reference-material-ai-and-other-tools"]], "Predicting New Points With A Trained Recurrent Neural Network": [[48, "predicting-new-points-with-a-trained-recurrent-neural-network"]], "Preprocessing our data": [[74, "preprocessing-our-data"]], "Prerequisites": [[73, "prerequisites"]], "Prerequisites and background": [[66, "prerequisites-and-background"]], "Prerequisites: Collect and pre-process data": [[47, "prerequisites-collect-and-pre-process-data"]], "Probability Distribution Functions": [[70, "probability-distribution-functions"]], "Program example for gradient descent with Ridge Regression": [[75, "program-example-for-gradient-descent-with-ridge-regression"], [76, "program-example-for-gradient-descent-with-ridge-regression"]], "Program for stochastic gradient": [[57, "program-for-stochastic-gradient"]], "Project 1 on Machine Learning, deadline October 6 (midnight), 2025": [[68, null]], "Properties of PDFs": [[70, "properties-of-pdfs"]], "Pros and cons": [[76, "pros-and-cons"]], "Pros and cons of trees, pros": [[53, "pros-and-cons-of-trees-pros"]], "Python installers": [[66, "python-installers"], [73, "python-installers"]], "Quickly add YAML metadata for MyST Notebooks": [[23, "quickly-add-yaml-metadata-for-myst-notebooks"]], "RMS prop": [[57, "rms-prop"]], "RMSProp algorithm, taken from Goodfellow et al": [[76, "rmsprop-algorithm-taken-from-goodfellow-et-al"]], "RMSProp: Adaptive Learning Rates": [[76, "rmsprop-adaptive-learning-rates"]], "RMSprop for adaptive learning rate with Stochastic Gradient Descent": [[76, "rmsprop-for-adaptive-learning-rate-with-stochastic-gradient-descent"]], "Random Numbers": [[70, "random-numbers"]], "Random forests": [[54, "random-forests"]], "Randomized PCA": [[55, "randomized-pca"]], "Reading material": [[73, "reading-material"]], "Reading recommendations:": [[74, "reading-recommendations"]], "Reading suggestions week 34": [[73, "reading-suggestions-week-34"]], "Readings and Videos": [[77, "readings-and-videos"]], "Readings and Videos, logistic regression": [[78, "readings-and-videos-logistic-regression"]], "Readings and Videos, resampling methods": [[78, "readings-and-videos-resampling-methods"]], "Readings and Videos:": [[76, "readings-and-videos"], [80, "readings-and-videos"]], "Recurrent neural networks": [[56, "recurrent-neural-networks"], [79, "recurrent-neural-networks"], [80, "recurrent-neural-networks"]], "Recurrent neural networks: Overarching view": [[48, null]], "Reducing the number of degrees of freedom, overarching view": [[44, "reducing-the-number-of-degrees-of-freedom-overarching-view"], [74, "reducing-the-number-of-degrees-of-freedom-overarching-view"]], "Reducing the number of operations": [[80, "reducing-the-number-of-operations"]], "Reformulating the problem": [[46, "reformulating-the-problem"]], "Regression Case": [[54, "regression-case"]], "Regression analysis and resampling methods": [[68, "regression-analysis-and-resampling-methods"]], "Regression analysis, overarching aims": [[73, "regression-analysis-overarching-aims"]], "Regression analysis, overarching aims II": [[73, "regression-analysis-overarching-aims-ii"]], "Regularization": [[45, "regularization"]], "Relevance": [[79, "relevance"]], "Reminder from last week": [[74, "reminder-from-last-week"]], "Reminder on Newton-Raphson\u2019s method": [[75, "reminder-on-newton-raphson-s-method"]], "Reminder on Statistics": [[50, "reminder-on-statistics"]], "Reminder on books with hands-on material and codes": [[80, "reminder-on-books-with-hands-on-material-and-codes"]], "Reminder on different scaling methods": [[76, "reminder-on-different-scaling-methods"]], "Reminder on the chain rule and gradients": [[80, "reminder-on-the-chain-rule-and-gradients"]], "Replace or not": [[57, "replace-or-not"], [76, "replace-or-not"]], "Required Technologies": [[66, "required-technologies"]], "Resampling Methods": [[50, null]], "Resampling and the Bias-Variance Trade-off": [[63, "resampling-and-the-bias-variance-trade-off"]], "Resampling approaches can be computationally expensive": [[77, "resampling-approaches-can-be-computationally-expensive"], [78, "resampling-approaches-can-be-computationally-expensive"]], "Resampling methods": [[50, "id1"], [77, "resampling-methods"], [77, "id2"], [78, "resampling-methods"], [78, "id1"]], "Resampling methods: Bootstrap": [[77, "resampling-methods-bootstrap"], [78, "resampling-methods-bootstrap"]], "Resampling methods: Bootstrap approach": [[77, "resampling-methods-bootstrap-approach"]], "Resampling methods: Bootstrap background": [[77, "resampling-methods-bootstrap-background"]], "Resampling methods: Bootstrap steps": [[77, "resampling-methods-bootstrap-steps"]], "Resampling methods: More Bootstrap background": [[77, "resampling-methods-more-bootstrap-background"]], "Residual Error": [[74, "residual-error"], [75, "residual-error"]], "Resources on differential equations and deep learning": [[46, "resources-on-differential-equations-and-deep-learning"]], "Revision notes": [[30, "revision-notes"]], "Revisiting Ordinary Least Squares": [[75, "revisiting-ordinary-least-squares"]], "Revisiting our Linear Regression Solvers": [[57, "revisiting-our-linear-regression-solvers"]], "Revisiting our Logistic Regression case": [[78, "revisiting-our-logistic-regression-case"], [79, "revisiting-our-logistic-regression-case"]], "Rewriting the Covariance and/or Correlation Matrix": [[74, "rewriting-the-covariance-and-or-correlation-matrix"]], "Rewriting the \\delta-function": [[77, "rewriting-the-delta-function"]], "Rewriting the fitting procedure as a linear algebra problem": [[73, "rewriting-the-fitting-procedure-as-a-linear-algebra-problem"]], "Rewriting the fitting procedure as a linear algebra problem, more details": [[73, "rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details"]], "Ridge Regression": [[75, "ridge-regression"]], "Ridge and LASSO Regression": [[74, "ridge-and-lasso-regression"], [75, "ridge-and-lasso-regression"], [75, "id2"]], "Ridge and Lasso Regression": [[49, null], [49, "id1"]], "SGD example": [[76, "sgd-example"]], "SGD vs Full-Batch GD: Convergence Speed and Memory Comparison": [[76, "sgd-vs-full-batch-gd-convergence-speed-and-memory-comparison"]], "SVD analysis": [[75, "svd-analysis"]], "Same code but now with momentum gradient descent": [[57, "same-code-but-now-with-momentum-gradient-descent"], [76, "same-code-but-now-with-momentum-gradient-descent"], [76, "id3"], [76, "id4"]], "Sample Roles and Directives": [[22, "sample-roles-and-directives"]], "Schedule first week": [[73, "schedule-first-week"]], "Schematic Regression Procedure": [[53, "schematic-regression-procedure"]], "Second moment of the gradient": [[76, "second-moment-of-the-gradient"]], "September 15-19": [[63, "september-15-19"]], "Setting up the Back propagation algorithm": [[56, "setting-up-the-back-propagation-algorithm"]], "Setting up the Back propagation algorithm, part 3": [[80, "setting-up-the-back-propagation-algorithm-part-3"]], "Setting up the Matrix to be inverted": [[74, "setting-up-the-matrix-to-be-inverted"], [75, "setting-up-the-matrix-to-be-inverted"]], "Setting up the back propagation algorithm": [[80, "setting-up-the-back-propagation-algorithm"]], "Setting up the back propagation algorithm, part 2": [[80, "setting-up-the-back-propagation-algorithm-part-2"]], "Setting up the equations for a neural network": [[80, "setting-up-the-equations-for-a-neural-network"]], "Setting up the network using Autograd; The full program": [[46, "setting-up-the-network-using-autograd-the-full-program"]], "Should masked arrays be filled before processing or not?": [[30, "should-masked-arrays-be-filled-before-processing-or-not"]], "Show me": [[29, "show-me"]], "Similar (second order function now) problem but now with AdaGrad": [[57, "similar-second-order-function-now-problem-but-now-with-adagrad"], [76, "similar-second-order-function-now-problem-but-now-with-adagrad"]], "Simple Python Code to read in Data and perform Classification": [[53, "simple-python-code-to-read-in-data-and-perform-classification"]], "Simple case": [[74, "simple-case"], [75, "simple-case"]], "Simple code for solving the above problem": [[75, "simple-code-for-solving-the-above-problem"]], "Simple example": [[78, "simple-example"], [80, "simple-example"]], "Simple example code": [[76, "simple-example-code"]], "Simple example to illustrate Ordinary Least Squares, Ridge and Lasso Regression": [[75, "simple-example-to-illustrate-ordinary-least-squares-ridge-and-lasso-regression"]], "Simple geometric interpretation": [[75, "simple-geometric-interpretation"]], "Simple linear regression model using scikit-learn": [[44, "simple-linear-regression-model-using-scikit-learn"], [73, "simple-linear-regression-model-using-scikit-learn"]], "Simple neural network and the back propagation equations": [[80, "simple-neural-network-and-the-back-propagation-equations"]], "Simple one-dimensional second-order polynomial": [[62, "simple-one-dimensional-second-order-polynomial"]], "Simple program": [[75, "simple-program"], [76, "simple-program"]], "Simpler examples first, and automatic differentiation": [[80, "simpler-examples-first-and-automatic-differentiation"]], "Slightly different approach": [[76, "slightly-different-approach"]], "Smarter way of evaluating the above function": [[80, "smarter-way-of-evaluating-the-above-function"]], "Sneaking in automatic differentiation using Autograd": [[76, "sneaking-in-automatic-differentiation-using-autograd"]], "Software and needed installations": [[68, "software-and-needed-installations"], [73, "software-and-needed-installations"]], "Solving Differential Equations with Deep Learning": [[46, null]], "Solving the one dimensional Poisson equation": [[46, "solving-the-one-dimensional-poisson-equation"]], "Solving the wave equation with Neural Networks": [[46, "solving-the-wave-equation-with-neural-networks"]], "Solving using Newton-Raphson\u2019s method": [[78, "solving-using-newton-raphson-s-method"], [79, "solving-using-newton-raphson-s-method"]], "Some famous Matrices": [[67, "some-famous-matrices"]], "Some parallels from real analysis": [[80, "some-parallels-from-real-analysis"]], "Some selected properties": [[78, "some-selected-properties"]], "Some simple problems": [[57, "some-simple-problems"], [75, "some-simple-problems"]], "Some useful matrix and vector expressions": [[74, "some-useful-matrix-and-vector-expressions"]], "Splitting our Data in Training and Test data": [[44, "splitting-our-data-in-training-and-test-data"], [74, "splitting-our-data-in-training-and-test-data"]], "Standard Approach based on the Normal Distribution": [[77, "standard-approach-based-on-the-normal-distribution"]], "Standard steepest descent": [[57, "standard-steepest-descent"]], "Statistical analysis": [[77, "statistical-analysis"], [78, "statistical-analysis"]], "Statistical analysis and optimization of data": [[66, "statistical-analysis-and-optimization-of-data"], [73, "statistical-analysis-and-optimization-of-data"]], "Steepest descent": [[57, "steepest-descent"], [75, "steepest-descent"]], "Stochastic Gradient Descent": [[76, "stochastic-gradient-descent"]], "Stochastic Gradient Descent (SGD)": [[57, "stochastic-gradient-descent-sgd"], [76, "stochastic-gradient-descent-sgd"]], "Stochastic variables and the main concepts, the discrete case": [[70, "stochastic-variables-and-the-main-concepts-the-discrete-case"]], "Strongly Convex Case": [[76, "strongly-convex-case"]], "Structure of translation files": [[41, "structure-of-translation-files"]], "Suggested readings and videos": [[79, "suggested-readings-and-videos"]], "Summing up": [[77, "summing-up"], [78, "summing-up"]], "Support Vector Machines, overarching aims": [[52, null]], "Synthetic data generation": [[78, "synthetic-data-generation"], [79, "synthetic-data-generation"]], "Systematic reduction": [[47, "systematic-reduction"]], "Teachers": [[73, "teachers"]], "Teachers and Grading": [[71, null]], "Teaching Assistants Fall semester 2023": [[71, "teaching-assistants-fall-semester-2023"]], "Tentative deadllines for projects": [[71, "tentative-deadllines-for-projects"]], "Testing the Means Squared Error as function of Complexity": [[44, "testing-the-means-squared-error-as-function-of-complexity"], [74, "testing-the-means-squared-error-as-function-of-complexity"]], "Textbooks": [[72, null]], "Thanks": [[30, "thanks"]], "The Algorithm before theorem": [[55, "the-algorithm-before-theorem"]], "The Breast Cancer Data, now with Keras": [[45, "the-breast-cancer-data-now-with-keras"]], "The CART algorithm for Classification": [[53, "the-cart-algorithm-for-classification"]], "The CART algorithm for Regression": [[53, "the-cart-algorithm-for-regression"]], "The CIFAR01 data set": [[47, "the-cifar01-data-set"]], "The Central Limit Theorem": [[77, "the-central-limit-theorem"]], "The Hessian matrix": [[75, "the-hessian-matrix"], [76, "the-hessian-matrix"]], "The Hessian matrix for Ridge Regression": [[75, "the-hessian-matrix-for-ridge-regression"], [76, "the-hessian-matrix-for-ridge-regression"]], "The IPython licensing terms": [[20, null]], "The Jacobian": [[74, "the-jacobian"]], "The MIT License (MIT)": [[19, null]], "The MNIST dataset again": [[47, "the-mnist-dataset-again"]], "The OLS case": [[75, "the-ols-case"]], "The RELU function family": [[45, "the-relu-function-family"]], "The Ridge case": [[75, "the-ridge-case"]], "The SVD, a Fantastic Algorithm": [[74, "the-svd-a-fantastic-algorithm"], [75, "the-svd-a-fantastic-algorithm"]], "The Softmax function": [[45, "the-softmax-function"]], "The \\chi^2 function": [[44, "the-chi-2-function"], [73, "the-chi-2-function"], [73, "id4"], [73, "id5"], [73, "id6"], [73, "id7"], [73, "id8"]], "The approximation theorem in words": [[80, "the-approximation-theorem-in-words"]], "The bias-variance tradeoff": [[50, "the-bias-variance-tradeoff"], [77, "the-bias-variance-tradeoff"], [78, "the-bias-variance-tradeoff"]], "The code for solving the ODE": [[46, "the-code-for-solving-the-ode"]], "The complete code with a simple data set": [[74, "the-complete-code-with-a-simple-data-set"]], "The cost function rewritten": [[78, "the-cost-function-rewritten"], [79, "the-cost-function-rewritten"]], "The cost/loss function": [[74, "the-cost-loss-function"]], "The course has two central parts": [[66, "the-course-has-two-central-parts"]], "The derivative of the cost/loss function": [[75, "the-derivative-of-the-cost-loss-function"], [76, "the-derivative-of-the-cost-loss-function"]], "The derivatives": [[80, "the-derivatives"]], "The equations": [[75, "the-equations"]], "The equations for ordinary least squares": [[74, "the-equations-for-ordinary-least-squares"]], "The equations to solve": [[78, "the-equations-to-solve"], [79, "the-equations-to-solve"]], "The first Case": [[75, "the-first-case"]], "The gradient step": [[76, "the-gradient-step"]], "The ideal": [[75, "the-ideal"]], "The logistic function": [[51, "the-logistic-function"], [78, "the-logistic-function"]], "The mean squared error and its derivative": [[74, "the-mean-squared-error-and-its-derivative"]], "The moons example": [[52, "the-moons-example"]], "The multilayer perceptron (MLP)": [[56, "the-multilayer-perceptron-mlp"]], "The network with one input layer, specified number of hidden layers, and one output layer": [[46, "the-network-with-one-input-layer-specified-number-of-hidden-layers-and-one-output-layer"]], "The optimization problem": [[80, "the-optimization-problem"]], "The ouput layer": [[80, "the-ouput-layer"]], "The plethora of machine learning algorithms/methods": [[73, "the-plethora-of-machine-learning-algorithms-methods"]], "The same example but now with cross-validation": [[77, "the-same-example-but-now-with-cross-validation"], [78, "the-same-example-but-now-with-cross-validation"]], "The sensitiveness of the gradient descent": [[75, "the-sensitiveness-of-the-gradient-descent"]], "The singular value decomposition": [[49, "the-singular-value-decomposition"], [74, "the-singular-value-decomposition"], [75, "the-singular-value-decomposition"]], "The training": [[80, "the-training"]], "The two-dimensional case": [[52, "the-two-dimensional-case"]], "Theoretical Convergence Speed and convex optimization": [[76, "theoretical-convergence-speed-and-convex-optimization"]], "Time decay rate": [[76, "time-decay-rate"]], "To our real data: nuclear binding energies. Brief reminder on masses and binding energies": [[73, "to-our-real-data-nuclear-binding-energies-brief-reminder-on-masses-and-binding-energies"]], "To update a translation": [[41, "to-update-a-translation"]], "ToDo": [[29, "todo"]], "Topics covered in this course: Statistical analysis and optimization of data": [[73, "topics-covered-in-this-course-statistical-analysis-and-optimization-of-data"]], "Towards the PCA theorem": [[55, "towards-the-pca-theorem"]], "Train and test datasets": [[45, "train-and-test-datasets"]], "Translation source files": [[41, "translation-source-files"]], "Translation workflow": [[41, null]], "Two parameters": [[78, "two-parameters"], [79, "two-parameters"]], "Two-dimensional Objects": [[47, "two-dimensional-objects"]], "Type of problem": [[46, "type-of-problem"]], "Types of Machine Learning": [[73, "types-of-machine-learning"]], "Understanding what happens": [[77, "understanding-what-happens"], [78, "understanding-what-happens"]], "Universal approximation theorem": [[80, "universal-approximation-theorem"]], "Updating the gradients": [[80, "updating-the-gradients"]], "Use": [[28, "use"]], "Use in Browser": [[29, "use-in-browser"]], "Use the books!": [[63, "use-the-books"]], "Use with node.js": [[29, "use-with-node-js"]], "Useful Python libraries": [[66, "useful-python-libraries"], [73, "useful-python-libraries"]], "Using Autograd": [[57, "using-autograd"]], "Using Scikit-learn": [[79, "using-scikit-learn"]], "Using forward Euler to solve the ODE": [[46, "using-forward-euler-to-solve-the-ode"]], "Using gradient descent methods, limitations": [[57, "using-gradient-descent-methods-limitations"], [75, "using-gradient-descent-methods-limitations"], [76, "using-gradient-descent-methods-limitations"]], "Using maskedarray with matplotlib": [[30, "using-maskedarray-with-matplotlib"]], "Using the chain rule and summing over all k entries": [[80, "using-the-chain-rule-and-summing-over-all-k-entries"]], "Using the correlation matrix": [[79, "using-the-correlation-matrix"]], "Using the new package with numpy.core.ma": [[30, "using-the-new-package-with-numpy-core-ma"]], "Various steps in cross-validation": [[77, "various-steps-in-cross-validation"], [78, "various-steps-in-cross-validation"]], "Visualization": [[45, "visualization"], [45, "id1"]], "Visualizing the Tree, Classification": [[53, "visualizing-the-tree-classification"]], "Week 34: Introduction to the course, Logistics and Practicalities": [[73, null]], "Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression": [[74, null]], "Week 36: Linear Regression and Gradient descent": [[75, null]], "Week 37: Gradient descent methods": [[76, null]], "Week 38: Statistical analysis, bias-variance tradeoff and resampling methods": [[77, null]], "Week 39: Resampling methods and logistic regression": [[78, null]], "Week 40: Gradient descent methods (continued) and start Neural networks": [[79, null]], "Week 41 Neural networks and constructing a neural network code": [[80, null]], "Welcome to your Jupyter Book": [[21, null]], "What Is Generative Modeling?": [[73, "what-is-generative-modeling"]], "What does it mean?": [[74, "what-does-it-mean"], [75, "what-does-it-mean"]], "What is Machine Learning?": [[44, "what-is-machine-learning"]], "What is MyST?": [[22, "what-is-myst"]], "What is a good model?": [[44, "what-is-a-good-model"], [73, "what-is-a-good-model"]], "What is a good model? Can we define it?": [[73, "what-is-a-good-model-can-we-define-it"]], "When do we stop?": [[76, "when-do-we-stop"]], "Which activation function should I use?": [[45, "which-activation-function-should-i-use"]], "Why Combine Momentum and RMSProp?": [[76, "why-combine-momentum-and-rmsprop"]], "Why Linear Regression (aka Ordinary Least Squares and family)": [[73, "why-linear-regression-aka-ordinary-least-squares-and-family"]], "Why multilayer perceptrons?": [[79, "why-multilayer-perceptrons"], [80, "why-multilayer-perceptrons"]], "Why resampling methods": [[77, "why-resampling-methods"]], "Why resampling methods ?": [[77, "id1"], [78, "why-resampling-methods"]], "Wisconsin Cancer Data": [[51, "wisconsin-cancer-data"]], "With Lasso Regression": [[75, "with-lasso-regression"]], "Workflow of translations": [[41, "workflow-of-translations"]], "Wrapping it up": [[77, "wrapping-it-up"]], "Writing Our First Generative Adversarial Network": [[48, "writing-our-first-generative-adversarial-network"]], "Writing our own PCA code": [[55, "writing-our-own-pca-code"]], "Writing the Cost Function": [[75, "writing-the-cost-function"]], "XGBoost: Extreme Gradient Boosting": [[54, "xgboost-extreme-gradient-boosting"]], "Yet another Example": [[75, "yet-another-example"]], "[0.4.4] on September 27, 2017": [[29, "on-september-27-2017"]], "[0.4.5] on November 06, 2017": [[29, "on-november-06-2017"]], "[0.4.6] on January 05, 2018": [[29, "on-january-05-2018"]], "[0.5.0] on August 15, 2018": [[29, "on-august-15-2018"]], "[0.5.2] on September 07, 2018": [[29, "on-september-07-2018"]], "[0.5.3] on November 11, 2018": [[29, "on-november-11-2018"]], "[0.5.4] on January 20, 2019": [[29, "on-january-20-2019"]], "[0.5.5] on February 07, 2019": [[29, "on-february-07-2019"]], "[0.6.0] on October 04, 2019": [[29, "on-october-04-2019"]], "a) Expression for Ridge regression": [[61, "a-expression-for-ridge-regression"]], "markdown-it-container": [[27, null]], "markdown-it-deflist": [[28, null]], "markdown-it-texmath": [[29, null]], "scikit-learn implementation": [[45, "scikit-learn-implementation"]]}, "docnames": [".venv/lib/python3.13/site-packages/a11y_pygments/a11y_dark/README", ".venv/lib/python3.13/site-packages/a11y_pygments/a11y_high_contrast_dark/README", ".venv/lib/python3.13/site-packages/a11y_pygments/a11y_high_contrast_light/README", ".venv/lib/python3.13/site-packages/a11y_pygments/a11y_light/README", ".venv/lib/python3.13/site-packages/a11y_pygments/blinds_dark/README", ".venv/lib/python3.13/site-packages/a11y_pygments/blinds_light/README", ".venv/lib/python3.13/site-packages/a11y_pygments/github_dark/README", ".venv/lib/python3.13/site-packages/a11y_pygments/github_dark_colorblind/README", ".venv/lib/python3.13/site-packages/a11y_pygments/github_dark_high_contrast/README", ".venv/lib/python3.13/site-packages/a11y_pygments/github_light/README", ".venv/lib/python3.13/site-packages/a11y_pygments/github_light_colorblind/README", ".venv/lib/python3.13/site-packages/a11y_pygments/github_light_high_contrast/README", ".venv/lib/python3.13/site-packages/a11y_pygments/gotthard_dark/README", ".venv/lib/python3.13/site-packages/a11y_pygments/gotthard_light/README", ".venv/lib/python3.13/site-packages/a11y_pygments/greative/README", ".venv/lib/python3.13/site-packages/a11y_pygments/pitaya_smoothie/README", ".venv/lib/python3.13/site-packages/alabaster-0.7.16.dist-info/LICENSE", ".venv/lib/python3.13/site-packages/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README", ".venv/lib/python3.13/site-packages/idna-3.10.dist-info/LICENSE", ".venv/lib/python3.13/site-packages/imagesize-1.4.1.dist-info/LICENSE", ".venv/lib/python3.13/site-packages/ipython-9.5.0.dist-info/licenses/COPYING", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/intro", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/markdown", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/markdown-notebooks", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/notebooks", ".venv/lib/python3.13/site-packages/latexcodec-3.0.1.dist-info/licenses/AUTHORS", ".venv/lib/python3.13/site-packages/latexcodec-3.0.1.dist-info/licenses/LICENSE", ".venv/lib/python3.13/site-packages/mdit_py_plugins/container/README", ".venv/lib/python3.13/site-packages/mdit_py_plugins/deflist/README", ".venv/lib/python3.13/site-packages/mdit_py_plugins/texmath/README", ".venv/lib/python3.13/site-packages/numpy/ma/README", ".venv/lib/python3.13/site-packages/numpy/random/LICENSE", ".venv/lib/python3.13/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE", ".venv/lib/python3.13/site-packages/prompt_toolkit-3.0.52.dist-info/licenses/AUTHORS", ".venv/lib/python3.13/site-packages/pybtex_docutils-1.0.3.dist-info/LICENSE", ".venv/lib/python3.13/site-packages/pyzmq-27.0.2.dist-info/licenses/LICENSE", ".venv/lib/python3.13/site-packages/soupsieve-2.8.dist-info/licenses/LICENSE", ".venv/lib/python3.13/site-packages/sphinx-7.4.7.dist-info/LICENSE", ".venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/base", ".venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/class", ".venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/module", ".venv/lib/python3.13/site-packages/sphinx_book_theme/assets/translations/README", ".venv/lib/python3.13/site-packages/sphinxcontrib_bibtex-2.6.5.dist-info/licenses/LICENSE", ".venv/lib/python3.13/site-packages/zmq/backend/cffi/README", "chapter1", "chapter10", "chapter11", "chapter12", "chapter13", "chapter2", "chapter3", "chapter4", "chapter5", "chapter6", "chapter7", "chapter8", "chapter9", "chapteroptimization", "clustering", "exercisesweek34", "exercisesweek35", "exercisesweek36", "exercisesweek37", "exercisesweek38", "exercisesweek39", "exercisesweek41", "intro", "linalg", "project1", "schedule", "statistics", "teachers", "textbooks", "week34", "week35", "week36", "week37", "week38", "week39", "week40", "week41"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": [".venv/lib/python3.13/site-packages/a11y_pygments/a11y_dark/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/a11y_high_contrast_dark/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/a11y_high_contrast_light/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/a11y_light/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/blinds_dark/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/blinds_light/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/github_dark/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/github_dark_colorblind/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/github_dark_high_contrast/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/github_light/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/github_light_colorblind/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/github_light_high_contrast/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/gotthard_dark/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/gotthard_light/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/greative/README.md", ".venv/lib/python3.13/site-packages/a11y_pygments/pitaya_smoothie/README.md", ".venv/lib/python3.13/site-packages/alabaster-0.7.16.dist-info/LICENSE.rst", ".venv/lib/python3.13/site-packages/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md", ".venv/lib/python3.13/site-packages/idna-3.10.dist-info/LICENSE.md", ".venv/lib/python3.13/site-packages/imagesize-1.4.1.dist-info/LICENSE.rst", ".venv/lib/python3.13/site-packages/ipython-9.5.0.dist-info/licenses/COPYING.rst", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/intro.md", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/markdown.md", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/markdown-notebooks.md", ".venv/lib/python3.13/site-packages/jupyter_book/book_template/notebooks.ipynb", ".venv/lib/python3.13/site-packages/latexcodec-3.0.1.dist-info/licenses/AUTHORS.rst", ".venv/lib/python3.13/site-packages/latexcodec-3.0.1.dist-info/licenses/LICENSE.rst", ".venv/lib/python3.13/site-packages/mdit_py_plugins/container/README.md", ".venv/lib/python3.13/site-packages/mdit_py_plugins/deflist/README.md", ".venv/lib/python3.13/site-packages/mdit_py_plugins/texmath/README.md", ".venv/lib/python3.13/site-packages/numpy/ma/README.rst", ".venv/lib/python3.13/site-packages/numpy/random/LICENSE.md", ".venv/lib/python3.13/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md", ".venv/lib/python3.13/site-packages/prompt_toolkit-3.0.52.dist-info/licenses/AUTHORS.rst", ".venv/lib/python3.13/site-packages/pybtex_docutils-1.0.3.dist-info/LICENSE.rst", ".venv/lib/python3.13/site-packages/pyzmq-27.0.2.dist-info/licenses/LICENSE.md", ".venv/lib/python3.13/site-packages/soupsieve-2.8.dist-info/licenses/LICENSE.md", ".venv/lib/python3.13/site-packages/sphinx-7.4.7.dist-info/LICENSE.rst", ".venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst", ".venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst", ".venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst", ".venv/lib/python3.13/site-packages/sphinx_book_theme/assets/translations/README.md", ".venv/lib/python3.13/site-packages/sphinxcontrib_bibtex-2.6.5.dist-info/licenses/LICENSE.rst", ".venv/lib/python3.13/site-packages/zmq/backend/cffi/README.md", "chapter1.ipynb", "chapter10.ipynb", "chapter11.ipynb", "chapter12.ipynb", "chapter13.ipynb", "chapter2.ipynb", "chapter3.ipynb", "chapter4.ipynb", "chapter5.ipynb", "chapter6.ipynb", "chapter7.ipynb", "chapter8.ipynb", "chapter9.ipynb", "chapteroptimization.ipynb", "clustering.ipynb", "exercisesweek34.ipynb", "exercisesweek35.ipynb", "exercisesweek36.ipynb", "exercisesweek37.ipynb", "exercisesweek38.ipynb", "exercisesweek39.ipynb", "exercisesweek41.ipynb", "intro.md", "linalg.ipynb", "project1.ipynb", "schedule.md", "statistics.ipynb", "teachers.md", "textbooks.md", "week34.ipynb", "week35.ipynb", "week36.ipynb", "week37.ipynb", "week38.ipynb", "week39.ipynb", "week40.ipynb", "week41.ipynb"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 15, 22, 23, 24, 27, 29, 30, 31, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 71, 73, 74, 80], "0": [0, 4, 8, 9, 10, 11, 15, 24, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "00": [44, 45, 49, 55, 73, 74, 80], "000": [45, 47], "000000": [5, 12], "00000000e": [], "001": [46, 52, 57, 65, 75, 76], "004": 49, "004113634617443131": 74, "004113634617443139": 74, "00411363461744314": 74, "004113634617443147": 74, "005b82": 2, "00622f": 2, "00727646693": [44, 73], "0072b2": 5, "00749c": 3, "0076268": 65, "008561": 5, "0086649156": [44, 73], "00e0e0": [0, 1], "01": [30, 44, 45, 46, 49, 53, 55, 57, 61, 72, 73, 74, 76, 78, 79, 80], "010726": 14, "0110": 70, "01719003e": [], "02": [44, 48, 51, 56, 73, 78, 79], "02334824": [], "023b95": 11, "024c1a": 11, "02857": 48, "02f": 50, "03077640549": 48, "03097597e": [], "031": 49, "04": 55, "0458": 53, "05": [48, 50], "0550ae": [9, 10], "05767": 80, "062292565": 48, "062435": [], "06730814": [], "07": [], "0713": [44, 73], "07285": 47, "08": [30, 70], "08078025e": [], "080808": 2, "08336233266": 48, "08376632": 74, "083766322923899": 74, "0837663229239043": 74, "0917": 53, "0969da4a": [9, 10, 11], "0d1117": [6, 7, 8], "0n": [44, 73], "0x113e21950": 61, "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 24, 27, 29, 30, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 67, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79], "10": [0, 1, 7, 11, 14, 24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 65, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79], "100": [24, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 65, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "1000": [44, 45, 46, 48, 49, 52, 55, 57, 58, 62, 63, 65, 66, 70, 73, 75, 76, 78, 79], "10000": [46, 49, 50, 54, 55, 57, 70, 77], "100000": 52, "10001": 54, "1001": 70, "1002": 70, "1003": 70, "1005": 70, "1007": [77, 78], "1009": 70, "101": 60, "1011": 70, "1013": 70, "1013904243": 70, "1015": 70, "102": 60, "1023": 70, "1024": 47, "1026": 70, "1027": 70, "103": 45, "1030": 70, "1037": 70, "1038": 70, "1040": 70, "1047": 70, "107": 60, "108": [], "10th": 53, "10x": [44, 73], "11": [8, 44, 46, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "110": [], "1100": 70, "1101": 70, "111": [45, 51, 56, 78, 79, 80], "112": 60, "11340253": [], "11590451": [], "116": 60, "116329": 9, "116633": 3, "117": 60, "118": 60, "12": [6, 7, 8, 15, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 62, 65, 67, 68, 70, 72, 73, 74, 75, 76, 77, 79], "120": 47, "121": [52, 53, 54, 60], "1215pm": [71, 73], "122": [52, 53, 54], "124": [44, 73], "125": 60, "127": [48, 60], "128": [47, 48, 57, 76], "129": 60, "1298": 53, "12pm": [71, 73], "13": [0, 1, 8, 14, 44, 46, 53, 56, 67, 70, 73, 79], "131": 60, "133": [51, 78], "135": 60, "136": 60, "14": [3, 8, 9, 10, 11, 44, 46, 48, 50, 52, 53, 54, 56, 67, 70, 72, 74, 77, 78], "141": 60, "1412": 76, "141414": 13, "143": 60, "1446729567": 48, "149": 60, "14g": [50, 77], "15": [44, 46, 48, 50, 51, 52, 53, 56, 57, 68, 70, 73, 75, 76, 78, 79], "150": [48, 52, 65, 78, 79], "1502": 80, "152": 60, "153760": [], "156": 60, "157": [], "158": [], "159": 60, "15g": [50, 77], "15pm": 73, "16": [13, 45, 46, 47, 48, 49, 52, 53, 54, 65, 70, 73, 75, 77], "160": 60, "1603": 47, "161": 60, "162": 60, "16231451": 48, "163": 60, "16384": 47, "164": 60, "167": 60, "17": [15, 45, 46, 52, 70], "172": 60, "173": 60, "175": [77, 78], "176": 60, "178": 60, "179": 60, "1797": 45, "18": [46, 50, 51, 52, 53, 54, 70, 73, 77, 78], "1807": 48, "181036": 15, "18392847": [], "18c1c4": 15, "19": [2, 12, 46, 70, 73, 77], "192": [77, 78], "1940": [], "1943": [56, 79, 80], "19569961": 74, "19680801": 24, "1970": [67, 73], "1973": 53, "1979": [50, 77], "1989": 80, "1991": 80, "1_1": [56, 79], "1_2": [56, 79], "1_3": [56, 79], "1cm": [44, 52, 54, 70, 73, 80], "1d": [45, 46, 47, 78, 79], "1e": [46, 48, 57, 58, 76, 78, 79], "1e10": 58, "1e1e1": 3, "1e4": 50, "1f": 45, "1k": 67, "1n": [44, 73], "1x": [44, 73], "1zkibvqf": 65, "2": [1, 6, 11, 13, 15, 23, 30, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 66, 67, 68, 70, 72, 76, 77, 78, 79], "20": [5, 44, 45, 46, 50, 51, 52, 60, 61, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "200": [44, 46, 47, 48, 52, 53, 54, 78, 79], "2000": [44, 74], "2001": 20, "2004": [57, 75], "2006": 72, "2007": [30, 37], "20072279": [], "2008": [37, 73, 76], "2009": 35, "2010": [16, 45], "2011": [16, 26, 42, 45, 76], "2012": [35, 76], "2013": [18, 32, 34], "2014": [48, 76], "2015": 45, "2016": [19, 44, 73], "2018": [36, 44, 50, 74, 77, 78], "2019": 31, "2020": [16, 26], "2021": [34, 50, 58, 74, 76], "2022": [73, 80], "2024": [18, 32, 37, 42, 65, 77], "2025": [36, 62, 65, 73, 74, 75, 76, 77], "21": [30, 44, 45, 49, 51, 53, 56, 67, 73, 74, 75, 78, 79, 80], "2116753732": 48, "215pm": [71, 73], "2167072": [], "22": [44, 45, 49, 56, 57, 67, 73, 74, 75, 79], "221": 52, "225": 48, "22948497": [], "23": [30, 45, 56, 67, 79], "24": [44, 45, 67, 73], "242424": 4, "24292f": [9, 10, 11], "25": [30, 46, 47, 48, 49, 50, 52, 53, 55, 74], "250": [46, 48, 51, 53, 78], "25000": [], "250154": [], "252124": 25, "253775": [], "255": 47, "256": [48, 76], "25x": 68, "26": 29, "26303845": [], "264": [], "265": [], "265109911": 48, "266": [], "269": [], "27": 45, "270": [], "278": [75, 76], "27n_": 70, "28": [45, 47, 48], "283": [75, 76], "2830637392": 48, "2861": 70, "2873": 53, "2882": 70, "2886": 70, "2890": [44, 73], "2892": 70, "29": 74, "2915": 70, "2931": 73, "29364655": [], "294399745619595": [], "296247": [], "2968": 73, "2980": [65, 73], "298273": [], "298375": [], "2990": 73, "2_": [56, 79], "2_1": [56, 79], "2_2": [56, 79], "2_3": [56, 79], "2_i": [56, 79], "2_m": [50, 70, 77], "2_t": 57, "2_x": 70, "2a": 61, "2a1968": 15, "2b": 70, "2b2b2b": [0, 1], "2c8f433990d1": 76, "2cm": 52, "2d": [45, 47, 55, 56, 66, 73, 78, 79, 80], "2e": [50, 77, 78], "2f": [44, 51, 53, 54, 55, 56, 73, 78, 79], "2g": 46, "2g_i": 46, "2k": 47, "2m": [50, 77], "2mvizaqfst8": 74, "2n": [44, 46, 47, 73, 74], "2nd": 53, "2p": [70, 80], "2pt": 48, "2x": [44, 47, 52, 57, 73, 80], "2x_ix_jy_iy_j": 52, "2x_j": 52, "2xb": 80, "2y_i": 54, "2y_j": 52, "3": [0, 1, 3, 6, 7, 8, 12, 14, 18, 20, 30, 32, 35, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79], "30": [44, 45, 48, 50, 51, 54, 57, 71, 76, 77, 78, 79], "300": [78, 79], "30000": [44, 73], "3072": 47, "31": [56, 67, 70, 79], "315": [50, 74, 76], "3155": [44, 49, 50, 74, 75, 76, 77, 78], "32": [47, 48, 50, 56, 57, 67, 70, 76, 79], "3200": 45, "3250": 45, "3297": [], "33": [56, 67, 71, 79], "3303": [], "3310": [], "332331": [], "333": [51, 78], "3331": [], "3337": [], "34": [30, 67], "3436": [44, 73], "3437": [44, 73], "35": [44, 50, 68, 73, 75, 76], "3581341341": 48, "359": [49, 75], "36": [44, 49, 50, 62, 68, 70], "37": [68, 75, 77, 78], "370782966": 48, "38": [68, 70], "387": [77, 78], "39": [44, 68, 71, 73], "3d": [46, 47, 48, 50, 57, 60, 77, 78], "3d73a9": 13, "3f": [45, 47, 53], "3n": 67, "3x": [46, 52], "3x_0x_1": 80, "3x_i": 46, "3y": 52, "4": [2, 3, 4, 5, 9, 10, 12, 13, 14, 15, 24, 30, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 67, 68, 70, 73, 75, 76, 77, 78, 79, 80], "40": [45, 50, 71, 73, 77, 78], "400": 48, "4000": 73, "40008b9a5380fcacce3976bf7c08af5b": 76, "4050": [72, 73], "41": 67, "4155": [46, 59], "41589548": [], "42": [45, 48, 52, 53, 54, 67, 78, 79, 80], "43": [44, 51, 67], "4310": 73, "436462435": 48, "437a6b": 13, "44": [44, 67, 75, 76], "45": [71, 73], "46": [71, 73], "462": [51, 78], "47": [71, 73], "473d18": 14, "479465113": 48, "47958494": [], "48": [], "48257387": [71, 73], "49": [49, 50, 55], "49152": 47, "4940954": [44, 73], "4990": 70, "4992": 70, "4997": 70, "4c4b4be8": 12, "4c4c7f": [53, 54], "4d": 47, "4f": [50, 78, 79], "4pm": [71, 73], "4y": 52, "4y_i": 54, "5": [2, 4, 5, 6, 9, 10, 11, 13, 14, 15, 24, 30, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "50": [45, 46, 47, 48, 50, 51, 52, 54, 57, 73, 74, 76, 77, 79, 80], "500": [45, 47, 48, 50, 53, 54, 57, 76, 77, 78], "5000": 68, "5018": 70, "506": [], "507d50": [53, 54], "50j": 57, "50x10": 45, "51": 54, "510": 45, "512132": [], "515151": [2, 3], "5177783846": 48, "52": 78, "53": [53, 78], "5391cf": 4, "54": [50, 70], "5411205": [], "54894451": [], "55": [30, 45], "56": 45, "56469864": 65, "56536": [44, 73], "569": 45, "57": [44, 52, 71, 73], "571": [49, 75], "576": 77, "58": [54, 71, 73], "58a6ff70": [7, 8], "591317992": 48, "5ca7e4": 14, "5cm": 70, "5f": [52, 76], "5x": [52, 62], "5y": 52, "6": [0, 1, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 62, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79], "60": [45, 47], "60000": 48, "6019067271": 48, "60610368": 65, "606439": [], "622cbc": 11, "625": [51, 78], "63": 45, "64": [45, 47, 48, 57, 67, 73, 76], "64x50": 45, "65": [45, 52, 53], "66666691": 4, "66707b": 11, "66ccee": 4, "66e9ec": 15, "6730c5": 2, "6887363571": 48, "69": [30, 60, 70], "69069n_": 70, "691": [], "6980": 76, "6e7681": 6, "6e7781": [9, 10], "6f98b3": 12, "6n_": 70, "7": [0, 1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 67, 68, 70, 72, 73, 74, 76, 77, 78, 79, 80], "70": [45, 51, 78], "702c00": 11, "70653767": 48, "71": 45, "724": 47, "72f088": 8, "73": [], "7304881": [], "737373": 5, "75": [49, 50, 52, 55, 77], "76": [71, 73, 78], "765": [51, 78], "77": [71, 73], "7718": 53, "7782028952": 48, "77893972": [], "78": [], "797979": 14, "7998f2": 15, "79c0ff": [6, 7], "7d7d58": [53, 54], "7ee787": 6, "7f4707": [2, 3], "8": [0, 1, 3, 4, 6, 8, 10, 11, 12, 14, 15, 29, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 62, 63, 65, 67, 70, 71, 73, 75, 78, 79], "80": [44, 45, 49, 52, 61, 74], "800": [48, 51, 78], "8045e5": 3, "81": 45, "815am": [71, 73], "81b19b": 12, "8250df": [9, 10], "84858": [77, 78], "85": 45, "8702784034": 48, "8786ac": 15, "88": 73, "8a4600": 10, "8b949e": 6, "8c8c8c": 4, "8f": [50, 77, 78], "8g": [50, 77], "8n": 67, "8x8": 45, "9": [0, 1, 2, 3, 6, 7, 8, 12, 13, 14, 15, 44, 45, 46, 48, 49, 50, 51, 52, 53, 55, 56, 57, 67, 70, 73, 76, 78, 79], "90": 45, "9040": 53, "91": [30, 71, 73], "912583": 2, "91cbff": 8, "92": [71, 73], "93": 60, "931": [44, 73], "933": [49, 75], "937": 70, "938": 70, "939": [44, 70, 73], "94": 70, "95": [45, 55, 77], "953800": 9, "954": 70, "955820c21e8b": 48, "9579870417283": 65, "96": [50, 77], "960": 70, "961": 70, "962": 70, "9649652536": 48, "96611194e": [], "974eb7": 13, "978": [77, 78], "9780387310732": 72, "9780387848570": 72, "9781098134174": 73, "9781492032632": 72, "9781801819312": 73, "97898392": 74, "98": [44, 45, 60], "985": 70, "986": 70, "98661b": 13, "989": 70, "9898ff": [53, 54], "99": [57, 60, 76, 77], "991": 70, "992": 70, "993": 70, "996": 49, "996b00": 5, "999": [53, 70, 76], "999999": 30, "9e86c8": 14, "9e8741": 14, "9f4e55": 13, "9x": 50, "9y": 50, "A": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 46, 47, 49, 50, 51, 54, 55, 56, 57, 59, 60, 63, 64, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 80], "AND": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 46], "AS": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "AT": 33, "And": [44, 47, 48, 49, 50, 53, 57, 64, 66, 68, 70, 75], "As": [24, 30, 44, 45, 46, 47, 48, 49, 50, 52, 54, 56, 57, 59, 60, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "At": [44, 48, 50, 57, 64, 73, 76], "BE": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 73], "BUT": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "BY": [16, 18, 31, 32, 35, 37, 42], "Be": [46, 62, 66, 73], "Being": 57, "But": [20, 24, 44, 45, 46, 47, 49, 50, 53, 54, 60, 65, 70, 74, 77, 78], "By": [30, 44, 47, 49, 50, 56, 57, 61, 63, 67, 73, 74, 75, 76, 77, 79], "FOR": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "For": [22, 24, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 62, 63, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "IF": [16, 18, 31, 32, 35, 37, 42, 50, 74, 76], "IN": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 72], "If": [20, 23, 27, 28, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 62, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "In": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79], "Ising": [49, 56, 74, 75, 79, 80], "It": [21, 22, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 62, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "Its": [45, 46, 48, 55], "NO": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "NOT": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "No": [30, 50, 53, 73, 74, 76, 79], "Not": [44, 45, 49, 50, 74, 75, 76, 77, 79], "OF": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "ON": [16, 18, 31, 32, 35, 37, 42], "OR": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 70], "Of": 70, "On": [44, 47, 68, 70, 71, 72, 73, 76, 77], "One": [44, 45, 47, 48, 49, 50, 51, 52, 55, 56, 57, 61, 70, 74, 75, 76, 77, 78, 79, 80], "Or": [44, 45, 50, 73], "SUCH": [16, 18, 31, 32, 35, 37, 42], "Such": [44, 50, 56, 60, 70, 76, 77, 78, 79, 80], "THE": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "TO": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "That": [23, 44, 49, 51, 54, 55, 56, 58, 68, 70, 73, 77, 78, 79, 80], "The": [16, 17, 22, 23, 26, 29, 30, 31, 34, 36, 37, 41, 48, 54, 57, 58, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72], "Then": [44, 45, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 67, 73, 75, 76, 77, 80], "There": [24, 44, 47, 48, 49, 50, 52, 53, 55, 56, 58, 59, 67, 68, 70, 71, 73, 74, 75, 76, 79, 80], "These": [41, 44, 47, 48, 49, 52, 53, 54, 55, 56, 57, 58, 61, 62, 67, 68, 70, 71, 73, 74, 75, 76, 80], "To": [17, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 64, 65, 67, 70, 74, 75, 76, 77, 78, 79, 80], "WITH": [19, 26, 31, 34, 36], "Will": [78, 79], "With": [20, 23, 27, 44, 49, 50, 52, 53, 54, 55, 56, 58, 60, 63, 65, 67, 68, 70, 73, 74, 77, 78, 79, 80], "_": [44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 65, 67, 68, 73, 74, 75, 76, 77, 78, 79], "_0": [49, 52, 54, 55, 57, 74, 75], "_1": [46, 49, 50, 52, 54, 55, 56, 57, 58, 67, 74, 75, 76, 80], "_2": [46, 49, 52, 55, 56, 57, 67, 74, 76, 79], "_3": 67, "_4": 67, "_9": [57, 76], "__array_finalize__": 30, "__class__": 54, "__doc__": [50, 77, 78], "__future__": [52, 53, 80], "__getattribute__": 30, "__import__": 17, "__init__": [17, 45, 78, 79], "__main__": 46, "__name__": [17, 46, 54], "__new__": 30, "__path__": 17, "_add_intercept": [78, 79], "_auto1": [46, 47, 48, 49, 50, 51, 56, 57, 67, 70, 74, 75, 78, 79, 80], "_auto10": [50, 56], "_auto11": 50, "_auto12": 50, "_auto2": [46, 47, 48, 49, 50, 56, 57, 67, 70, 79, 80], "_auto3": [47, 48, 49, 50, 56, 57, 67, 79, 80], "_auto4": [48, 50, 56, 57, 67, 79], "_auto5": [48, 50, 56, 57, 67, 79], "_auto6": [48, 50, 56, 67, 79], "_auto7": [48, 50, 56, 67, 79], "_auto8": [50, 56], "_auto9": [50, 56], "_build": [44, 66, 68, 72, 73], "_c": 45, "_center": [], "_compile_transl": 41, "_compon": 55, "_data": 30, "_depth": 53, "_export": [59, 60, 63], "_fraction": 53, "_i": [44, 45, 46, 49, 50, 51, 52, 55, 56, 57, 63, 68, 73, 74, 75, 76, 77, 78, 79, 80], "_j": [44, 45, 46, 47, 49, 50, 52, 57, 63, 68, 74, 75, 76, 77, 78], "_k": [57, 75, 76], "_l": [56, 79, 80], "_lambda": 50, "_leaf": 53, "_m": 54, "_mask": 30, "_multilayer_perceptron": [], "_n": [46, 49, 52, 55, 57, 74, 75, 76], "_node": 53, "_norm": [], "_p": [49, 52, 74, 75], "_parse_numpydoc_see_also_sect": 37, "_pydevd_bundl": 17, "_ratio": 55, "_sampl": 53, "_sigmoid": [78, 79], "_softmax": [78, 79], "_split": [50, 53, 68], "_t": [57, 76], "_test": [50, 68], "_varianc": 55, "_weight": 53, "a0": 47, "a0111f": 11, "a0faa0": [53, 54], "a1": [44, 65, 73], "a11": [1, 15], "a12236": 2, "a2": [44, 65, 73], "a25e53": 13, "a2bffc": 14, "a3": [44, 73], "a4": [44, 73], "a5d6ff": 7, "a_": [44, 45, 60, 67, 73, 74, 80], "a_0": [44, 73, 80], "a_1": 80, "a_1a": [44, 73], "a_2": 80, "a_2a": [44, 73], "a_3": [44, 73], "a_3a": [44, 73], "a_4": [44, 73], "a_4a": [44, 73], "a_h": 45, "a_i": [44, 45, 46, 56, 73, 80], "a_j": [45, 56, 80], "a_k": [44, 45, 56, 80], "aa": [3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15], "aaa": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "aaron": 72, "ab": [44, 46, 49, 57, 58, 73, 74, 76, 80], "ab6369": 12, "ab_channel": [66, 79, 80], "abandon": 45, "abe338": [0, 1], "abid": 70, "abil": [44, 54], "abl": [44, 45, 48, 49, 50, 51, 54, 56, 57, 60, 62, 64, 65, 68, 74, 75, 76, 78, 79, 80], "about": [22, 23, 24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 67, 68, 71, 76, 77, 78, 79], "abov": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 67, 70, 72, 73, 74, 76, 77, 78, 79], "abovement": [50, 68, 73, 77, 78], "abscissa": [57, 75], "absent": 76, "absolut": [44, 46, 49, 50, 57, 73, 74, 75, 77, 78], "absorb": [74, 75], "abstract": [17, 45, 76, 78], "abund": 76, "ac": 31, "acc_bin": [78, 79], "acc_multi": [78, 79], "acceler": [57, 76], "accept": [22, 30, 44, 47, 50, 53, 65, 68, 74, 76], "access": [0, 1, 2, 3, 15, 47, 55, 70, 73, 76], "accid": [48, 50, 77, 78], "accompani": [44, 73, 74], "accomplish": [52, 53, 57, 76], "accord": [44, 45, 46, 49, 50, 53, 56, 57, 58, 70, 73, 75, 76, 77, 79, 80], "accordingli": 55, "account": [30, 44, 47, 49, 57, 59, 60, 64, 70, 73, 76], "accumul": [56, 57, 70, 76, 79, 80], "accur": [44, 47, 48, 50, 54, 57, 76, 77, 78], "accuraci": [44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 65, 73, 74, 75, 78, 79, 80], "accuracy_scor": [44, 45, 54, 65, 73, 78, 79], "accuracy_score_numpi": 45, "acheiv": 65, "achiev": [44, 45, 49, 50, 52, 56, 67, 73, 76, 77, 78, 79, 80], "aco": 70, "acquaint": 66, "acquir": [45, 66, 73], "acr": [], "across": [45, 47, 50, 53, 61, 66, 73, 77], "act": [45, 47, 67, 76], "actic": 65, "action": [19, 26, 31, 34, 36, 70], "activ": [44, 46, 47, 48, 53, 59, 69, 71, 73, 76], "activation_func": 65, "activest": 25, "actual": [30, 44, 45, 48, 49, 50, 52, 55, 59, 60, 62, 65, 67, 70, 73, 74, 75, 76, 77], "ad": [30, 45, 47, 48, 49, 52, 57, 59, 60, 67, 75, 76, 77, 78], "ada_clf": 54, "adaboostclassifi": 54, "adadelta": [57, 76], "adagrad": [68, 77, 80], "adam": [45, 47, 48, 65, 68, 73, 77, 80], "adap": 80, "adapt": [48, 50, 57, 61, 72, 75, 77, 78, 80], "add": [17, 28, 29, 41, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 59, 60, 61, 62, 64, 65, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "add6ff": 5, "add_": 24, "add_subplot": [45, 51, 56, 58, 78, 79], "addendum": 49, "addeventlisten": 29, "addit": [30, 44, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 59, 65, 66, 67, 68, 70, 71, 72, 73, 74, 77, 78, 79, 80], "addition": [56, 57, 75, 76, 79, 80], "address": [45, 53, 55, 57, 73, 76], "adjac": [47, 56, 79, 80], "adjoint": [49, 74], "adjust": [44, 49, 56, 57, 75, 76, 79], "admir": [44, 73], "advanc": [48, 50, 56, 72, 73, 76, 77, 78, 79, 80], "advantag": [45, 47, 49, 50, 54, 57, 63, 67, 75, 76, 77, 78], "adversari": 73, "advis": [16, 18, 31, 32, 35, 37, 42], "afecionado": 73, "affect": [47, 59, 63], "affin": [44, 47, 52, 55, 74, 80], "afford": 47, "aficionado": 73, "aforement": 58, "african": [], "after": [27, 44, 45, 46, 48, 49, 50, 53, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 80], "afterward": [44, 73], "ag": [44, 51, 73, 74, 78], "ag_0": 46, "again": [30, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 57, 68, 70, 73, 74, 75, 77, 78, 79, 80], "against": [45, 48, 51, 54, 78], "agegroup": [51, 78], "agegroupmean": [51, 78], "aggreg": [53, 54, 76], "agorithm": 54, "agre": [49, 50, 70, 74, 75, 76, 77], "agreement": [57, 76], "ahead": 53, "ai": [44, 72], "aid": [55, 64, 76], "aim": [44, 45, 48, 50, 51, 55, 58, 60, 61, 63, 64, 66, 67, 68, 74, 77, 78, 79, 80], "ainv": 49, "airplan": 47, "aka": 49, "al": [44, 46, 48, 60, 61, 64, 72, 73, 74, 75, 77, 78, 79, 80], "alarm": [49, 51], "aldo": 74, "algebra": [44, 47, 49, 57, 66, 74, 75, 77], "algorithm": [31, 44, 45, 46, 48, 49, 50, 51, 52, 57, 58, 60, 66, 67, 68, 70, 72, 77, 78, 79], "align": [24, 44, 46, 49, 50, 51, 52, 57, 70, 73, 74, 75, 77, 78, 79], "all": [18, 19, 20, 22, 23, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79], "allclos": 65, "allevi": [45, 57, 75], "alloc": [47, 67], "allow": [17, 22, 44, 45, 46, 47, 49, 50, 52, 54, 57, 59, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "almost": [44, 45, 50, 52, 55, 57, 70, 75, 76, 77, 78, 79], "alon": [46, 53, 76], "along": [30, 46, 47, 48, 49, 50, 53, 54, 55, 59, 64, 65, 66, 67, 73, 74, 75, 77, 78], "alpha": [44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 57, 58, 70, 73, 74, 75, 76, 77, 78, 79], "alpha_": [54, 76], "alpha_0": 47, "alpha_1": 47, "alpha_2": 47, "alpha_i": [47, 57], "alpha_k": 57, "alpha_m": 54, "alpha_n": 47, "alpha_opt": 57, "alreadi": [29, 46, 47, 48, 49, 50, 54, 56, 59, 66, 67, 70, 73, 74, 75, 78, 79, 80], "also": [20, 22, 23, 24, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "alter": 45, "altern": [30, 44, 45, 48, 49, 50, 52, 53, 55, 57, 59, 62, 67, 68, 73, 74, 76, 77, 78], "although": [44, 45, 49, 50, 52, 54, 57, 60, 63, 64, 73, 76, 77, 78, 80], "alwai": [30, 44, 47, 49, 50, 56, 57, 60, 63, 65, 68, 70, 73, 74, 75, 76, 77, 79, 80], "am": 48, "ambit": 80, "ame2016": [44, 73], "american": [], "amjith": 33, "among": [44, 47, 49, 53, 54, 56, 67, 73, 74, 79, 80], "amongst": [49, 77], "amount": [44, 45, 47, 48, 50, 52, 54, 58, 66, 77, 78, 80], "an": [19, 22, 26, 29, 30, 31, 34, 36, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 65, 66, 67, 68, 70, 71, 72, 74, 75, 76, 77, 78, 79], "an_": 70, "anaconda": [44, 45, 66, 68, 73], "analogi": 57, "analys": [50, 77, 78], "analysi": [45, 47, 48, 51, 58, 63, 67, 72, 76, 79], "analyt": [46, 47, 49, 50, 51, 56, 57, 61, 66, 68, 73, 74, 75, 76, 77, 78, 79, 80], "analyz": [44, 45, 47, 48, 49, 50, 60, 68, 70, 74, 75, 76], "andrew": 45, "angl": [44, 47, 53, 74, 76], "anharmon": 47, "ani": [16, 18, 19, 20, 21, 23, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 59, 60, 63, 65, 70, 73, 74, 76, 77, 80], "anim": [48, 56, 79, 80], "ann": [56, 79, 80], "annot": [44, 45, 47, 51, 52, 73, 79], "announc": 73, "anom": 30, "anomali": 30, "anonym": 62, "anoth": [27, 30, 44, 45, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 67, 68, 70, 73, 74, 76, 80], "ansatz": [44, 62, 73], "answer": [44, 45, 47, 49, 50, 63, 67, 68, 71, 73, 77], "antialias": [46, 50], "anticip": 48, "anymor": [45, 52], "anyon": [48, 52, 59], "anyth": [45, 59, 60, 65, 70], "anytim": [71, 73], "anywai": 30, "apach": 45, "apart": [30, 55, 57, 75, 76], "api": [45, 66, 73], "appar": 46, "appear": [44, 45, 47, 57, 67, 70, 80], "append": [45, 47, 48, 52, 53, 57, 63, 65, 73, 76, 78, 79], "appendic": 68, "appendix": 68, "appli": [44, 45, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 62, 68, 70, 72, 73, 74, 76, 77, 78, 79, 80], "applic": [44, 45, 47, 48, 49, 50, 51, 53, 56, 57, 60, 67, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "apply_gradi": 48, "approach": [45, 46, 48, 49, 50, 53, 54, 55, 56, 57, 59, 60, 62, 65, 66, 68, 70, 72, 74, 75, 80], "approch": 68, "appropri": [46, 50, 53, 56, 57, 61, 66, 70, 76, 77, 78, 79], "approv": 73, "approx": [44, 46, 47, 50, 54, 55, 57, 62, 68, 70, 73, 75, 76, 77], "approxim": [44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 57, 63, 68, 70, 73, 74, 75, 76, 77, 78, 79], "apt": [44, 66, 68, 73], "aq": 70, "ar": [16, 18, 20, 22, 23, 30, 31, 32, 35, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], "aragorn": 73, "arang": [45, 47, 48, 50, 51, 53, 54, 56, 57, 73, 76, 78, 79], "arbitrari": [45, 48, 50, 52, 56, 57, 70, 75, 77, 79, 80], "arbitrarili": [44, 45, 55, 73, 76], "arc": 50, "architectur": [47, 48, 56, 80], "archiv": 68, "area": [30, 44, 47, 50, 72, 73], "argmax": [45, 55, 65, 78, 79], "argmin": [48, 54, 58], "argsort": 55, "argu": [30, 45, 57], "arguement": 63, "argument": [44, 46, 47, 49, 55, 56, 57, 61, 65, 73, 74, 76, 77, 79, 80], "aris": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 50, 56, 57, 70, 73, 75, 77, 78], "arithmet": [44, 57, 67, 73], "arm": [50, 74, 76], "armadillo": 67, "armin": 16, "arnulf": 80, "around": [44, 45, 48, 49, 50, 55, 62, 65, 68, 70, 73, 77, 78, 79, 80], "arrai": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 60, 62, 65, 66, 68, 70, 74, 75, 76, 77, 78, 79, 80], "arrang": [47, 73], "array_equ": [78, 79], "arraybox": 57, "arriv": [44, 50, 53, 55, 63, 67, 70, 73, 77], "arrow": [56, 79, 80], "arrowprop": 52, "art": [44, 45, 66], "articl": [44, 47, 48, 50, 54, 63, 73, 74, 75, 76, 77, 78], "artifici": [44, 46, 51, 56, 72, 73, 78], "artificialneuron": [56, 79, 80], "arug": 57, "arxiv": [47, 48, 76, 80], "asarrai": [44, 50, 53, 74, 76], "asid": 74, "ask": [49, 50, 55, 56, 59, 63, 68, 77, 80], "aspect": [44, 50, 66, 73, 74, 80], "assembl": 47, "assembli": [44, 73], "assert": 48, "assess": [44, 50, 68, 73, 74, 77, 78], "asset": 41, "assici": 48, "assign": [44, 51, 52, 53, 56, 57, 58, 59, 69, 71, 72, 73, 78, 79], "associ": [19, 26, 31, 34, 36, 44, 50, 53, 56, 58, 70, 73, 77, 78, 79, 80], "assum": [41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "assumpt": [44, 47, 49, 50, 53, 55, 70, 73, 74, 78], "ast": [44, 49, 50, 73, 77], "astyp": [48, 53, 54, 78, 79], "asymmetri": [44, 73], "asymptot": [48, 50, 76, 77, 78], "atom": [44, 73], "attain": 76, "attempt": [44, 48, 50, 51, 52, 54, 73, 74, 76, 78, 80], "attend": 73, "attent": [44, 67, 73], "attract": [44, 54, 73], "attribut": [30, 44, 53, 73], "audi": [44, 73], "audio": [47, 48], "august": [73, 74], "aurelien": [44, 72, 73], "austfjel": 50, "auth": 59, "authent": 59, "author": [19, 25, 26, 29, 34, 36, 37, 44, 45, 54, 70], "authour": 73, "auto": [41, 53, 54, 70], "auto_exampl": [65, 68, 74], "autocor": 70, "autocorrelation_tim": 70, "autocorrelform": 70, "autocovari": 70, "autoencod": [48, 66, 73], "autoencond": 66, "autograd": [65, 66, 73, 80], "autom": [44, 66, 72, 73], "automac": 67, "automag": 73, "automat": [41, 44, 45, 46, 47, 48, 55, 60, 65, 66, 67, 73, 79], "automobil": 47, "autonom": 48, "avail": [30, 44, 45, 48, 50, 54, 55, 66, 67, 68, 69, 71, 72, 73, 77, 78], "avali": [64, 68], "averag": [30, 44, 45, 47, 50, 53, 54, 57, 58, 70, 71, 73, 74, 77, 78], "avoid": [29, 30, 44, 48, 49, 50, 53, 55, 57, 62, 65, 67, 74, 76, 77, 78], "awai": [46, 47, 50, 74, 76, 80], "awar": [46, 54], "award": [71, 73], "ax": [24, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 64, 65, 67, 68, 73, 77, 78, 79], "axes3d": [46, 50, 57, 75, 76], "axes_grid1": 50, "axhlin": 52, "axi": [44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 62, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "axiom": 49, "axvlin": [48, 52], "axvspan": 48, "b": [44, 45, 47, 48, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 63, 64, 65, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "b1": [52, 65], "b19db4": 12, "b1bac4": 7, "b2": [52, 65], "b3": 52, "b35900": 10, "b89784": 12, "b_": [44, 45, 67, 80], "b_0": [44, 80], "b_1": [44, 46, 56, 57, 76, 79, 80], "b_2": [44, 57, 80], "b_5": [57, 76], "b_g": 65, "b_group": 53, "b_i": [44, 45, 46, 56, 73, 79, 80], "b_ia_": [44, 73], "b_ia_i": 44, "b_index": 53, "b_j": [45, 56, 79, 80], "b_k": [44, 45, 56, 57, 76, 79, 80], "b_m": [56, 79], "b_score": 53, "b_valu": 53, "ba": 76, "babcock": 73, "bach": 76, "bachelor": [69, 71], "back": [44, 47, 48, 49, 50, 52, 53, 54, 59, 60, 65, 67, 70, 73, 76], "backbon": 67, "backend": [34, 45, 48], "background": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 72, 73], "backpropag": [45, 65, 76, 80], "backslash": 29, "backtrack": 53, "backup": 67, "backward": [45, 46, 48, 56, 67, 76, 80], "bad": [50, 61, 74], "badli": 70, "bag": [53, 66, 73], "bag_clf": 54, "baggin": 73, "baggingboot": 54, "baggingclassifi": 54, "baggingtre": 54, "bailei": [0, 1, 2, 3, 15], "balanc": [50, 76, 77, 78], "ballpark": 62, "band": 67, "bandwidth": 67, "banner": 20, "bar": [44, 50, 55, 68, 73], "barber": 72, "bare": [48, 54], "base": [16, 17, 20, 23, 28, 30, 44, 45, 47, 48, 49, 51, 52, 53, 54, 58, 59, 60, 61, 66, 70, 71, 72, 73, 74, 75, 78, 79, 80], "basi": [49, 51, 52, 54, 55, 56, 57, 67, 74, 75, 78, 79, 80], "basic": [50, 52, 56, 57, 58, 59, 66, 68, 70, 73, 77], "basin": 76, "batch": [47, 48, 55, 56, 57, 65, 75, 78, 79], "batch_shap": 48, "batch_siz": [45, 47, 48], "batchnorm": 48, "bay": [51, 78, 79], "baydin": 80, "bayesian": [49, 66, 72, 73], "bbbbbb": 4, "beauti": 29, "becam": 30, "becaus": [44, 45, 46, 47, 48, 49, 50, 52, 53, 56, 57, 58, 73, 74, 75, 76, 77, 78, 79], "becom": [30, 44, 45, 46, 49, 50, 51, 53, 56, 57, 63, 70, 73, 74, 75, 76, 77, 78, 79, 80], "been": [30, 31, 44, 45, 46, 47, 48, 49, 50, 55, 56, 57, 63, 64, 66, 67, 68, 73, 74, 76, 77, 79, 80], "befor": [44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 60, 61, 62, 63, 64, 65, 67, 68, 70, 73, 74, 76, 77, 78, 79, 80], "beforehand": [30, 44, 70, 73], "began": 20, "begin": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "behav": [30, 45, 50, 57, 75, 77, 78], "behavior": [30, 44, 45, 57, 73, 75, 76], "behaviour": [56, 76, 79, 80], "behind": [44, 45, 50, 52, 57, 73, 75], "being": [22, 44, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 57, 61, 64, 70, 73, 74, 75, 76, 78, 79, 80], "believ": [53, 67], "belong": [51, 52, 53, 57, 58, 75, 78, 79], "below": [17, 30, 37, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 62, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "benchmark": [30, 54], "benefici": [45, 57], "benefit": [44, 45, 48, 55, 57, 66, 73, 75, 76], "bengio": [45, 72, 73, 74, 76], "benign": [45, 51, 79], "benno": 80, "berner": 80, "besid": [48, 49, 75], "bessel": [49, 74, 77], "best": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 62, 65, 71, 73, 74, 75, 76, 77, 78, 79], "beta": [45, 47, 54, 55, 57, 60, 61, 63, 73, 74, 75], "beta1": [], "beta2": [], "beta_": [47, 57, 61, 74], "beta_0": [45, 47, 57, 74], "beta_1": [45, 47, 54, 57, 74, 76], "beta_1m_": 76, "beta_1x_i": 57, "beta_2": [47, 57, 76], "beta_2v_": 76, "beta_3": 47, "beta_i": [47, 76], "beta_j": [57, 74], "beta_k": 57, "beta_linreg": 57, "beta_m": 54, "beta_mg_m": 54, "beta_n": 47, "better": [44, 45, 46, 47, 48, 50, 53, 54, 55, 56, 57, 63, 64, 73, 74, 76, 77], "between": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "beyond": [44, 45, 49, 50, 52, 57, 73, 74, 75, 76], "bf": [57, 58, 67, 70, 75], "bf5400": 5, "bg": 73, "bgd": [57, 76], "bia": [44, 45, 46, 47, 49, 52, 53, 54, 56, 57, 64, 65, 73, 74, 75, 79, 80], "bias": [45, 46, 47, 49, 50, 53, 56, 63, 65, 76, 77, 79], "bib": 22, "bibliographi": [22, 68], "bibtex": [22, 42], "big": [44, 45, 46, 49, 50, 58, 63, 76, 77], "bigger": [45, 50, 74], "bigr": [56, 79], "bike": 53, "bilbo": 73, "billion": [47, 56, 66, 76, 79, 80], "bin": [51, 70, 79], "binari": [16, 18, 31, 32, 35, 37, 42, 44, 47, 49, 51, 53, 54, 56, 73, 78, 79], "binary_cross_entropi": [78, 79], "binary_result": [78, 79], "binarycrossentropi": 48, "bind": 44, "binomi": [66, 70, 73], "binsboot": [50, 77], "bioinformat": 44, "biolog": [45, 56, 79, 80], "bios1100": [66, 73], "bird": [44, 47], "birth": 73, "bishop": [72, 73], "bit": [45, 48, 63, 65, 67, 70, 73], "bitwis": 70, "bivari": 46, "bk": [57, 76], "bla": [67, 73], "black": [52, 53, 58], "blame": 30, "block": [23, 27, 29, 40, 50, 54, 66, 67, 70, 73, 77, 78], "blockquot": 29, "blog": 73, "blogpost": 48, "blue": [44, 47], "bm": [], "bmatrix": [44, 45, 47, 49, 51, 52, 55, 57, 67, 73, 74, 75, 76, 78, 79, 80], "bmi": 45, "bodi": [29, 44, 45, 48, 56, 79, 80], "bold": 45, "boldfac": [44, 49, 60, 74, 75], "boldsymbol": [44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 60, 61, 63, 68, 73, 75, 76, 78, 79, 80], "boltzmann": [56, 66, 73, 79, 80], "book": [22, 23, 24, 61, 68, 72, 73, 74, 77, 78], "book1": 72, "bool": 30, "boolean": [30, 48, 61], "boost": [45, 53, 66, 73], "boostrap": 54, "bootstrap": [45, 57, 63, 66, 68, 73, 76], "born": 76, "borrow": 73, "boston_dataset": [], "bot": 52, "both": [22, 30, 44, 45, 48, 49, 50, 52, 53, 54, 57, 58, 59, 60, 61, 63, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79], "bottl": [51, 78, 79], "bottou": 76, "bound": [52, 56, 76, 79, 80], "boundari": [46, 48, 52, 55, 56], "bousquet": 76, "bower": [27, 28], "box": [22, 48, 53, 65], "boyd": [52, 57, 75], "bracket": [29, 48, 70], "brain": [45, 51, 56, 78, 79, 80], "branch": [30, 53, 73], "break": [44, 48, 50, 55, 58, 73, 76], "breast": [49, 51, 55, 79], "breviti": 57, "brew": [44, 66, 68, 73], "brg": 52, "brian": 35, "brief": [41, 68, 74], "briefli": [44, 60, 63, 73, 77], "bring": [44, 49, 50, 54, 74, 76], "britt": [71, 73], "broad": 44, "broadcast": 65, "broadli": 73, "brought": [57, 66, 73], "brownle": 48, "browser": [27, 28, 59, 73], "brute": [47, 49, 55, 74, 80], "bsd": [18, 20, 32, 35, 37], "budget": 76, "buffer_s": 48, "bug": 29, "bugfix": 25, "bui": 48, "build": [22, 41, 44, 48, 49, 50, 54, 60, 67, 70, 73, 77, 78, 79, 80], "built": [23, 45, 47, 48, 50, 77, 78], "bunch": [41, 55], "bundl": [21, 41], "busi": [16, 18, 31, 32, 35, 37, 42], "bxe2t": [79, 80], "byte": [67, 73], "c": [16, 18, 20, 26, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80], "c1": [52, 55], "c2": [52, 55], "c4a2f5": 15, "c5e478": 14, "c9d1d9": [6, 7, 8], "c_": [52, 53, 54, 57, 70, 75, 76], "c_0": 70, "c_1": [56, 79], "c_2": [56, 79], "c_3": [56, 79], "c_4": [56, 79], "c_i": [56, 57, 76, 79], "c_k": 70, "ca": [45, 73], "caab6d": 12, "cach": 54, "cal": [44, 52, 54, 56, 57, 75, 76, 80], "calcul": [44, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 60, 63, 67, 70, 73, 76, 77, 78, 79, 80], "california": 68, "call": [22, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "calor": [44, 74], "caltech": 20, "cambridg": [57, 72, 75, 80], "can": [17, 20, 22, 23, 24, 27, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 75, 79], "cancel": [44, 57, 73, 74], "cancer": [49, 54, 79], "cancerpd": [51, 79], "candid": [52, 53, 54, 76], "cannot": [29, 44, 45, 48, 49, 50, 51, 52, 53, 68, 70, 74, 75, 76, 79], "canopi": [44, 66, 68, 73], "canva": [59, 60, 63, 64, 68, 73], "cap": 49, "capabl": [44, 45, 52, 57, 66, 73], "capac": [46, 71], "capita": [], "caption": [64, 68], "captur": [48, 55, 56, 73, 79, 80], "car": [47, 48], "card": [44, 51, 73, 78, 79], "cardin": 45, "care": [55, 59, 63, 76], "carefulli": [57, 76], "carlo": [44, 50, 66, 70, 72, 73, 77, 78], "carri": [46, 50, 51, 68, 77, 78, 79], "cart": 54, "case": [30, 44, 45, 46, 47, 48, 49, 50, 51, 55, 56, 57, 58, 59, 60, 66, 67, 68, 73, 77, 80], "casella": 72, "cast": 45, "cat": [47, 48], "catch": 44, "categor": [44, 45, 47, 53, 55, 73, 78, 79], "categori": [44, 45, 47, 51, 54, 56, 58, 73, 78, 79, 80], "categorical_cross_entropi": [78, 79], "categorical_crossentropi": [45, 47], "caus": [16, 18, 31, 32, 35, 37, 42, 44, 49, 50, 70, 73, 74, 75, 76, 77, 78], "causal": 44, "causat": [44, 73], "cax": 45, "cb": [50, 73], "cbar": 45, "cc": [44, 45, 49, 57, 73, 74, 75, 76, 80], "cc398b": 5, "ccbb44": 4, "ccc": [49, 56, 75, 79], "cdf": 70, "cdot": [44, 46, 50, 56, 57, 58, 67, 70, 73, 75, 76, 77, 79], "celebr": [57, 75], "cell": [48, 65], "center": [44, 45, 50, 51, 52, 53, 55, 58, 62, 68, 70, 73, 74, 76, 77, 78, 79], "central": [44, 47, 49, 50, 52, 60, 64, 67, 73, 74, 80], "centroid": [58, 70], "centroid_differ": 58, "centuri": 47, "certain": [44, 47, 50, 51, 53, 65, 70, 73, 74, 77, 78, 79], "certainti": 77, "cf": 30, "cf222e": 9, "cffi": 43, "cg": 57, "cha": [], "chain": [44, 45, 57, 66, 70, 73], "challeng": [59, 80], "chanc": [45, 49, 57, 70, 76], "chang": [20, 41, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 60, 63, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "changelog": [27, 28], "channel": 47, "chap4": 80, "chapter": [44, 50, 54, 55, 60, 61, 63, 67, 68, 72, 73, 74, 75, 76, 77, 78, 79, 80], "chapter3": [44, 68], "charact": [27, 44, 47, 49, 73, 74, 75], "character": [52, 53, 54, 56, 70, 79], "characterist": [44, 45, 47, 54, 57, 73], "charg": [19, 26, 31, 34, 36, 44, 73], "charl": [], "charset": 29, "chase": 48, "chatgpt": [59, 68], "chd": [51, 78], "chddata": [51, 78], "cheap": [49, 74, 75, 76], "cheaper": [45, 57, 76], "check": [21, 24, 30, 41, 45, 47, 48, 49, 55, 57, 59, 60, 63, 65, 67, 73, 76, 78, 79], "checkmark": 47, "checkpoint": 48, "checkpoint_dir": 48, "checkpoint_prefix": 48, "chen": 54, "cheng": 74, "chiaramont": 46, "childcar": 60, "children": 60, "choic": [29, 44, 45, 46, 47, 48, 50, 53, 56, 57, 58, 64, 67, 73, 74, 75, 76, 77, 78, 79], "choleski": [49, 67, 74, 75], "choos": [46, 47, 50, 53, 54, 55, 57, 58, 59, 62, 63, 65, 68, 75, 77, 78, 79], "chosen": [44, 45, 46, 50, 52, 53, 54, 57, 60, 70, 73, 75, 76, 77, 78], "chosen_datapoint": 45, "christian": 72, "christoph": [72, 73], "chunk": 76, "cifar": 47, "cifar10": 47, "circ": [45, 56, 76, 80], "circl": [44, 52, 56, 74, 76, 79, 80], "circuit": 47, "circumfer": 53, "circumv": [45, 49, 57, 74, 75, 76], "citat": 42, "cite": [22, 64, 68], "ckpt": 48, "cl": [78, 79], "claim": [19, 26, 31, 34, 36], "clarifi": 65, "clariti": 70, "class": [17, 27, 30, 44, 45, 47, 48, 50, 51, 52, 53, 55, 56, 57, 65, 70, 73, 77], "class0": [78, 79], "class1": [78, 79], "class_nam": [47, 53], "class_to_index": [78, 79], "class_val": 53, "class_valu": 53, "classic": [30, 51, 53, 57, 79], "classif": [44, 47, 49, 50, 51, 52, 55, 56, 65, 66, 68, 72, 73, 74, 77], "classifi": [44, 45, 48, 51, 53, 54, 55, 73, 79], "classificaton": 45, "classifii": 54, "claus": [18, 20, 32, 35, 37], "clean": 45, "clear": [45, 49, 54, 56, 57, 76], "clearli": [44, 47, 49, 50, 51, 52, 70, 74, 75, 77, 78, 79], "clever": [45, 54], "clf": [44, 50, 52, 53, 54, 73, 74], "clf3": 44, "clf_lasso": 50, "clf_ridg": 50, "cli": 59, "click": [27, 41], "clip": [47, 70, 76, 78, 79], "clock": 76, "clone": [59, 71], "close": [27, 44, 45, 46, 48, 50, 52, 53, 55, 56, 57, 58, 62, 70, 72, 73, 75, 76, 77, 79, 80], "closer": [47, 49, 57, 74, 75, 76], "closest": [52, 55, 57, 58], "closur": [66, 73], "cloud": [66, 73], "cluster": [44, 45, 48, 50, 55, 66, 73, 77, 78, 79], "cluster_label": 58, "cm": [24, 45, 46, 47, 50, 52, 57, 75, 76], "cmap": [24, 44, 45, 46, 47, 48, 50, 52, 53, 54, 73], "cmap_arg": 50, "cmd": [53, 59], "cn_": 70, "cnn": [56, 79, 80], "cnn_kera": 47, "cntk": [66, 73], "co": [44, 46, 47, 50, 53, 57, 73, 77, 78], "code": [6, 8, 16, 17, 18, 20, 23, 25, 26, 27, 31, 32, 35, 37, 41, 42, 44, 47, 48, 50, 51, 52, 62, 63, 65, 66, 67, 70, 72], "codec": [25, 26], "coef": [44, 73], "coef0": 52, "coef_": [44, 49, 50, 52, 53, 57, 60, 73, 74, 75, 76], "coeff": 49, "coeffici": [44, 47, 49, 50, 51, 52, 53, 57, 62, 67, 73, 74, 76, 77, 78, 79], "coerc": [44, 50, 73, 77, 78], "coin": [54, 70], "coin_toss": 54, "col": [44, 55, 73, 74], "colab": [65, 66, 73], "cold": [24, 53], "colinear": [], "collabor": [64, 68], "collaps": 52, "collect": [20, 41, 46, 50, 54, 55, 61, 66, 70, 72, 73, 77, 78, 80], "collinear": [49, 74, 75], "color": [24, 44, 47, 48, 50, 52, 53, 54, 70, 76], "color_channel": 47, "color_cod": 50, "colorbar": [45, 50, 64], "colsample_bytre": 54, "colsaobject": 54, "column": [44, 45, 46, 49, 50, 51, 52, 53, 55, 56, 60, 61, 62, 63, 67, 73, 74, 75, 76, 77, 78, 79, 80], "columntransform": 53, "com": [25, 31, 33, 36, 48, 50, 59, 60, 63, 64, 65, 66, 68, 72, 73, 75, 76, 77, 78, 79, 80], "combin": [30, 45, 46, 49, 50, 51, 54, 59, 62, 70, 77, 78], "come": [30, 44, 45, 47, 48, 49, 56, 57, 58, 59, 73, 74, 75, 76, 79, 80], "comfort": 29, "command": [23, 30, 44, 45, 59], "comment": [44, 48, 49, 50, 64, 68], "commerci": [44, 66, 68, 73], "commit": [20, 59], "commod": [44, 73], "common": [44, 45, 47, 49, 50, 51, 53, 55, 57, 58, 60, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "commonli": [44, 45, 48, 50, 51, 53, 57, 58, 74, 76, 77, 78, 79], "commonmark": 22, "commun": [44, 56, 59, 68, 79, 80], "commut": 47, "commutatitav": 47, "compact": [44, 45, 47, 49, 50, 51, 53, 55, 56, 57, 58, 65, 73, 74, 77], "compair": 44, "compar": [44, 47, 48, 49, 50, 55, 57, 62, 67, 68, 73, 74, 75, 76, 77, 78, 80], "comparison": [30, 46, 48, 57], "compat": [29, 30, 51, 78, 79], "compens": 76, "compet": 44, "competit": 54, "compil": [44, 45, 47, 48, 57, 66, 67, 73], "compl": 65, "complet": [44, 46, 47, 48, 53, 56, 59, 60, 61, 62, 63, 64, 65, 73, 79], "completenn": [56, 79], "complex": [45, 49, 52, 53, 55, 56, 57, 60, 63, 73, 75, 76, 77, 78], "complianc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "complic": [44, 45, 53, 57, 68, 73, 75, 76, 77, 78], "compoment": 74, "compon": [44, 45, 47, 48, 49, 50, 51, 53, 58, 60, 66, 73, 74, 75, 77, 79, 80], "components_": 55, "compos": [53, 56, 57, 58, 66, 73, 79, 80], "compphys": [44, 50, 60, 64, 66, 68, 69, 71, 72, 73, 74, 75, 78, 79], "compress": [44, 73, 74], "compris": 50, "compromis": [49, 74, 75], "compulsori": [66, 73], "comput": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 61, 62, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 79, 80], "computation": [44, 47, 50, 53, 57, 70, 73, 75, 76, 80], "computationalscienceuio": 73, "computerlab": 68, "concaten": [46, 48, 50, 58, 78, 79], "concav": [45, 57, 74, 75], "concentr": 54, "concept": [44, 46, 66, 73, 74], "conceptu": [56, 57, 75, 79, 80], "concern": [44, 45, 48, 51, 73, 75, 78, 79], "concic": 73, "conclud": [44, 49, 57, 76], "conclus": 45, "cond": 46, "conda": [44, 45, 66, 68, 73], "condis": 74, "condit": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 46, 48, 49, 50, 52, 53, 55, 57, 70, 73, 74, 76, 77], "conduct": 66, "condwav": 46, "confid": [44, 49, 50, 51, 52, 63, 73, 74, 78, 79], "configur": 47, "confirm": [49, 56, 65, 79], "conform": 43, "confus": [49, 50, 51, 54, 67, 74, 77], "confusion_matrix": 53, "congruenti": 70, "conjug": [48, 52], "conjugaci": 57, "conjunct": 47, "connect": [19, 26, 31, 34, 36, 44, 45, 47, 48, 53, 55, 56, 57, 67, 73, 74, 75, 79, 80], "consensu": 76, "consequ": [49, 50, 52, 54, 56, 57, 74, 75, 76, 77], "consequenti": [16, 18, 31, 32, 35, 37, 42], "conserv": [49, 58, 74, 75], "consid": [30, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 60, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "consider": [44, 45, 49, 57, 73, 74, 75, 77], "consist": [30, 45, 46, 47, 48, 50, 56, 57, 68, 70, 74, 75, 77, 78, 79, 80], "consol": 27, "const": 29, "constant": [30, 44, 46, 48, 49, 50, 52, 56, 57, 60, 62, 70, 73, 74, 75, 76, 79, 80], "constitu": [44, 73], "constitut": [46, 50, 77, 78], "constrain": [45, 47, 49, 51, 55, 75, 78], "constraint": [49, 50, 52, 57, 74, 75, 77], "construct": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 67, 70, 73, 74, 77, 79], "constructor": 29, "consum": 76, "contact": [44, 73], "contain": [17, 25, 29, 41, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 62, 63, 65, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "contemporari": 73, "content": [21, 22, 23, 27, 41, 45, 59, 64, 66, 67, 73, 75, 76], "context": [50, 54, 57, 68, 75, 76, 77, 78, 80], "contigu": [30, 67], "contin": 63, "continu": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80], "contour": [53, 54, 57], "contourf": [52, 53, 54], "contract": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "contrast": [45, 48, 53, 54, 56, 73, 76, 79, 80], "contribut": [20, 44, 47, 49, 57, 62, 70, 73, 74, 75, 76], "contributor": [16, 18, 20, 25, 31, 32, 35, 37, 42, 44, 68], "control": [44, 45, 47, 53, 57, 59, 66, 73], "conv": [47, 48], "conv2d": [47, 48], "conv2dtranspos": 48, "convei": 73, "conveni": [30, 49, 50, 56, 57, 67, 68, 73, 75, 76, 77, 79], "convent": [56, 74], "converg": [45, 46, 48, 49, 52, 57, 58, 62, 74, 75, 80], "convergencewarn": [], "convers": [64, 76], "convert": [23, 41, 44, 45, 48, 49, 53, 55, 57, 67, 73, 74, 75, 78, 79], "converttomatrix": 48, "convex": [48, 49, 51, 74, 78, 79], "convinc": [57, 75], "convolut": [45, 48, 66, 73], "cool": [48, 53], "coolwarm": [24, 50], "coordin": [20, 49, 56, 58, 74, 75, 76, 79], "coorel": [], "copi": [19, 26, 30, 31, 34, 36, 44, 45, 58, 59, 74, 78, 79], "copyright": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "core": [20, 54], "corel": 73, "coronari": [51, 78], "corr": [49, 51, 55, 74, 79], "correalt": [55, 66], "correct": [44, 45, 46, 47, 48, 49, 51, 57, 59, 63, 64, 65, 67, 70, 73, 74, 75, 77, 78, 79], "correctli": [45, 46, 50, 51, 54, 62, 63, 65, 68, 77, 78], "correl": [44, 45, 47, 49, 50, 51, 54, 56, 57, 66, 70, 73, 75, 76, 77, 80], "correlation_matrix": [49, 51, 55, 74, 79], "correspond": [30, 44, 47, 49, 50, 52, 53, 55, 56, 66, 67, 68, 70, 73, 74, 75, 77, 79, 80], "cortex": [56, 79, 80], "cosin": [47, 50, 77, 78], "cost": [44, 46, 47, 49, 50, 51, 52, 53, 56, 57, 60, 61, 62, 63, 65, 68, 73], "cost_deep_grad": 46, "cost_funct": 46, "cost_function_deep": 46, "cost_function_deep_grad": 46, "cost_function_grad": 46, "cost_grad": 46, "cost_histori": [], "cost_ol": [], "cost_ridg": [], "cost_sum": 46, "costli": 76, "costol": [57, 76], "could": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "coulomb": [44, 73], "count": [44, 53, 59, 68, 69, 70, 71, 73], "counter": 68, "counteract": 76, "counterpart": 73, "countor": 57, "coupl": [30, 48, 49, 50, 65, 77], "cours": [44, 45, 47, 49, 55, 59, 60, 61, 63, 64, 65, 68, 71, 74, 77, 78], "coursework": 59, "courvil": [72, 73, 74, 76], "cov": [49, 50, 55, 67, 70, 73, 74, 77], "cov_xi": [49, 55, 74], "cov_xx": [49, 55, 74], "cov_yi": [49, 55, 74], "covari": [44, 51, 66, 67, 73, 75, 79], "covariance_matrix": [49, 55, 58], "cover": [44, 49, 66, 68, 71, 72, 74, 75, 77], "covert": [44, 73], "covxi": 70, "covxx": 70, "covxz": 70, "covyi": 70, "covyz": 70, "covzz": 70, "cpu": 45, "cqofi41lfdw": 80, "craft": 47, "crash": 76, "creat": [24, 27, 41, 45, 47, 48, 49, 53, 54, 55, 56, 59, 62, 63, 65, 66, 73, 76, 78, 79, 80], "create_biases_and_weight": 45, "create_convolutional_neural_network_kera": 47, "create_lay": 65, "create_layers_batch": 65, "create_neural_network_kera": 45, "create_x": [49, 55], "creation": 30, "credit": [29, 44, 51, 71, 73, 78, 79], "crim": [], "crime": [], "criteria": [44, 48, 53, 54, 58, 70, 73], "criterion": [53, 54, 57, 62, 75, 76, 80], "critic": [50, 68, 74], "critiqu": 68, "cross": [44, 45, 47, 51, 53, 54, 57, 59, 65, 66, 70, 73, 74, 75, 76], "cross_entropi": [48, 65], "cross_val_scor": [50, 77, 78], "cross_valid": [51, 54, 79], "crossvalid": [50, 77, 78], "crucial": [45, 70, 76], "cs231": 47, "csr_matrix": [67, 73], "css": 29, "csv": [44, 48, 50, 51, 53, 77, 78, 79], "ctnk": 45, "cube": 80, "cubic": 44, "culprit": 30, "cumbersom": [49, 77], "cumprod": 30, "cumsum": [30, 54, 55, 73], "cumul": [51, 54, 70, 76], "cumulative_heads_ratio": 54, "cup": 49, "current": [30, 45, 46, 47, 48, 57, 58, 59, 60, 72, 75, 76, 78, 79], "curs": [44, 74], "curv": [50, 51, 54, 56, 68, 78, 79], "curvatur": [57, 75, 76], "custom": [27, 50, 58], "custom_cmap": [53, 54], "custom_cmap2": [53, 54], "custom_lin": 24, "cutpoint": 53, "cv": [50, 51, 54, 77, 78, 79], "cvxbook": [57, 75], "cvxopt": [49, 52, 74], "cybenko": 80, "cycl": [45, 56, 79, 80], "cycler": 24, "d": [23, 30, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 63, 64, 65, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "d1": 30, "d166a3": 4, "d2": 30, "d2_g_t": 46, "d2a8ff": [6, 7], "d4d0ab": 0, "d71835": 3, "d9dee3": 8, "d_f": [57, 75], "d_g_t": 46, "d_net_out": 46, "da": [47, 80], "dagger": [49, 67, 74, 75], "dai": [45, 53, 66], "damag": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "damp": 47, "darget": 53, "darkr": 70, "dat": [44, 73], "dat_id": [44, 50, 51, 53, 73, 77, 78], "data": [16, 18, 24, 30, 31, 32, 35, 37, 42, 46, 48, 49, 52, 54, 56, 57, 58, 60, 63, 64, 67, 68, 72, 75, 76, 77], "data1": 58, "data2": 58, "data3": 58, "data4": 58, "data_id": [44, 50, 51, 53, 73, 77, 78], "data_indic": 45, "data_panda": 73, "data_path": [44, 50, 51, 53, 73, 77, 78], "databas": 45, "datafil": [44, 50, 51, 53, 73, 77, 78], "datafram": [44, 48, 49, 51, 53, 55, 73, 74, 79], "datapoint": [45, 49, 50, 51, 55, 57, 60, 75, 76, 77, 78], "datasci": [59, 60, 63], "dataset": [44, 48, 50, 51, 52, 53, 54, 55, 57, 58, 60, 65, 68, 73, 75, 76, 77, 78, 79], "datatyp": 48, "date": [30, 59, 62, 65, 68, 73, 74, 75, 76, 77, 78, 79, 80], "daughter": 54, "davi": [18, 32], "david": [25, 72], "davison": [77, 78], "db": 80, "dbb7ff": 8, "dbh": 45, "dbo": 45, "dcc6e0": [0, 1], "dcomposit": 67, "ddot": 46, "de": [20, 76], "dead": [30, 45], "deadlin": [59, 64, 65], "deal": [19, 26, 31, 34, 36, 44, 45, 47, 49, 50, 52, 55, 57, 58, 63, 67, 70, 73, 74, 75, 76, 80], "dealt": 44, "debt": [51, 78, 79], "debug": [44, 49, 50, 74, 75, 76, 77, 78], "debugg": 17, "decad": [44, 47, 76], "decai": [44, 57, 70, 73], "decemb": [71, 73], "decent": 54, "decid": [44, 46, 47, 49, 50, 53, 62, 74, 75, 76, 77, 78], "decim": [44, 73], "decis": [44, 45, 52, 55, 66, 72, 73], "decision_funct": 52, "decision_tre": 53, "decisiontreeclassifi": [53, 54], "decisiontreeregressor": [44, 53, 54], "declar": [44, 48, 64, 67, 73], "declare_namespac": 17, "decompos": [49, 50, 67, 74, 75, 80], "decomposit": [44, 50, 56, 73, 79, 80], "decompost": [49, 74, 75], "deconvolut": 47, "decorrel": [54, 57, 76], "decreas": [45, 46, 48, 49, 50, 54, 55, 57, 63, 75, 76, 77, 78], "dedic": 64, "deduc": [44, 73], "deep": [47, 51, 56, 57, 66, 72, 74, 75], "deep_neural_network": 46, "deep_param": 46, "deep_tree_clf": [53, 54], "deep_tree_clf1": 53, "deep_tree_clf2": 53, "deepen": [49, 66, 73], "deeper": [44, 47, 48, 73], "deeplearningbook": [72, 73, 75, 76], "deer": 47, "def": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 60, 61, 65, 70, 73, 74, 75, 76, 77, 78, 79, 80], "def_covari": 70, "default": [6, 23, 29, 30, 44, 45, 46, 48, 50, 51, 67, 73, 74, 78, 79], "default_tim": 48, "defect": [49, 74, 75], "defici": [49, 74, 75], "defin": [17, 23, 27, 30, 41, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 65, 67, 68, 70, 74, 75, 76, 77, 78, 79], "definit": [28, 45, 46, 49, 50, 51, 52, 54, 55, 56, 57, 67, 70, 74, 75, 76, 77, 78, 79], "defint": 70, "degre": [47, 49, 50, 52, 53, 54, 55, 59, 60, 63, 64, 68, 70, 73, 75, 76, 77, 78], "deisenroth": 74, "del": 45, "delet": [50, 59], "delimit": [27, 29, 48], "deliv": [59, 68, 69, 73], "delta": [44, 46, 47, 50, 52, 56, 57, 58, 73, 76, 80], "delta_": [45, 67, 80], "delta_0": [47, 80], "delta_1": [47, 80], "delta_2": [47, 80], "delta_2a_1": 80, "delta_3": 47, "delta_4": 47, "delta_5": 47, "delta_h": [44, 45, 73], "delta_i": 80, "delta_j": [47, 56, 80], "delta_k": [56, 80], "delta_l": [45, 47], "delta_momentum": [57, 76], "delta_n": [44, 47, 73], "delug": 66, "delv": 44, "demand": [57, 75], "demonstr": [44, 47, 49, 50, 51, 55, 56, 63, 66, 73, 74, 75, 76, 77, 78, 79], "demystifi": [79, 80], "den": 48, "denomin": [45, 49, 76], "denot": [45, 46, 50, 51, 57, 70, 75, 76, 78, 79], "dens": [45, 47, 48], "densiti": [44, 46, 50, 70, 77, 78], "depart": [71, 73, 74, 75, 76, 77, 78, 79, 80], "depend": [22, 44, 45, 46, 48, 49, 50, 51, 52, 55, 56, 57, 59, 60, 66, 67, 68, 70, 73, 74, 75, 76, 78, 79, 80], "depict": 70, "deploy": [44, 66, 68, 73], "depth": [21, 44, 47, 53, 54, 67, 77], "der": 37, "deriv": [16, 18, 31, 32, 35, 37, 44, 45, 46, 50, 51, 52, 54, 55, 57, 62, 66, 68, 73, 78, 79], "derivati": 57, "derivative_fn": 57, "derivb1": 80, "derivb2": 80, "derivw1": 80, "derivw2": 80, "descend": [49, 53, 55, 74, 75], "descent": [44, 45, 47, 51, 52, 56, 73, 74, 78, 80], "describ": [44, 46, 48, 49, 50, 52, 54, 55, 56, 57, 63, 64, 67, 68, 73, 76, 77, 79, 80], "descript": [44, 52, 53, 64, 68, 73], "design": [25, 31, 43, 44, 45, 47, 48, 49, 50, 51, 54, 55, 56, 57, 61, 62, 68, 73, 75, 76, 77, 78, 79, 80], "designmatrix": [44, 73], "desir": [44, 46, 48, 49, 57, 58, 73, 74, 75, 76], "desktop": 59, "despit": [45, 56, 76, 79], "destroi": 67, "det": [49, 67, 74, 75], "detail": [23, 27, 41, 44, 50, 55, 57, 58, 62, 65, 67, 68, 74, 75, 76], "detect": [47, 52, 56, 79, 80], "determin": [44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 62, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "determinist": [51, 57, 70, 75, 76, 78, 80], "deternin": 80, "dev": [45, 68], "develop": [30, 31, 44, 47, 49, 52, 54, 55, 56, 66, 67, 68, 73, 74, 79, 80], "deviat": [30, 44, 45, 46, 48, 49, 50, 61, 62, 63, 68, 70, 73, 74, 76, 77, 78], "devis": [56, 79, 80], "df": [48, 52, 55, 57, 73, 80], "df1": 73, "di": [], "diag": [49, 52, 74, 75, 76], "diagnost": [45, 54], "diagon": [44, 49, 51, 57, 62, 63, 67, 70, 73, 74, 75, 76, 78, 79], "diagonaliz": [49, 74, 75], "diagram": 54, "diagsvd": 50, "dice": [50, 70, 77], "dict": [50, 52], "dictionari": [], "did": [30, 44, 45, 49, 50, 51, 54, 55, 58, 60, 68, 73, 77, 78, 79], "die": 45, "diff": [46, 80], "diff1": 46, "diff2": 46, "diff_ag": 46, "diffeent": 52, "differ": [22, 27, 28, 41, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 80], "different": 80, "differenti": [44, 47, 60, 65, 66, 67, 73, 74, 75, 79], "difficult": [44, 45, 50, 54, 57, 70, 73, 76, 77, 78], "difficulti": [44, 45, 57, 73, 75, 76], "diffonedim": 46, "digit": [44, 45, 47, 48, 50, 71, 73], "digress": 80, "dilemma": [57, 76], "dilut": 45, "dim": [48, 55, 58, 67], "dimens": [44, 45, 46, 47, 48, 49, 52, 55, 58, 60, 67, 73, 74, 75, 80], "dimension": [44, 48, 49, 50, 53, 55, 57, 58, 63, 66, 67, 68, 73, 74, 75, 76, 77], "dimensionless": [44, 47, 73], "diment": 67, "diminish": 76, "dimnsion": 48, "diod": 47, "direct": [16, 18, 23, 31, 32, 35, 37, 42, 44, 45, 46, 48, 55, 56, 57, 58, 73, 74, 75, 76, 79, 80], "directli": [28, 45, 48, 49, 50, 62, 70, 74, 75], "directori": [17, 30], "disadvantag": [44, 73, 76], "disappear": [30, 47, 50, 77], "disc_loss": 48, "disc_tap": 48, "discard": [50, 55, 76, 77, 78], "disciplin": [44, 47, 56, 79, 80], "disclaim": [16, 18, 31, 32, 35, 37, 42, 70], "discontinu": 80, "discord": [65, 73], "discourag": [57, 59, 75], "discov": [44, 73], "discover": 49, "discret": [45, 47, 49, 51, 57, 78, 79], "discrimin": [48, 51, 54, 55, 78, 79], "discriminator_loss": 48, "discriminator_loss_list": 48, "discriminator_model": 48, "discriminator_optim": 48, "discuss": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 63, 64, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 80], "diseas": [51, 78, 79], "disguis": [50, 74, 76], "disk": 76, "disord": [45, 51, 78, 79], "dispai": [79, 80], "displai": [23, 29, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 68, 70, 73, 74, 76, 77, 78, 79, 80], "displaystyl": [44, 49, 61, 73, 74, 75, 76], "disregard": [44, 73], "dissimilar": [55, 58], "dist": 58, "distanc": [52, 53, 55, 58, 70], "distance_list": 53, "distinct": [47, 51, 52, 53, 54, 58, 78, 79], "distinctli": 52, "distinguish": [44, 48, 51, 52, 70, 73, 79], "distplot": [], "distribut": [16, 18, 19, 20, 26, 31, 32, 34, 35, 36, 37, 41, 42, 44, 45, 48, 50, 51, 54, 55, 57, 58, 62, 63, 65, 66, 67, 68, 73, 74, 75, 76, 78], "distrubut": [44, 66, 68, 73], "div": [27, 29], "dive": [44, 52, 67, 73], "diverg": [45, 57, 75, 76], "divid": [30, 44, 45, 47, 49, 50, 51, 52, 53, 55, 56, 62, 63, 70, 73, 74, 76, 77, 78, 79, 80], "divis": [30, 50, 52, 53, 57, 62, 67, 70, 76, 77, 78, 80], "dl": 28, "dm": 30, "dna": [51, 78, 79], "dnn": [44, 45, 46, 48, 56, 73, 79, 80], "dnn1": 48, "dnn2_gru2": 48, "dnn_kera": 45, "dnn_model": 45, "dnn_numpi": 45, "dnn_scikit": [44, 45, 73], "do": [19, 22, 24, 26, 31, 34, 36, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 67, 68, 73, 74, 75, 77, 78, 80], "doc": [29, 44, 59, 60, 63, 66, 68, 69, 71, 72, 73], "document": [16, 18, 19, 21, 22, 23, 24, 26, 29, 30, 31, 32, 34, 35, 36, 37, 41, 42, 48, 57, 59], "docutil": 34, "doe": [21, 29, 30, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 59, 60, 61, 62, 63, 65, 67, 68, 70, 73, 76, 77, 78, 80], "doesn": [29, 47, 53, 56, 73, 76, 80], "dog": [45, 47, 48], "dollar": [24, 29], "domain": [30, 49, 52, 57, 68, 75, 77], "domcontentload": 29, "domin": [44, 73], "don": [44, 45, 47, 49, 50, 52, 55, 57, 59, 60, 65, 66, 68, 73, 74, 76], "done": [17, 29, 30, 44, 46, 47, 48, 49, 50, 53, 54, 55, 57, 60, 64, 67, 68, 73, 74, 75, 76, 77, 78, 80], "dot": [44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 62, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "doubl": [47, 48, 60, 67, 73], "doubli": 45, "doubt": 68, "down": [30, 44, 47, 50, 53, 55, 56, 57, 75, 76, 79], "download": [41, 44, 45, 47, 49, 50, 59, 64, 67, 72, 73], "downsampl": 47, "dozen": 45, "dq": [50, 77], "draft": 64, "drag": 57, "dragon": 27, "dramat": 55, "drastic": 48, "draw": [48, 50, 54, 57, 75, 77, 78], "drawback": [44, 45, 47, 57, 74, 75, 76], "drawn": [45, 48, 50, 51, 55, 70, 73, 77, 78, 79], "drive": [47, 48, 65], "driven": 47, "drop": [44, 45, 49, 50, 55, 57, 70, 73, 74, 75, 77], "dropna": [44, 50, 73, 77, 78], "dropout": 48, "dt": [46, 47, 57, 70, 80], "dtype": [30, 44, 45, 47, 48, 58, 67, 73, 78, 79, 80], "dual": 31, "dub": [44, 73], "duboi": 30, "due": [45, 46, 49, 50, 52, 54, 56, 57, 62, 71, 73, 74, 75, 76, 77, 78, 79, 80], "dugard": 30, "dummi": [], "dure": [30, 44, 45, 47, 48, 52, 53, 55, 64, 66, 68, 73, 76, 77, 78, 79], "dwell": [], "dwh": 45, "dwo": 45, "dx": [46, 47, 52, 70, 80], "dx_1": 70, "dx_1p": [50, 77], "dx_2p": [50, 77], "dx_mp": [50, 77], "dx_n": 70, "dxp": [50, 77], "dy": [45, 52, 70], "dynam": 48, "dz": 52, "e": [29, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "e1e1e1": 13, "e_": [44, 46, 73], "e_z": 65, "each": [20, 30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 66, 67, 69, 70, 71, 73, 74, 75, 76, 77, 79, 80], "eager": 77, "eapprox": [44, 73], "earli": [45, 57, 76], "earlier": [30, 44, 49, 51, 52, 53, 55, 56, 57, 63, 64, 65, 73, 74, 78, 79, 80], "earthexplor": 50, "eas": [50, 53, 58, 77], "easi": [29, 30, 44, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 65, 66, 67, 73, 74, 75, 76, 77, 78, 79, 80], "easier": [41, 49, 50, 52, 53, 57, 59, 64, 65, 68, 70, 73, 74, 75, 77, 78], "easiest": [57, 62, 78, 79], "easili": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "eastern": [71, 73], "ebind": [44, 73], "eblock": 53, "ec8e2c": 7, "econom": 31, "econometr": 73, "economi": 49, "ecosystem": [22, 66, 73], "ect": 69, "edg": 47, "edgecolor": [50, 77, 78], "edit": [41, 65], "editor": [59, 64], "edu": [20, 57, 68, 75], "educ": [44, 68, 73, 77], "ee6677": 4, "eff": 70, "effect": [25, 45, 48, 54, 57, 60, 61, 62, 70, 76], "effic": 45, "effici": [44, 47, 54, 57, 65, 66, 67, 70, 73, 76, 78, 79, 80], "effort": 63, "efron": [50, 77, 78], "egrad": 57, "eig": [49, 55, 57, 67, 70, 73, 74, 75, 76], "eigen": 70, "eigenpair": [49, 55, 74, 75], "eigenvalu": [44, 49, 52, 55, 57, 67, 73, 74, 75, 76], "eigenvector": [49, 55, 57, 74, 75], "eight": [67, 73], "eigval": [67, 70, 73], "eigvalu": [55, 57, 75, 76], "eigvec": [67, 70, 73], "eigvector": [55, 57, 75, 76], "eir": [71, 73], "eispack": [67, 73], "either": [17, 45, 49, 50, 51, 52, 53, 54, 55, 57, 62, 63, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "eivind": 71, "eivinsto": 71, "ekstr\u00f8m": 48, "elabor": 70, "elarn": 47, "electr": [44, 47, 56, 73, 79, 80], "electron": 73, "eleg": 55, "element": [45, 46, 47, 48, 49, 50, 51, 52, 55, 56, 57, 63, 64, 65, 66, 67, 68, 72, 74, 76, 77, 78, 79, 80], "elementari": [54, 57, 67, 80], "elementwis": [47, 57], "elementwise_grad": [46, 57], "elessar": 73, "elif": 58, "elim": 67, "elimin": [47, 52], "elin": [71, 73], "ell_": [], "ellipsi": 60, "els": [17, 27, 45, 47, 48, 51, 53, 56, 57, 60, 67, 78, 79], "elu": 45, "elus": [44, 73], "em": 27, "email": [64, 65, 69, 71, 73], "emb": 24, "embark": 80, "embed": [44, 55, 74], "embodi": [50, 68, 77, 78], "emit": 70, "emner": 72, "emph": 76, "emphas": [44, 54, 66, 73], "emphasi": [44, 66, 72, 73], "empir": [45, 55, 70], "emploi": [44, 45, 49, 50, 55, 57, 70, 73, 74, 75, 77], "employ": 44, "empti": [50, 54, 59, 77, 78], "emul": [56, 79, 80], "en": [66, 68, 72], "enabl": [55, 76], "enbodi": [50, 77], "encod": [25, 44, 47, 49, 53, 55, 58, 73, 74, 75, 78, 79], "encompass": [44, 68, 70], "encount": [44, 45, 49, 51, 57, 59, 65, 68, 70, 73, 74, 75, 76, 78, 79], "encourag": [59, 68], "end": [24, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 64, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "endblock": 40, "endfor": 40, "endif": 40, "endors": [16, 18, 31, 32, 35], "endpoint": [47, 50], "energi": [44, 48, 50, 77, 78], "enforc": [56, 79, 80], "eng": 72, "engin": [29, 44, 45, 47, 48, 66, 73], "english": [41, 68], "enjoi": 76, "enocurag": 68, "enorm": 47, "enough": [44, 50, 57, 73, 75, 76, 77], "ensembl": [45, 53, 73], "ensur": [17, 44, 45, 46, 47, 49, 50, 55, 57, 62, 70, 74, 75, 76, 77, 78, 80], "entail": 73, "enter": [49, 50, 74, 75, 76], "enthought": [44, 66, 68, 73], "entir": [20, 45, 47, 51, 53, 65, 66, 70, 73, 76, 78], "entireti": 20, "entiti": [53, 56, 67, 73], "entri": [30, 41, 44, 49, 52, 55, 56, 67, 73, 74, 76, 77], "entropi": [45, 47, 51, 54, 57, 65, 73, 75, 76], "enumer": [44, 45, 46, 47, 48, 50, 52, 65, 73, 74, 76, 78, 79], "env": 70, "environ": [46, 65, 66, 68, 73], "environemnt": 59, "eo": [44, 50, 77, 78], "eol": 44, "eosfit": 44, "epoch": [44, 45, 47, 48, 56, 57, 65, 73, 76, 78, 79], "eppstein": 25, "epsilon": [44, 49, 50, 51, 57, 68, 73, 74, 75, 76, 77, 78, 79, 80], "epsilon_": [44, 73], "epsilon_0": [44, 73], "epsilon_1": [44, 73], "epsilon_2": [44, 73], "epsilon_i": [44, 73, 74], "eq": [47, 57, 58, 67, 70, 75], "eqnarrai": [47, 49, 50, 77], "equal": [44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 60, 62, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80], "equat": [29, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 61, 63, 67, 70, 73, 76, 77], "equilibrium": [46, 56, 79, 80], "equiv": [47, 57, 67, 70, 75, 76], "equival": [30, 44, 45, 49, 51, 52, 55, 57, 66, 67, 73, 74, 75, 76, 77], "equivel": [63, 65], "eras": 30, "erf": 70, "eriador": 73, "eric": [0, 1, 2, 3, 15, 30], "err": [44, 54], "err_": [50, 77, 78], "err_sqr": 46, "errat": [57, 75, 76], "erron": 46, "error": [29, 45, 46, 48, 49, 50, 51, 53, 55, 56, 57, 59, 60, 61, 62, 63, 65, 66, 67, 68, 70, 76, 79, 80], "error_estimate_corr_tim": 70, "error_hidden": 45, "error_output": 45, "escap": [24, 29, 38, 39, 40, 57, 75, 76], "escapehtml": 27, "especi": [45, 47, 53, 56, 57, 59, 62, 68, 76, 79, 80], "essenti": [44, 49, 50, 53, 54, 56, 58, 59, 68, 70, 74, 75, 76, 79, 80], "establish": [44, 50, 54, 55, 60, 68], "estim": [44, 45, 49, 50, 51, 54, 55, 57, 66, 70, 73, 74, 75, 76, 78, 79], "estimated_mse_fold": [50, 77, 78], "estimated_mse_kfold": [50, 77, 78], "estimated_mse_sklearn": [50, 77, 78], "et": [44, 46, 48, 60, 61, 64, 72, 73, 74, 75, 77, 78, 79, 80], "eta": [44, 45, 47, 52, 56, 57, 62, 73, 75, 76, 80], "eta0": [52, 57], "eta_": 57, "eta_j": 76, "eta_t": [57, 76], "eta_v": [44, 45, 47, 73], "etc": [24, 44, 45, 47, 49, 51, 52, 53, 55, 56, 57, 58, 66, 67, 68, 70, 74, 75, 76, 78, 79], "ethic": 66, "etsim": 77, "euclidean": [44, 58, 74, 76], "euler": 29, "evalu": [44, 46, 47, 48, 49, 50, 53, 57, 59, 60, 61, 63, 65, 68, 70, 73, 74, 75, 76, 77, 78, 79], "evalut": [57, 68], "even": [16, 18, 30, 31, 32, 35, 37, 42, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 66, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "evenli": 48, "event": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 49, 51, 54, 70, 77, 78], "eventu": [30, 44, 49, 50, 55, 56, 57, 68, 71, 74, 75, 76, 77, 78, 79, 80], "everi": [44, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 58, 59, 65, 66, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "everyth": [30, 48, 56, 60, 62, 65, 80], "everywher": [30, 48, 57, 75], "evolv": 44, "exact": [44, 49, 55, 56, 57, 67, 70, 73, 74, 76, 80], "exactli": [44, 47, 48, 50, 56, 62, 66, 74, 76, 77, 79, 80], "exam": 73, "examin": [50, 77, 78], "exampl": [22, 24, 30, 44, 49, 55, 56, 57, 59, 60, 62, 64, 66, 67, 68, 70, 72], "exce": [45, 56, 57, 76, 79, 80], "exceed": 76, "excel": [44, 45, 48, 49, 54, 64, 68, 73, 74], "except": [17, 30, 47, 48, 50, 52, 53, 67], "excess": [44, 73], "exchang": 76, "excit": 44, "exclud": [45, 50, 56, 68, 74, 76, 77, 78, 79], "exclus": [44, 45, 47, 50, 70, 73, 77, 78], "execut": [23, 41, 46, 49, 57, 59, 74, 75, 76], "exemplari": [16, 18, 31, 32, 35, 37, 42], "exemplifi": [57, 76], "exercic": [71, 73], "exercis": [49, 66, 68, 69, 71, 73, 75, 76, 77, 78, 79], "exhaust": [30, 50, 76, 77, 78], "exhibit": [44, 49, 50, 52, 73, 74, 77], "exist": [44, 45, 46, 47, 49, 50, 51, 52, 53, 57, 63, 67, 68, 73, 75, 76, 77, 78], "exit": [49, 67, 74, 75], "exp": [44, 45, 46, 49, 50, 51, 52, 54, 55, 56, 57, 60, 61, 63, 65, 70, 74, 75, 76, 77, 78, 79, 80], "exp_term": 45, "exp_z": [78, 79], "expand": [49, 51, 55, 57, 75, 78, 79], "expans": [44, 47, 49, 52, 54, 56, 57, 73, 74, 75, 80], "expect": [30, 44, 45, 49, 50, 51, 55, 56, 57, 59, 62, 66, 68, 73, 74, 76, 78, 80], "expectation_value_of_h_wrt_p": 70, "expens": [50, 54, 57, 60, 75, 76], "experi": [44, 45, 50, 52, 57, 59, 66, 68, 73, 74, 75, 76, 77, 78], "experiment": [30, 44, 48, 50, 53, 70, 73, 77, 78], "expert": [45, 53], "explain": [44, 50, 53, 54, 55, 57, 60, 63, 68, 73, 75, 78, 79], "explained_variance_ratio_": 55, "explan": 41, "explanatori": [44, 73], "explicit": [17, 44, 47, 50, 57, 67, 68, 73, 74, 75, 76], "explicitli": [44, 48, 65], "explod": [45, 80], "exploit": [44, 47, 56, 57, 73, 76, 79, 80], "explor": [45, 48, 50, 52, 57, 62, 66, 68, 73, 75, 76], "expon": 45, "exponenti": [44, 45, 49, 50, 54, 57, 70, 73, 75, 80], "export": [53, 59, 60, 63, 64, 78, 79], "export_graphviz": 53, "export_text": 53, "exporttext": 53, "expos": 66, "expr": 80, "express": [16, 18, 19, 26, 29, 31, 32, 34, 35, 36, 37, 42, 44, 46, 47, 49, 50, 51, 54, 56, 57, 62, 67, 68, 70, 73, 75, 76, 77], "exptmean": 70, "exptvari": 70, "extend": [17, 29, 30, 44, 46, 51, 55, 57, 66, 73, 76], "extend_path": 17, "extens": [17, 22, 29, 42, 44, 56, 59, 66, 73, 79, 80], "extent": [44, 45, 50, 72, 77, 78], "extern": [30, 47, 50, 53], "extra": [45, 47, 49, 59, 71, 73, 74, 75], "extract": [44, 47, 49, 50, 51, 52, 55, 57, 60, 61, 67, 73, 74, 78, 79, 80], "extrapol": [44, 73], "extrem": [44, 45, 48, 49, 50, 51, 52, 53, 57, 59, 60, 67, 74, 75, 76, 78], "extremum": [57, 75], "extrins": 55, "ey": [44, 49, 50, 57, 58, 62, 67, 73, 74, 75, 76], "f": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 61, 62, 63, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "f1": 57, "f11": [44, 73], "f12": [44, 73], "f13": [44, 73], "f1_grad": 57, "f1d": 57, "f2": 57, "f26196": 15, "f2_grad_x1": 57, "f2_grad_x1_analyt": 57, "f2_grad_x2": 57, "f2_grad_x2_analyt": 57, "f2f2f2": 3, "f3": 57, "f3_grad": 57, "f3_grad_analyt": 57, "f4": 57, "f4_grad": 57, "f4_grad_analyt": 57, "f5": 57, "f5_grad": 57, "f5a394": 15, "f5ab35": 0, "f5f5f5": [12, 13], "f6": 57, "f6_for": 57, "f6_for_grad": 57, "f6_grad_analyt": 57, "f6_while": 57, "f6_while_grad": 57, "f7": 57, "f78c6c": 14, "f7_grad": 57, "f7_grad_analyt": 57, "f8": 57, "f8_grad": 57, "f8f8f2": [0, 1], "f9": [44, 57, 73], "f9_altern": 57, "f9_alternative_grad": 57, "f9_grad": 57, "f_": 54, "f_0": [47, 54], "f_1": [54, 57, 75], "f_2": [56, 57, 75, 79], "f_3": [56, 79], "f_d": 70, "f_grad": 57, "f_grad_analyt": 57, "f_i": [44, 50, 56, 60, 77, 78, 79], "f_m": [47, 54], "f_n": 47, "f_vec": 46, "face": [57, 73, 75], "facecolor": [50, 52, 70, 77], "facil": [44, 66], "facilit": [56, 79, 80], "fact": [44, 45, 47, 49, 53, 55, 56, 57, 73, 74, 75, 76], "facto": 76, "factor": [44, 45, 47, 49, 50, 53, 54, 55, 57, 67, 70, 73, 74, 75], "factori": 57, "fad000": 15, "fade": 50, "fae4c2": 2, "fafab0": [53, 54], "fail": [44, 50, 57, 71, 73, 75, 77, 78, 80], "failur": [51, 78, 79], "fairli": [45, 46, 62, 70, 76], "faisal": [60, 74], "fake": 48, "fake_loss": 48, "fake_output": 48, "fall": [52, 53, 69], "fals": [30, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 58, 60, 61, 67, 73, 74, 75, 76, 77, 78, 79], "famili": [44, 51, 52, 70, 74, 76, 78, 79, 80], "familiar": [30, 44, 47, 49, 50, 52, 59, 66, 67, 68, 70, 73, 77, 80], "famou": [50, 56], "far": [44, 47, 48, 49, 50, 52, 55, 56, 57, 58, 60, 64, 65, 73, 74, 75, 76, 79, 80], "fashion": [44, 53, 54, 73, 76], "fast": [29, 45, 47, 50, 54, 56, 57, 66, 70, 73, 75, 76, 77, 78, 80], "faster": [30, 45, 55, 57, 65, 76], "fastest": [57, 67, 75], "fatal": 29, "favor": [51, 76, 78], "favorit": 70, "fc": 47, "fcfcfc": 5, "fdac54": 7, "fdf2e2": 3, "featur": [44, 45, 47, 49, 50, 51, 52, 54, 55, 56, 57, 59, 61, 62, 63, 65, 66, 70, 73, 75, 76, 77, 78, 79, 80], "feature_nam": [45, 51, 53, 65, 79], "feautur": 53, "fed": [45, 80], "feed": [44, 46, 47, 55, 65, 66, 73], "feed_forward": [45, 65], "feed_forward_all_relu": 65, "feed_forward_batch": 65, "feed_forward_out": 45, "feed_forward_train": 45, "feedback": [48, 64, 73], "feeddorward": 48, "feedforward": [45, 48, 56], "feel": [21, 44, 49, 50, 55, 57, 59, 60, 62, 65, 66, 68, 71, 73, 80], "feet": [], "fefef": 2, "fefeff": 15, "felt": 68, "fenc": 27, "fernando": 20, "fetch": [50, 59], "few": [21, 30, 45, 47, 48, 49, 53, 61, 62, 63, 70, 73, 80], "fewer": [44, 53, 55, 63, 73, 76], "ff7b72": 6, "ff9492": 8, "ffa07a": [0, 1], "ffa657": 6, "ffb757": 8, "ffd700": 0, "ffd900": 1, "ffd9002e": [0, 1], "ffffff": [9, 10, 11], "ffnn": [45, 56, 79, 80], "fi": 37, "field": [30, 44, 47, 50, 56, 63, 66, 79, 80], "fieldmask": 30, "fifteen": 80, "fifth": [44, 50, 73], "fig": [24, 44, 45, 46, 47, 48, 50, 51, 56, 57, 58, 68, 73, 78, 79], "fig_id": [44, 50, 51, 53, 73, 77, 78], "figaxi": 70, "figsiz": [24, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 73, 77, 78, 79], "figur": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 60, 66, 68, 73, 74, 75, 76, 77, 78, 79, 80], "figure_id": [44, 50, 51, 53, 73, 77, 78], "figurefil": [44, 50, 51, 53, 73, 77, 78], "file": [17, 19, 20, 21, 23, 26, 30, 31, 34, 36, 37, 44, 48, 49, 50, 51, 53, 59, 64, 65, 68, 73, 77, 78], "file_prefix": 48, "filenam": 73, "fill": [49, 53, 62, 74, 75], "fill_valu": 30, "filter": [47, 48], "final": [29, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 62, 64, 65, 68, 69, 70, 71, 73, 75, 77, 78, 79], "financ": 44, "find": [30, 41, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 65, 66, 68, 70, 73, 74, 75, 76, 78, 79, 80], "fine": [30, 44, 58], "finish": [46, 64, 65], "finit": [47, 49, 50, 56, 57, 61, 70, 74, 75, 77, 78, 79, 80], "finnicki": 59, "fire": 30, "first": [29, 30, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 62, 63, 65, 67, 68, 70, 71, 72, 74, 76, 77, 78, 79], "first_moment": 76, "first_term": 76, "firsteigvector": 55, "fit": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 45, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 61, 62, 63, 68, 70, 74, 76, 77, 78, 79, 80], "fit_beta": 74, "fit_intercept": [44, 49, 50, 60, 74, 75, 76, 77, 78, 79], "fit_mod": 53, "fit_theta": [50, 76], "fit_transform": [44, 50, 52, 53, 55, 59, 63, 77, 78], "fiti": [44, 73], "five": [44, 53, 73, 74, 80], "fix": [24, 44, 47, 48, 50, 54, 55, 56, 57, 68, 73, 77, 78, 79], "flag": [29, 30, 48], "flat": [56, 57, 75, 76], "flatten": [45, 47, 48, 49, 67], "flavor": 22, "flexibl": [45, 50, 52, 54, 56, 73, 76, 77, 78, 79], "flip": [65, 71, 73], "float": [30, 44, 47, 48, 49, 53, 55, 57, 58, 67, 73, 74, 75], "float32": [48, 53], "float64": [30, 48, 67, 73, 79, 80], "flop": [49, 67, 74, 75], "flow": [45, 48, 56, 79, 80], "flower": 65, "fluctuat": [49, 76], "fly": 55, "fm": 44, "fmax": 47, "fmesh": 57, "fn": 51, "focu": [44, 47, 48, 49, 50, 59, 66, 68, 72, 73, 74, 75, 76, 77, 78], "focus": [45, 50, 51, 67, 74, 76, 78, 79], "fold": [50, 53, 68], "folder": [17, 41, 44, 48, 50, 59, 64, 68, 73], "follow": [16, 17, 18, 19, 20, 22, 23, 26, 29, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], "font": [51, 64, 70, 73, 78], "fontdict": 70, "fontsiz": [45, 50, 52, 53, 54, 70], "fontweight": 45, "footprint": [47, 76], "foral": [52, 74, 80], "forc": [30, 44, 49, 50, 54, 55, 74, 75, 76, 80], "forcast": 48, "forcier": 16, "forecast": [48, 56, 79, 80], "forest": [44, 45, 53, 66, 73], "forget": [55, 76], "form": [16, 18, 31, 32, 35, 37, 42, 44, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 60, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "formal": [47, 48, 58, 62, 70, 80], "format": [29, 44, 45, 47, 48, 50, 51, 52, 53, 54, 55, 64, 66, 70, 72, 77, 78, 79], "format_data": 48, "formatstrformatt": [50, 57, 75, 76], "formatt": 41, "formul": [48, 50, 55, 58], "formula": [29, 47, 57, 70, 75, 80], "forth": [48, 56, 79], "fortran": [44, 66, 67, 73], "fortran2003": [66, 73], "fortran2008": 68, "fortran90": 70, "fortun": [44, 55, 74], "forward": [44, 47, 50, 65, 66, 67, 73, 76, 77], "forwardpropag": 80, "found": [20, 45, 46, 48, 49, 50, 56, 57, 63, 64, 65, 68, 73, 74, 76, 77, 78, 79, 80], "foundat": [66, 73], "four": [48, 49, 50, 52, 56, 65, 67, 69, 71, 73, 75, 79, 80], "fourier": [44, 73, 80], "fourierdef1": 47, "fourierdef2": 47, "fourierseriessign": 47, "fourth": [56, 73, 74], "fp": 51, "frac": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "fraction": [53, 78, 79], "frame": [51, 76, 79], "framework": [45, 52, 54, 70], "frank": [49, 55], "frankefunct": [49, 50, 55], "fredli": [65, 71, 73], "free": [19, 26, 31, 34, 36, 44, 50, 55, 57, 59, 60, 62, 65, 66, 67, 68, 70, 71, 72, 73, 80], "freecodecamp": 66, "freedom": [49, 75], "freeli": [44, 68], "freez": 59, "frequenc": [47, 50, 51, 70, 77, 79], "frequent": [44, 52, 53, 57, 75], "frequentist": 66, "fresh": 54, "fridai": [59, 65, 71, 73], "friedman": [50, 63, 68, 72, 73], "friendli": 48, "fro": 68, "frodo": 73, "frog": 47, "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 24, 26, 30, 31, 32, 34, 35, 36, 37, 41, 44, 45, 46, 47, 48, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72], "from_cod": 53, "from_logit": [47, 48], "from_tensor_slic": 48, "front": [44, 48, 49, 73, 74, 75], "frustrat": [30, 59], "fulfil": [46, 49, 56, 74, 75, 79], "full": [45, 47, 49, 51, 53, 54, 57, 65, 70, 73, 74, 75, 78], "full_matric": [49, 74, 75], "fulli": [47, 50, 56, 70, 77, 78, 79, 80], "fullnam": [38, 39, 40], "fun": [66, 73], "func": [46, 65], "function": [22, 27, 30, 46, 47, 48, 49, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67], "functionali": 55, "fundament": [44, 50, 66, 73, 77, 78], "funtion": 46, "furnish": [19, 26, 31, 34, 36], "furthemor": 80, "further": [46, 51, 53, 63, 73, 80], "furthermor": [44, 47, 49, 50, 51, 55, 56, 57, 66, 68, 73, 74, 75, 76, 77, 78, 79], "futur": [44, 48, 52, 53, 73], "fy": [59, 65, 68, 69, 71, 72, 73], "fys4155": 68, "fys5419": [72, 73], "fys5429": [72, 73], "f\u00f8470": [71, 73], "g": [30, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 57, 59, 62, 63, 70, 73, 74, 75, 76, 77, 78, 79], "g0": 46, "g_": [46, 53, 54, 76], "g_0": 46, "g_1": [46, 54], "g_2": [46, 54], "g_3": 80, "g_analyt": 46, "g_dnn_ag": 46, "g_euler": 46, "g_i": [46, 80], "g_j": 80, "g_m": [47, 54], "g_n": 47, "g_re": 46, "g_t": [46, 76], "g_t_d2t": 46, "g_t_d2x": 46, "g_t_dt": 46, "g_t_hessian": 46, "g_t_hessian_func": 46, "g_t_jacobian": 46, "g_t_jacobian_func": 46, "g_trial": 46, "g_trial_deep": 46, "g_vec": 46, "gain": [45, 49, 51, 53, 54, 57, 74, 75], "galleri": [44, 73], "game": 48, "gamge": 73, "gamma": [44, 46, 52, 53, 54, 55, 57, 73, 75], "gamma1": 52, "gamma2": 52, "gamma_": [44, 73], "gamma_0": 54, "gamma_1": 54, "gamma_1x": 54, "gamma_i": [44, 52, 70, 73], "gamma_j": 57, "gamma_k": [57, 75], "gamma_m": 54, "gamma_x": [44, 73], "gap": [52, 76], "gate": [48, 56, 80], "gather": [44, 45, 56, 74, 79, 80], "gaug": [56, 79, 80], "gaussbacksub": 67, "gaussian": [48, 49, 50, 52, 58, 62, 70, 73, 77, 78, 79], "gaussian_point": 58, "gaussian_rbf": 52, "gave": [57, 76], "gavra": 73, "gbc": 73, "gca": [46, 50, 52, 57], "gd": [45, 75, 80], "gd_clf": 54, "gdclassiffiercgain": 54, "gdclassiffierconfus": 54, "gdclassiffierroc": 54, "gdm": 57, "gdregress": 54, "ge": [45, 49, 51, 70, 74, 75, 78], "gen_loss": 48, "gen_tap": 48, "gender": [44, 73], "genener": 48, "gener": [41, 44, 45, 46, 47, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 62, 64, 65, 67, 68, 70, 72, 74, 75, 76, 77], "generaliz": 60, "generallay": [56, 79], "generate_and_save_imag": 48, "generate_binary_data": [78, 79], "generate_imag": 48, "generate_latent_point": 48, "generate_multiclass_data": [78, 79], "generate_simple_clustering_dataset": 58, "generated_imag": 48, "generator_loss": 48, "generator_loss_list": 48, "generator_model": 48, "generator_optim": 48, "genom": 66, "geodes": 55, "geoff": 76, "geometr": [44, 57, 73, 76], "geometri": 49, "georg": 72, "geotif": 50, "geq": [46, 49, 52, 53, 57, 74, 75, 76], "gerard": 30, "geron": [44, 72, 73], "get": [22, 23, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 59, 63, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78], "get_dummi": 53, "get_paramet": 46, "get_split": 53, "get_yaxi": 52, "get_yticklabel": 50, "getmask": 30, "gh": 59, "giant": 76, "gibb": [66, 73], "gif": 48, "gini": 54, "gini_index": 53, "ginvers": 57, "git": [41, 44, 59, 66, 73], "gitcdn": 29, "giter": [57, 76], "github": [20, 44, 64, 66, 68, 69, 71, 72, 73, 74, 80], "gitignor": 59, "gitlab": [29, 44, 59, 66, 68, 73], "gitta": 80, "give": [21, 30, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 58, 62, 63, 66, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "given": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 63, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "glkfgrjhtlnplbx4": 65, "global": [28, 50, 51, 57, 75, 76, 78, 79], "glorot": 45, "gmail": [25, 31, 33, 36], "gnew": 57, "go": [21, 29, 41, 44, 45, 47, 49, 50, 52, 53, 55, 56, 57, 59, 60, 62, 65, 73, 74, 75, 77, 80], "goal": [44, 51, 53, 73, 78, 79], "goe": [44, 45, 46, 49, 50, 57, 58, 59, 63, 67, 73, 74, 75, 76, 77], "goessner": 29, "golden": 57, "gone": [29, 49, 74, 75], "gong": 45, "good": [16, 18, 31, 32, 35, 37, 42, 45, 47, 48, 49, 50, 53, 54, 55, 57, 59, 62, 65, 66, 70, 72, 74, 75, 76, 78, 80], "goodfellow": [48, 72, 73, 74, 75, 78, 79, 80], "googl": [45, 48, 65, 66, 73], "got": [30, 45, 50, 65, 68], "gotten": 73, "gov": 50, "govern": 73, "gp": 72, "gpu": [45, 57, 66, 73, 76], "grad": [46, 57, 65, 76], "grad_analyt": 57, "grad_ol": 62, "grad_ridg": 62, "grade": [68, 69], "gradient": [44, 47, 48, 51, 52, 53, 56, 65, 66, 73, 74, 78], "gradient_desc": 76, "gradient_func": 65, "gradientboostingclassifi": 54, "gradientboostingregressor": 54, "gradients_of_discrimin": 48, "gradients_of_gener": 48, "gradienttap": 48, "gradual": [45, 58], "grai": [20, 48, 50], "granger": 35, "grant": [19, 26, 31, 34, 36], "graph": [45, 53, 55, 56, 57, 60, 64, 75, 76, 79, 80], "graph_from_dot_data": 53, "graphic": [44, 45, 53, 59, 73], "grasp": 44, "gray_r": [45, 47], "grayscal": 47, "great": [49, 57, 59, 65, 75, 76, 80], "greater": [45, 51, 70, 74, 79], "greatli": 57, "greedi": 53, "green": [44, 47, 53, 70], "grei": 48, "grid": [45, 47, 50, 51, 52, 56, 70, 74, 76, 77, 78, 79], "groh": 80, "grossli": [57, 75], "ground": [44, 73], "group": [44, 50, 51, 53, 58, 59, 64, 66, 68, 69, 71, 73, 77], "groupbi": [44, 73], "grow": [45, 47, 53, 54, 76], "growth": [44, 73], "gru": 48, "guarante": [44, 48, 57, 70, 73, 74, 75, 76], "guess": [45, 48, 54, 57, 58, 75, 76], "guestrin": 54, "gui": 59, "guid": [24, 45, 65], "guidelin": [64, 68, 78, 79], "g\u00f6ssner": 29, "h": [44, 45, 49, 50, 52, 57, 59, 63, 65, 70, 71, 72, 73, 74, 75, 76], "h1": 46, "h_": [44, 57, 73, 75, 76], "h_0": 76, "h_1": [46, 57, 75], "h_2": [46, 57, 75], "h_m": 54, "h_t": 76, "ha": [29, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "haanen": [71, 73], "habit": [44, 74], "had": [44, 45, 50, 51, 57, 73, 75, 76, 77, 78], "hadamard": [45, 56, 57, 76, 80], "half": [45, 52, 53, 78, 79, 80], "halv": 54, "hand": [41, 44, 45, 46, 47, 49, 55, 56, 57, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 79], "handi": [47, 68], "handl": [44, 45, 46, 49, 53, 55, 59, 62, 66, 74, 75, 76], "handle_unknown": 53, "handsid": [56, 80], "handwrit": [56, 79, 80], "handwritten": [45, 49], "happen": [45, 46, 47, 48, 49, 50, 54, 57, 70, 74, 75, 76, 79], "hard": [45, 51, 52, 54, 57, 65, 75, 76, 78, 80], "hardcopi": [66, 73], "harder": [44, 45, 63, 65, 74], "harmon": 47, "hash": 76, "hasn": [], "hassl": [44, 66, 73], "hast": [66, 73], "hasti": [44, 50, 60, 61, 63, 64, 68, 72, 73, 74, 77, 78], "hat": [44, 45, 49, 50, 51, 53, 54, 55, 56, 57, 60, 61, 62, 63, 67, 74, 75, 76, 77, 79, 80], "hauser": 20, "have": [20, 23, 29, 30, 31, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "have_sys_un_h": 43, "haven": 45, "he": [51, 78, 79], "head": [29, 48, 54, 70], "header": [44, 73], "heads_proba": 54, "health": [44, 74], "hear": [44, 57, 73, 76], "heart": [44, 51, 73, 78], "heatmap": [44, 45, 47, 51, 61, 64, 73, 79], "heavi": 76, "heavili": 44, "heavisid": 45, "height": [45, 47, 50, 74], "held": [57, 76], "help": [22, 44, 45, 48, 56, 57, 59, 60, 68, 73, 76, 77, 79, 80], "helper": [41, 48, 58, 78, 79], "henc": [44, 49, 50, 52, 53, 54, 56, 57, 73, 74, 75, 76, 77, 78, 79], "henrik": [71, 73], "her": [51, 78, 79], "here": [20, 22, 24, 27, 30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 63, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "hereaft": [44, 52, 56, 73], "herebi": [19, 26, 31, 34, 36], "hermitian": 67, "hessenberg": 67, "hessian": [44, 46, 49, 57, 78, 79], "heterogen": [53, 54], "hex": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "hi": [51, 78, 79], "hidden": [45, 47, 48, 56, 65, 79], "hidden_bia": 45, "hidden_bias_gradi": [45, 80], "hidden_layer_s": [44, 45, 73], "hidden_neuron": 48, "hidden_weight": 45, "hidden_weights_gradi": [45, 80], "hierarch": [49, 74, 75], "high": [44, 45, 46, 47, 48, 49, 50, 53, 54, 55, 57, 58, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78], "higher": [44, 45, 47, 49, 50, 52, 57, 62, 68, 73, 74, 75, 76, 77, 78], "highest": [45, 46, 78, 79], "highli": [44, 47, 48, 54, 63, 66, 67, 72, 73, 74, 75, 76], "highlight": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "highwai": [], "hing": 52, "hint": [57, 59, 60, 65, 74, 75], "hinton": 76, "hip": 66, "hire": 44, "hist": [48, 50, 51, 70, 77, 79], "histogram": [50, 51, 70, 79], "histor": [51, 55, 78], "histori": [41, 47, 48, 56, 59, 76, 79, 80], "hitherto": 49, "hjorth": [71, 73, 74, 75, 76, 77, 78, 79, 80], "hobbi": 70, "hoc": [49, 74, 75], "hoff": 72, "hold": [45, 47, 50, 57, 58, 75, 76, 77], "holder": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 73], "holdgraf_evidence_2014": 22, "home": [], "homepag": [68, 73], "homework": [50, 57, 75, 76], "homogen": [45, 47, 53, 54, 57, 76], "honchar": 46, "hopefulli": [44, 55, 59, 63, 70, 73, 76], "horizont": 55, "horlyk": [71, 73], "hornik": 80, "hors": [47, 51, 73, 78, 79], "hot": [24, 45, 53, 78, 79], "hour": [45, 66, 69, 70, 71, 73, 76, 77], "how": [21, 23, 27, 30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "howev": [16, 18, 31, 32, 35, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "href": 29, "hspace": [44, 48, 52, 54, 70, 73, 80], "hstack": 45, "htf": 73, "html": [24, 29, 44, 60, 64, 65, 66, 68, 69, 71, 72, 73, 74, 75, 76, 80], "http": [25, 29, 30, 31, 44, 47, 48, 50, 57, 59, 60, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], "huang": [44, 73], "huber": [44, 73], "huge": [45, 47, 48, 66, 76], "human": [44, 45, 47, 50, 53, 56, 74, 79, 80], "humid": 53, "hundr": 45, "hungri": 45, "hybrid": 69, "hydrogen": [44, 73], "hyperbol": [45, 48, 56], "hyperparam": 52, "hyperparamat": 80, "hyperparamet": [47, 48, 49, 50, 53, 57, 62, 68, 74, 75, 76, 80], "hyperplan": 55, "h\u00f8rlyk": [71, 73], "i": [0, 16, 17, 18, 19, 20, 21, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 41, 42, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80], "i0": [44, 73], "i1": [44, 50, 52, 56, 73, 74, 76, 79], "i2": [44, 52, 56, 73, 79], "i3": [44, 56, 73, 79], "i5": [44, 73], "i_": [57, 75, 76], "i_1": [49, 50, 77], "i_2": [49, 50, 77], "i_siz": 65, "i_t": 76, "ian": 72, "iayaan2": 65, "ic": [45, 68], "id": [29, 51, 57, 75, 76, 78], "ida": [71, 73], "idea": [30, 44, 45, 46, 47, 48, 50, 53, 54, 56, 57, 64, 67, 68, 74, 75, 76, 77, 78, 79, 80], "ideal": [44, 46, 50, 52, 57, 70, 73, 76, 77, 78, 79], "idem": [50, 77, 78], "ident": [29, 49, 50, 56, 57, 61, 62, 67, 74, 75, 79], "identical": 77, "identifi": [30, 44, 45, 51, 53, 55, 56, 57, 58, 73, 74, 78, 79], "idx": [27, 78, 79], "ieor": 70, "ifi": 72, "ifs": [66, 73], "ignor": [44, 45, 47, 53, 59, 74, 76], "ii": [24, 67, 70], "iii": [67, 73], "ij": [44, 45, 47, 50, 52, 56, 58, 60, 67, 70, 73, 74, 76, 79, 80], "ik": [44, 67, 73, 74], "iki": 37, "ilg3ggewq5u": 80, "ill": 76, "illinoi": 31, "illustr": [49, 51, 54, 56, 57, 58, 64, 66, 73, 78], "ilsvrc": 76, "im": 50, "imag": [24, 45, 47, 48, 50, 53, 55, 56, 58, 72, 73, 79, 80], "image_at_epoch_": 48, "image_batch": 48, "image_height": 47, "image_path": [44, 50, 51, 53, 73, 77, 78], "image_width": 47, "imageio": 50, "imagenet": 76, "images_from_seed_imag": 48, "imagin": 45, "immedi": [44, 47, 48, 50, 66, 73, 76], "implement": [0, 17, 29, 30, 37, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 63, 64, 65, 68, 70, 73, 74, 75, 76, 78, 79, 80], "impli": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 47, 49, 50, 51, 57, 67, 74, 75, 76, 77, 78], "implicit": [47, 76], "implicitli": [55, 70], "import": [17, 20, 24, 30, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 68, 70, 76, 77, 78, 79], "importantli": 47, "importerror": 17, "impos": [44, 50, 55, 56, 73, 79], "imposs": [44, 49, 73, 74, 75], "impract": 76, "impress": [44, 56, 73, 79, 80], "improv": [30, 44, 48, 49, 53, 54, 55, 57, 59, 65, 68, 74, 75], "impur": 53, "imread": 50, "imshow": [45, 47, 48, 50], "in3050": [72, 73], "in3310": 73, "in4080": [72, 73], "in4300": [72, 73], "in4310": 72, "in5400": 47, "in5550": 72, "in_out_neuron": 48, "inaccur": [57, 75], "inact": [56, 79, 80], "inadequ": [44, 73], "inappropri": 76, "inch": [50, 74], "incident": [16, 18, 31, 32, 35, 37, 42], "includ": [16, 18, 19, 20, 23, 24, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 55, 56, 59, 60, 61, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 77], "include_bia": [50, 53, 77, 78], "incom": [56, 60, 79, 80], "incorrect": 45, "incoveni": 52, "increas": [44, 45, 47, 48, 49, 50, 53, 56, 57, 63, 68, 70, 73, 74, 76, 77, 78, 79, 80], "increasingli": [30, 70], "increment": 76, "ind": 50, "inde": [44, 46, 48, 49, 50, 57, 73, 74, 75, 80], "indefinit": 48, "independ": [44, 49, 50, 51, 52, 56, 57, 70, 73, 74, 75, 76, 78, 79], "index": [44, 45, 47, 48, 54, 58, 66, 67, 68, 70, 72, 73], "index_col": [44, 73], "indic": [20, 30, 37, 44, 45, 47, 48, 49, 50, 53, 54, 55, 57, 60, 68, 73, 74, 80], "indirect": [16, 18, 31, 32, 35, 37, 42], "indispens": [50, 77, 78], "individu": [20, 45, 50, 51, 54, 56, 70, 73, 74, 76, 77, 78, 79, 80], "indu": [], "indx": 67, "indx1": 46, "indx2": 46, "indx3": 46, "ineffici": [47, 57], "inequ": [52, 57], "inequaltii": 75, "inertia": 57, "inexperi": 30, "inf": 30, "inf1000": [66, 73], "inf1100": [66, 73], "inf1100l": [66, 73], "inf1110": [66, 73], "inf3000": 73, "infeas": [53, 76], "infer": [44, 45, 48, 50, 72, 73, 77, 78], "inferenc": 45, "infil": [44, 50, 51, 53, 73, 77, 78], "infin": [49, 50, 51, 55, 63, 74, 75, 77, 78, 80], "infinit": [47, 76], "infinitesim": 70, "influenc": [50, 54, 62, 77, 78], "influenti": 45, "info": [27, 73], "inform": [21, 23, 24, 30, 41, 44, 45, 47, 48, 50, 53, 55, 56, 57, 58, 67, 68, 72, 73, 75, 76, 77, 78, 79, 80], "inforom": 59, "infrequ": 76, "infti": [47, 50, 57, 70, 75, 77, 80], "ingeni": [57, 75, 76], "ingredi": [44, 53, 73], "inher": [50, 76, 77, 78], "inherit": [17, 67, 73, 76], "init": 23, "initi": [30, 44, 45, 46, 50, 54, 57, 58, 62, 67, 70, 73, 75, 76, 77, 78, 79, 80], "inject": 58, "inlin": [22, 29, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 67, 70, 73, 74, 75, 76, 77, 78, 79], "inner": [44, 57, 74], "innerhtml": 29, "inp": 48, "inplac": 57, "inpput": 80, "input": [22, 30, 44, 45, 47, 48, 49, 50, 51, 52, 56, 57, 58, 60, 68, 70, 73, 74, 75, 76, 77, 78, 79], "input_dim": 45, "input_s": 65, "input_shap": [47, 48], "inputs": 45, "inputs_shuffl": [44, 45, 74], "inquiri": 64, "insert": [22, 47, 49, 50, 52, 54, 70, 74, 75, 77], "insid": [17, 48, 51, 65, 79], "insight": [44, 45, 49, 66, 73, 74, 75, 77, 78, 80], "insist": [50, 57, 74, 76], "inspir": [3, 44, 45, 56, 68, 73, 79, 80], "instabl": 46, "instal": [29, 44, 45, 49, 50, 53, 59, 64], "instanc": [30, 44, 45, 46, 48, 50, 53, 55, 57, 60, 73, 74, 75, 76, 77, 78], "instanti": 54, "instead": [20, 30, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 57, 58, 61, 64, 65, 67, 70, 73, 74, 76, 77], "institut": [20, 45], "instruct": [23, 44, 45, 59], "int": [44, 45, 46, 47, 48, 49, 50, 55, 57, 58, 67, 70, 74, 76, 77, 78, 79], "int32": 54, "int_": [47, 50, 70, 77, 80], "int_0": 70, "int_a": 70, "intak": [44, 74], "integ": [45, 46, 57, 58, 67, 70, 73, 78, 79], "integer_vector": 45, "integr": [25, 47, 50, 70, 73, 77], "intellig": [44, 58, 72, 73], "intend": 54, "intens": [45, 62], "intention": 58, "interact": [24, 44, 50, 53, 56, 66, 68, 73, 79, 80], "intercept": [44, 50, 52, 55, 57, 60, 61, 62, 63, 73, 74, 75, 76, 77, 78, 79], "intercept_": [44, 50, 52, 53, 57, 73, 74, 76], "interchang": [49, 56, 67, 79, 80], "interconnect": 45, "interesit": [], "interest": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 63, 66, 68, 70, 73, 74, 75, 77, 78, 79, 80], "interfac": [44, 45, 59, 67, 74], "interior": [44, 53, 73], "intermedi": [67, 74, 76], "intermediari": 65, "intern": [45, 54, 56, 78, 79, 80], "internation": 41, "interpol": [45, 47, 48, 50, 56, 79, 80], "interpr": [49, 74, 75], "interpret": [44, 45, 50, 53, 54, 56, 57, 59, 60, 65, 67, 68, 70, 80], "interrupt": [16, 18, 31, 32, 35, 37, 42], "interv": [44, 47, 49, 50, 51, 57, 63, 70, 73, 74, 75, 78, 79], "intial": [57, 75], "intract": [44, 48, 74], "intrins": [47, 55, 67, 70, 73], "intro": [66, 72, 73], "introduc": [44, 45, 49, 50, 52, 54, 56, 67, 68, 70, 73, 75, 76, 77, 79, 80], "introduct": [45, 46, 48, 57, 72, 74, 75, 76, 78], "introductori": [44, 48, 67, 72, 73, 74], "intuit": [44, 49, 50, 52, 56, 57, 68, 73, 76, 77, 78, 79, 80], "inv": [44, 49, 57, 61, 73, 74, 75, 76], "invalid": 29, "invalu": [44, 57, 66, 73, 75], "invari": 45, "invd": 49, "inver": [52, 79], "invers": [44, 47, 50, 57, 73, 74, 75, 76], "inverse_transform": 52, "invert": [44, 49, 51, 54, 57, 60, 62, 73, 76, 78, 79], "investig": 29, "invh": [57, 76], "invok": 52, "involv": [30, 44, 46, 50, 51, 55, 56, 73, 74, 76, 77, 78, 79, 80], "io": [41, 44, 66, 68, 69, 71, 72, 73, 74], "ion": 24, "ip": [44, 52, 70, 73], "ipca": 55, "ipynb": [22, 66, 73], "ipython": [44, 49, 51, 53, 55, 58, 66, 68, 73, 74, 78], "iq": [50, 77], "iri": [52, 53, 65], "irreduc": [50, 77, 78], "irrelev": [49, 74, 75], "irrespect": [44, 73], "irvin": 68, "isaac": 36, "isaacmus": 36, "iseffici": [], "isn": 49, "isnul": [], "isomap": 55, "issu": [30, 45, 53, 59, 67, 76], "it_arrai": 57, "item": [40, 44, 57, 73], "items": [67, 73], "iter": [45, 46, 48, 50, 52, 57, 58, 62, 68, 70, 75, 76, 77, 78, 79, 80], "its": [18, 20, 30, 31, 32, 35, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 64, 65, 66, 67, 68, 70, 73, 75, 76, 77, 78, 79, 80], "itself": [28, 49, 50, 56, 68, 70, 73, 74, 77, 80], "j": [27, 28, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 60, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "j1": 67, "j_": 50, "j_41hld6ttu": 77, "j_lasso_sk": 50, "j_ridge_sk": 50, "j_sk": 50, "jackknif": [50, 66, 73, 77, 78], "jacobian": [46, 57, 75], "janko": 20, "jason": 48, "javascript": 29, "jax": [66, 73, 76, 80], "jeff": 16, "jensen": [71, 73, 74, 75, 76, 77, 78, 79, 80], "jentzen": 80, "jerom": [63, 68, 72], "jhauser": 20, "ji": [56, 67, 80], "jit": 57, "jj": [44, 49, 50, 73, 77], "jk": [44, 45, 50, 56, 67, 73, 79, 80], "jl": [44, 73], "jm": 67, "jnp": 57, "job": [46, 52, 54, 59], "join": [44, 48, 50, 51, 53, 68, 73, 77, 78], "joint": [48, 49], "jonathan": 33, "json": 41, "judg": [57, 75, 78, 79], "judgement": 50, "julia": [29, 66, 67, 68], "juliu": 80, "jump": [70, 76], "junk": 48, "jupit": 73, "jupyt": [22, 23, 24, 44, 59, 60, 63, 66, 68, 72, 73, 77, 80], "jupyterbook": 22, "jupytext": 23, "just": [22, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 64, 65, 66, 70, 73, 74, 75, 76, 77, 78, 79, 80], "justif": 44, "justifi": [47, 54], "k": [31, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 79], "k0": [51, 78, 79], "k1": [51, 78, 79], "kaggl": [50, 68], "kappa_d": 70, "karl": [71, 73], "karush": 52, "katex": 29, "katrin": [71, 73], "keep": [24, 30, 44, 45, 48, 49, 50, 55, 57, 58, 59, 62, 65, 67, 68, 73, 74, 75, 76, 77, 78], "keepdim": [45, 50, 54, 67, 77, 78, 79], "kei": [45, 47, 50, 56, 76, 79], "kellei": 35, "kenneth": 16, "kept": [48, 50, 58, 77, 78], "kera": [44, 48, 66, 68, 73], "kernel": [23, 44, 45, 47, 66, 73, 74], "kernel_regular": [45, 47], "kernel_s": 48, "kernelpca": 55, "kev": [44, 73], "kevin": [31, 72, 73], "kevinsheppard": 31, "keyword": [62, 67, 73], "kfold": [50, 77, 78], "kg": 45, "ki": 67, "kick": [45, 57, 76], "kiener": 46, "kilomet": [50, 74], "kim": [18, 32], "kind": [19, 22, 26, 31, 34, 36, 44, 46, 47, 48, 52, 56, 57, 58, 73, 74, 79, 80], "kingma": 76, "kj": [50, 56, 67, 74, 76, 80], "kjm": [66, 73], "kkt": 52, "kl": 70, "km": [56, 73, 79], "kmean": 58, "kmeanspoint": 58, "kn_k": 58, "know": [41, 44, 45, 46, 49, 50, 52, 57, 59, 60, 61, 63, 64, 66, 73, 74, 75], "knowledg": [44, 66, 73], "known": [20, 45, 47, 48, 49, 50, 51, 52, 53, 56, 62, 67, 68, 70, 72, 74, 76, 77, 78, 79, 80], "kondev": [44, 73], "kp": 70, "kpca": 55, "kramdown": 29, "kroneck": 58, "kt": 29, "kuckuck": 80, "kuhn": 52, "kutyniok": 80, "kvalsund": [71, 73], "kwown": [44, 73], "l": [44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 56, 57, 67, 68, 70, 73, 75, 76, 78, 79], "l0": [51, 78, 79], "l1": [44, 45, 47, 51, 73, 78, 79], "l1_l2": [45, 47], "l1regl": 49, "l2": [45, 47], "l_": [67, 76], "l_1": [51, 78, 79, 80], "l_2": [51, 57, 75, 76, 78, 79, 80], "l_i": 76, "l_j": [56, 80], "la": 57, "la_": 24, "la_i": [56, 80], "la_k": [56, 80], "lab": [64, 66, 68, 73], "label": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 64, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "labelencod": [51, 54, 79], "labels": [50, 52, 53], "labels_shuffl": [44, 45, 74], "laboratori": 69, "lack": [44, 73, 76], "lagari": 46, "lagrang": [52, 55], "lam": 62, "lambda": [44, 45, 46, 47, 49, 50, 51, 52, 54, 56, 57, 61, 62, 63, 64, 68, 70, 73, 74, 75, 76, 77, 78, 79], "lambda_": 55, "lambda_0": 55, "lambda_1": [49, 52, 55, 74, 75], "lambda_2": [52, 55], "lambda_i": [52, 55], "lambda_iy_i": 52, "lambda_jy_iy_j": 52, "lambda_k": 52, "lambda_n": [49, 52, 74, 75], "lamda": 45, "land": 52, "landmark": 52, "landscap": [57, 62, 75, 76], "langl": [44, 50, 55, 70, 73, 74], "languag": [22, 41, 44, 45, 48, 52, 66, 67, 68, 72, 73], "lapack": [67, 73], "laplac": 49, "laptop": [59, 66], "larg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 44, 45, 46, 48, 49, 50, 52, 53, 54, 55, 57, 62, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 80], "larger": [44, 47, 49, 50, 52, 54, 55, 57, 61, 70, 73, 74, 75, 76, 77], "largest": [48, 52, 55], "lasso": [44, 51, 66, 73, 76, 77, 78, 79], "lasso_sk": 50, "last": [44, 45, 47, 48, 49, 50, 51, 52, 56, 60, 61, 63, 65, 67, 68, 70, 71, 73, 75, 77, 78], "latent": 48, "latent_dim": 48, "latent_point": 48, "latent_space_value_rang": 48, "later": [30, 44, 45, 48, 51, 52, 56, 57, 58, 59, 63, 65, 66, 68, 73, 76, 78, 79, 80], "latest": [48, 59, 66], "latest_checkpoint": 48, "latex": [25, 26, 64, 73], "latexcodec": [25, 26], "latter": [44, 47, 50, 51, 52, 55, 57, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "lattic": [56, 79, 80], "law": 44, "layer": [44, 48, 57, 73, 76, 79], "layer_output_s": 65, "layers_grad": 65, "lbfg": [51, 53, 54, 79], "lc_messag": 41, "lcc": [49, 50, 77], "lda": 55, "ldot": [44, 50, 55, 68, 73, 77, 78], "le": [49, 51, 54, 57, 61, 70, 74, 75, 76, 78], "lead": [20, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "leaf": 53, "leaki": 45, "leakyrelu": 48, "lear": [57, 75], "learn": [30, 47, 48, 49, 50, 51, 52, 53, 54, 56, 65, 67, 71, 72], "learnabl": 47, "learner": 54, "learnig": 73, "learning_r": [52, 54, 65], "learning_rate_init": [44, 45, 73], "learning_schedul": [57, 76], "learnt": 68, "least": [30, 44, 51, 52, 54, 55, 61, 62, 66, 67, 70, 77, 78, 79], "leat": [57, 76], "leav": [44, 45, 47, 49, 50, 53, 55, 65, 73, 75, 77, 78], "lectur": [44, 45, 49, 54, 55, 56, 57, 66, 67, 68, 69, 71, 72, 74], "lecturenot": [44, 66, 68, 72, 73], "left": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "leftarrow": [52, 56, 80], "legend": [24, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 57, 59, 65, 73, 74, 75, 76, 77, 78, 79], "legend_el": 65, "leinonen": 73, "len": [44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 60, 61, 65, 67, 73, 74, 75, 76, 77, 78, 79], "length": [44, 45, 47, 48, 52, 53, 57, 60, 65, 66, 73, 74, 75, 76], "length_of_sequ": 48, "leq": [44, 49, 51, 52, 57, 58, 70, 73, 74, 75, 76, 78], "less": [44, 45, 47, 48, 49, 50, 52, 53, 57, 66, 70, 73, 74, 75, 76, 77, 78], "lessen": 45, "let": [23, 29, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 63, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "letter": [44, 60, 67, 70, 73, 74], "level": [27, 44, 45, 49, 50, 53, 66, 67, 68, 69, 71, 73, 76, 77, 78, 80], "leverag": 76, "lexer": [25, 26], "li": [52, 55], "liabil": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "liabl": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "lib": [], "liberti": 76, "liblinear": 54, "librari": [44, 45, 46, 47, 48, 49, 50, 53, 54, 55, 67, 68, 70, 72, 74, 75, 76], "licenc": 37, "licens": [18, 32, 35, 36, 44, 45, 66, 68, 73], "lie": [44, 50, 55, 70, 73, 74, 77, 78], "life": [44, 45, 52, 56, 73, 79, 80], "lifetim": 57, "light": [1, 15], "like": [22, 23, 27, 30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 59, 60, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "likelihood": [44, 45, 49, 53, 73, 74], "lim_": 70, "limit": [16, 18, 19, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 49, 50, 52, 56, 67, 68, 73, 74, 78, 79, 80], "lin_clf": 52, "lin_model": [], "lin_reg": 53, "linalg": [44, 46, 49, 50, 52, 55, 57, 61, 67, 70, 73, 74, 75, 76, 79], "line": [22, 23, 24, 30, 41, 44, 47, 50, 52, 55, 57, 59, 60, 64, 65, 73, 75, 76, 77, 80], "line1": 52, "line2": 52, "line2d": 24, "line3": 52, "line_model": 59, "line_ms": 59, "line_predict": 59, "linear": [45, 47, 49, 50, 51, 53, 54, 55, 56, 60, 61, 62, 63, 65, 66, 68, 70, 76, 77, 79, 80], "linear_model": [44, 49, 50, 51, 52, 53, 54, 55, 57, 59, 60, 63, 73, 74, 75, 76, 77, 78, 79], "linear_regress": [50, 77, 78], "linearli": [49, 74, 75, 76], "linearloc": [50, 57, 75, 76], "linearregress": [44, 50, 51, 53, 59, 60, 63, 73, 74, 76, 77, 78], "linearsvc": 52, "lineat": 75, "liner": [45, 47], "linerar": 54, "linewidth": [44, 46, 48, 50, 52, 53, 54, 77], "link": [29, 30, 44, 48, 53, 56, 59, 64, 65, 66, 68, 69, 71, 73, 78, 80], "linlag": 49, "linpack": [67, 73], "linreg": [44, 73], "linspac": [24, 44, 46, 47, 48, 50, 52, 53, 54, 57, 60, 61, 63, 67, 70, 73, 74, 76, 77, 78], "linu": 48, "linux": [44, 45, 66, 68, 73], "liquid": [44, 73], "list": [16, 18, 28, 29, 30, 31, 32, 35, 37, 42, 45, 46, 47, 48, 53, 59, 65, 66, 68, 73, 76, 79], "listedcolormap": [53, 54], "literatur": [45, 51, 58, 72, 77, 78], "littl": [45, 47, 53, 56, 76, 80], "live": [52, 60], "ll": [22, 44, 62, 70, 73, 74], "lle": [44, 74], "llm": 64, "lloyd": [48, 58], "lmb": [44, 46, 49, 50, 74, 75, 76, 77, 78], "lmbd": [44, 45, 47, 73], "lmbd_val": [44, 45, 47, 73], "lmbda": [57, 75, 76], "ln": [45, 57, 75], "load": [28, 45, 48, 50, 51, 53, 54, 76, 79], "load_boston": [], "load_breast_canc": [45, 51, 53, 54, 55, 79], "load_data": [47, 48], "load_digit": [45, 47], "load_iri": [52, 53, 65], "loc": [47, 50, 51, 52, 53, 54, 65, 73, 77, 78, 79], "local": [41, 44, 45, 47, 51, 56, 57, 59, 65, 74, 75, 76, 78, 79, 80], "locat": [31, 46, 47, 52, 59], "log": [27, 44, 45, 46, 48, 49, 50, 51, 53, 54, 55, 57, 59, 64, 65, 67, 68, 73, 76, 77, 78, 79], "log10": [44, 49, 50, 74, 75, 76, 77, 78], "log_": [44, 73], "log_clf": 54, "logarithm": [44, 49, 51, 61, 67, 73, 77, 78, 79], "logbook": 68, "logic": [44, 45, 53, 73], "logical_or": 30, "login": 59, "logist": [44, 45, 46, 52, 53, 54, 55, 56, 57, 66, 74, 75, 76, 80], "logisticregress": [51, 53, 54, 55, 78, 79], "logit": [51, 78, 79], "logreg": [51, 53, 54, 55, 79], "logspac": [24, 44, 45, 47, 49, 50, 73, 74, 75, 76, 77, 78], "long": [44, 45, 47, 48, 56, 57, 65, 73, 75, 76, 79, 80], "longer": [46, 47, 52, 54, 58, 67, 70, 73, 76], "loocv": [50, 77, 78], "look": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 59, 60, 63, 64, 67, 68, 70, 73, 74, 75, 76, 77, 78], "loop": [30, 45, 48, 50, 54, 56, 58, 60, 61, 62, 66, 67, 73, 76, 77, 78], "lose": 45, "loss": [16, 18, 31, 32, 35, 37, 42, 44, 45, 47, 48, 49, 50, 51, 52, 54, 55, 57, 62, 65, 67, 68, 73, 77, 78, 79, 80], "loss_bin": [78, 79], "loss_fil": 48, "loss_multi": [78, 79], "loss_vec": [78, 79], "lossfil": 48, "lost": [30, 48], "lot": [22, 24, 45, 48, 50, 60, 63, 64, 76, 77], "low": [44, 50, 53, 54, 55, 68, 73, 74, 77, 78], "lower": [44, 45, 47, 50, 53, 54, 60, 65, 67, 74, 76], "lowercas": [67, 73], "lowest": [53, 57, 70, 76], "lr": [45, 47, 48, 54, 78, 79], "lstat": [], "lstm": 48, "lstm_2layer": 48, "lstsq": [44, 73, 74], "lt": [50, 77], "lu": [44, 49, 73, 74, 75], "lubksb": 67, "luckili": 46, "ludcmp": 67, "lux": 67, "lvert": 45, "lw": [24, 44, 73], "m": [26, 27, 30, 34, 42, 44, 45, 46, 47, 49, 50, 52, 53, 54, 55, 56, 57, 59, 67, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80], "m_": [53, 56, 80], "m_0": 76, "m_1": 58, "m_h": [44, 73], "m_k": 58, "m_l": [56, 80], "m_n": [44, 73], "m_p": [44, 73], "m_t": [57, 76], "ma": 55, "machin": [45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 59, 60, 67, 72, 74, 76, 77, 80], "machinelearn": [44, 50, 60, 64, 66, 68, 69, 71, 72, 73, 74, 75, 78, 79], "machineri": 41, "mackai": 72, "macro": 29, "made": [30, 44, 45, 47, 48, 49, 50, 51, 53, 55, 56, 68, 73, 74, 76, 78, 79, 80], "mae": [44, 73], "magic": 48, "magnitud": [45, 50, 51, 57, 65, 74, 76, 79, 80], "mai": [16, 18, 30, 31, 32, 35, 41, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 63, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "mail": [69, 71], "main": [25, 44, 45, 47, 48, 49, 50, 51, 53, 67, 68, 72, 74, 75, 76, 78, 79], "mainli": [44, 49, 50, 51, 53, 73, 74, 77, 78, 79], "maintain": [20, 50, 76, 77], "major": [21, 30, 45, 50, 53, 54, 57, 67, 73, 75, 76, 77, 78], "make": [24, 30, 41, 45, 46, 47, 48, 49, 50, 51, 52, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 70, 72, 73, 75, 76, 77, 78, 79, 80], "make_axes_locat": 50, "make_classif": 79, "make_moon": [52, 53, 54], "make_pipelin": [44, 50, 54, 74, 77, 78], "makedir": [44, 50, 51, 53, 73, 77, 78], "malcondit": 67, "malign": [45, 51, 53, 79], "mammographi": 49, "manag": [44, 46, 47, 59, 66, 68, 73, 76], "mandatori": [27, 71, 73], "mani": [22, 23, 30, 31, 41, 44, 45, 47, 48, 49, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "manifold": 55, "manner": 47, "manual": [50, 65, 74, 76], "map": [41, 44, 45, 46, 50, 51, 52, 55, 56, 58, 70, 73, 78, 79], "marc": 74, "marchant": 30, "margin": [30, 44, 49, 52], "marit": [44, 73], "mark": 73, "markdownfil": 23, "markdownit": 29, "markdownitdeflist": 28, "markedli": 22, "marker": [27, 51, 67, 73, 78], "markov": [66, 73], "markup": [22, 27], "marsaglia": 70, "mask_or": 30, "masked_arrai": 30, "maskedrecord": 30, "mass": [44, 45, 49, 57, 74, 75], "massag": [44, 73], "masses2016": [44, 73], "masses2016ol": [44, 73], "masses2016tre": 44, "masseval2016": [44, 73], "master": [29, 69, 71], "mat": [66, 73], "mat1100": [66, 73], "mat1110": [66, 73], "mat1120": [66, 73], "match": [27, 45, 48, 49, 57, 58, 59, 74, 75, 76], "materi": [16, 18, 31, 32, 35, 37, 42, 48, 49, 51, 57, 59, 67, 69, 71, 79], "math": [24, 29, 47, 51, 56, 57, 67, 70, 72, 73, 76, 78, 79], "mathbb": [29, 44, 48, 49, 50, 51, 52, 55, 56, 57, 58, 61, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "mathbf": [44, 49, 50, 51, 52, 57, 63, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "mathcal": [45, 49, 50, 51, 57, 68, 77, 78, 79], "matheemat": 47, "mathemat": [44, 50, 55, 56, 57, 65, 66, 67, 70, 72, 73, 76], "mathemati": 73, "mathrm": [44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 63, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "matmul": [45, 46, 49, 80], "matnat": 72, "matplotlib": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79], "matplotlibrc": 30, "matric": [44, 45, 47, 48, 50, 51, 52, 55, 57, 60, 61, 66, 74, 75, 78, 79, 80], "matrix": [44, 46, 47, 48, 50, 51, 52, 54, 57, 61, 62, 63, 65, 68, 70, 77, 78, 80], "matshow": 45, "matter": [46, 47, 57, 74, 75, 76, 80], "matthia": [25, 26, 34, 42], "max": [44, 45, 46, 47, 48, 53, 54, 56, 57, 65, 71, 73, 75, 76, 78, 79, 80], "max_depth": [44, 53, 54], "max_diff": 46, "max_diff1": 46, "max_diff2": 46, "max_it": [44, 45, 52, 57, 73, 79], "max_iter": 58, "max_leaf_nod": 54, "max_sampl": 54, "maxdegre": [44, 50, 54, 74, 77, 78], "maxdepth": 54, "maxim": [45, 48, 49, 51, 52, 55, 77, 78, 79], "maximum": [44, 46, 47, 49, 51, 52, 53, 54, 57, 58, 73, 74, 75, 76], "maxpolydegre": [49, 50, 74, 75, 76, 77, 78], "maxpooling2d": 47, "mbox": [24, 49, 50, 74, 75, 77], "mcculloch": [56, 79, 80], "md": [22, 23, 27, 28, 29, 55], "mdoel": 48, "me": [27, 30], "mean": [24, 29, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 66, 67, 68, 70, 73, 76, 77, 79, 80], "mean0": [78, 79], "mean1": [78, 79], "mean_absolute_error": [44, 73], "mean_divisor": 58, "mean_i": 70, "mean_matrix": 58, "mean_squared_error": [44, 48, 50, 51, 54, 59, 63, 73, 74, 77, 78], "mean_squared_log_error": [44, 73], "mean_vector": 58, "mean_x": 70, "meaning": [44, 48, 51, 73, 78], "meansquarederror": [44, 73], "meant": [47, 51, 54, 57, 78, 80], "meanwhil": 76, "measur": [30, 44, 45, 46, 49, 50, 53, 55, 56, 58, 60, 62, 68, 70, 73, 74, 76, 77, 78, 80], "mechan": [44, 48, 70, 73, 76], "median": [44, 73, 74, 76], "medicin": [56, 79, 80], "medium": [24, 48, 52, 57, 76], "medv": [], "meet": [44, 71], "mehta": [44, 73, 74, 75], "member": [64, 68], "memori": [47, 48, 55, 56, 57, 62, 67, 79, 80], "mentat": 37, "mention": [44, 56, 57, 68, 70, 73, 75, 76, 79, 80], "merchant": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "mere": [44, 68], "merg": [19, 26, 31, 34, 36], "meshgrid": [46, 49, 50, 52, 53, 54, 55], "mess": 59, "messag": [20, 41, 49, 57], "messi": 46, "met": [16, 18, 31, 32, 35, 37, 42, 44, 47, 52, 74], "meta": 29, "meteorolog": 53, "meter": [50, 74], "method": [30, 44, 45, 46, 47, 48, 49, 51, 52, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 72, 74, 80], "metion": 50, "metric": [44, 45, 47, 50, 51, 53, 54, 58, 59, 65, 73, 74, 77, 78, 79], "metropoli": [66, 73], "mev": [44, 70, 73], "mgd": [57, 76], "mglearn": [66, 73], "mgrid": 57, "mhjensen": [], "mi": 54, "mia": [71, 73], "michael": [25, 80], "microsoft": 72, "mid": 45, "midel": 48, "midnight": [59, 65], "midpoint": 53, "might": [30, 44, 45, 46, 48, 50, 53, 57, 59, 61, 62, 74, 75, 76], "migth": 61, "mild": 53, "millimet": [50, 74], "million": [44, 73, 74, 76], "mimic": [1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 30, 56, 79, 80], "min": [29, 35, 44, 46, 49, 52, 53, 75], "min_": [44, 46, 49, 58, 61, 73, 74, 75], "min_samples_leaf": 53, "mind": [20, 44, 50, 57, 59, 62, 65, 73, 74, 75, 76, 77], "mindboard": 48, "mine": [66, 73], "mini": [45, 55, 56, 57, 75], "minibatch": [45, 55, 57], "minibathc": [57, 76], "miniforge3": [], "minim": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 74, 75, 76, 77], "minima": [44, 45, 51, 57, 73, 75, 76, 78, 79], "minimum": [44, 45, 46, 50, 52, 53, 55, 57, 74, 75, 76, 77, 78, 79], "minmaxscal": [44, 74, 76], "minor": 70, "minst": 45, "minu": [51, 78], "mirjalili": 73, "mirror": 53, "misc": 50, "misclassif": [52, 53, 54], "misclassifi": [52, 54], "miser": 44, "mismatch": 45, "miss": [30, 51, 54], "mistak": [48, 63], "mit": [27, 28, 29, 36, 72], "mitig": 76, "mix": [45, 46, 73], "mixtur": [57, 76], "mk": [53, 67], "mkdir": [44, 50, 51, 53, 73, 77, 78], "ml": [44, 45, 54, 57, 67, 68, 74, 75, 76], "mlab": 70, "mle": [49, 51, 78, 79], "mlp": [45, 79, 80], "mlpclassifi": [45, 79], "mlpregressor": [44, 73], "mm": 67, "mml": 74, "mn": [56, 70, 79], "mnist": [45, 55], "mo": 41, "mod": 70, "mode": [29, 69, 71, 73, 78, 79], "model": [20, 46, 47, 49, 51, 52, 53, 54, 55, 57, 58, 60, 62, 63, 64, 65, 66, 68, 70, 72, 74, 75, 76, 77, 78], "model_bin": [78, 79], "model_multi": [78, 79], "model_select": [44, 45, 47, 49, 50, 51, 53, 54, 55, 59, 60, 61, 63, 73, 74, 75, 76, 77, 78, 79], "moder": [54, 76], "modern": [44, 50, 51, 66, 73, 76, 77, 78, 79, 80], "modest": 76, "modif": [16, 18, 30, 31, 32, 35, 37, 42, 46, 56, 57], "modifi": [17, 19, 20, 26, 29, 31, 34, 36, 41, 44, 45, 47, 49, 51, 52, 54, 56, 57, 73, 74, 75, 76, 78, 79, 80], "modul": [17, 28, 30, 31, 40, 44, 60, 67, 73], "modular": 70, "modulo": 70, "moe": [55, 74], "moment": [49, 50, 57, 70, 77], "momentum": 80, "mondai": [71, 73, 78], "monitor": [57, 76], "monoton": [49, 56, 70, 77, 79, 80], "mont": [44, 50, 66, 70, 72, 73, 77, 78], "montli": 60, "moor": [49, 50], "more": [2, 17, 21, 23, 24, 25, 30, 41, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 65, 66, 70], "moreov": [22, 30, 44, 47], "morten": [71, 73, 74, 75, 76, 77, 78, 79, 80], "mortenhj": 73, "most": [22, 30, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 65, 66, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "mostli": [45, 55, 62, 76], "motion": [44, 57], "motiv": [45, 48, 80], "moulin": 76, "move": [30, 44, 48, 49, 50, 51, 53, 56, 57, 58, 59, 60, 65, 68, 70, 74, 75, 77, 78, 79, 80], "mpl": [51, 73, 78], "mpl_toolkit": [46, 50, 57, 75, 76], "mplot3d": [46, 50, 57, 75, 76], "mplregressor": 45, "mr_": 30, "mrecord": 30, "ms3tv8fvar": 79, "mse": [44, 48, 49, 50, 53, 54, 59, 60, 61, 63, 64, 68, 73, 74, 75, 76, 77, 78], "mse_simpletre": 54, "mselassopredict": [49, 75], "mselassotrain": [49, 75], "mseownridgepredict": [50, 74, 75, 76], "msepredict": [49, 75], "mseridgepredict": [44, 49, 50, 74, 75, 76], "msetrain": [49, 75], "msg": 41, "msle": [44, 73], "mt": [51, 56, 78, 79], "mu": [44, 50, 55, 57, 70, 73, 76, 77], "mu0": 70, "mu1": 70, "mu2": 70, "mu_": [50, 70, 74, 76, 77], "mu_i": [50, 74, 76], "mu_n": 55, "mu_x": 70, "much": [44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 64, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80], "multi": [44, 45, 47, 51, 66, 73, 78], "multi_class": [78, 79], "multiclass": [45, 51, 78, 79], "multiclass_result": [78, 79], "multidimension": [55, 56, 73, 79, 80], "multilay": 45, "multinomi": [51, 78, 79], "multipl": [41, 46, 48, 49, 50, 51, 56, 57, 59, 70, 74, 75, 76, 77, 78, 79, 80], "multipli": [47, 49, 50, 55, 57, 62, 67, 70, 74, 75, 76], "multiplum": 52, "multivari": [44, 46, 54, 55, 66, 70, 73], "multivariate_norm": [55, 58], "multpli": 60, "murphi": [55, 72, 73], "muse": 36, "must": [16, 17, 18, 22, 31, 32, 35, 37, 42, 45, 46, 49, 50, 52, 54, 56, 57, 58, 59, 64, 68, 70, 74, 75, 76, 77, 78, 79, 80], "mutat": [51, 78, 79], "mutual": [45, 47, 50, 57, 77, 78], "mx_": 70, "my": [30, 41, 73], "myenv": [], "myriad": [44, 66, 73], "myself": 30, "mz1": 70, "mz2": 70, "m\u00f8svatn": 50, "n": [24, 27, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "n0": [78, 79], "n1": [67, 78, 79], "n2": 67, "n8grai": 20, "n_": [45, 46, 47, 52, 56, 70, 79], "n_0": [56, 70, 79], "n_boostrap": [50, 54, 77, 78], "n_bootstrap": [50, 77], "n_categori": [45, 47], "n_class": [78, 79], "n_cluster": 58, "n_compon": 55, "n_epoch": [57, 76], "n_estim": 54, "n_examples_to_gener": 48, "n_featur": [45, 62, 78, 79, 80], "n_filter": 47, "n_hidden": 46, "n_hidden_neuron": [44, 45, 73, 80], "n_i": 70, "n_input": [44, 45, 47, 74, 80], "n_instanc": 53, "n_iter": 76, "n_job": 54, "n_k": 58, "n_l": [56, 70, 79], "n_layer": 45, "n_m": 53, "n_neuron": 45, "n_neurons_connect": 47, "n_neurons_layer1": 45, "n_neurons_layer2": 45, "n_output": 80, "n_point": 58, "n_sampl": [50, 52, 53, 54, 58, 62, 77, 78, 79], "n_split": [50, 77, 78], "n_step": 48, "n_t": 46, "n_x": 46, "nabla": [45, 57, 75, 76], "nabla_": [46, 57, 75, 76], "nabla_w": 57, "nag": 57, "naimi": [44, 73], "naiv": [51, 78, 79], "naive_kmean": 58, "name": [16, 17, 18, 27, 31, 32, 35, 41, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 62, 64, 65, 66, 67, 68, 70, 71, 73, 74, 75, 77, 78, 79, 80], "namespac": 17, "nan": 30, "narrow": [57, 76], "nathaniel": 20, "nation": [45, 49], "nativ": [29, 66, 73], "natur": [44, 45, 48, 52, 53, 56, 57, 68, 70, 72, 73, 75, 76, 79, 80], "navier": [56, 79, 80], "navig": [59, 76], "nb": 70, "nb_": 67, "nbconvert": 73, "nd": 58, "ndarrai": [30, 50], "ne": [53, 54, 67, 70, 74, 75], "nearest": [45, 47, 50, 55], "nearli": [57, 75], "neat": 73, "neccesari": [50, 77], "necess": 46, "necessari": [44, 45, 47, 48, 52, 58, 62, 73, 80], "necessarili": [44, 48, 55, 70, 73], "necesserali": 49, "neck": [51, 78, 79], "need": [23, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 67, 70, 74, 75, 76, 77, 78, 79, 80], "neg": [44, 45, 47, 49, 50, 51, 54, 57, 67, 70, 73, 75, 77, 78, 79], "neg_mean_squared_error": [50, 77, 78], "neglect": [70, 76], "neglig": [16, 18, 31, 32, 35, 37, 42, 70], "neighbor": [47, 50, 55], "neither": [18, 31, 32, 35, 48, 57, 76], "neq": [57, 58, 70, 75], "nervou": [56, 79, 80], "nest": [27, 53, 56, 79], "nesterov": 57, "net": [37, 46, 48, 56, 79, 80], "netlib": [67, 73], "network": [44, 53, 57, 65, 66, 72, 74], "network_input_s": 65, "neural": [44, 57, 65, 66, 72, 74, 78], "neural_network": [44, 45, 46, 73, 79], "neuralnetwork": 45, "neuralnetworksanddeeplearn": 80, "neuron": [45, 46, 47, 48, 56], "neutral": [44, 73], "neutron": [44, 73], "never": [30, 45, 48, 50, 53, 70, 77, 78], "new": [20, 41, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 64, 67, 73, 74, 75, 76, 78, 79], "new_chang": [57, 76], "new_hobbit": 73, "new_ma": 30, "newaxi": [44, 47, 50, 53, 65, 77, 78], "newli": [44, 73], "newlin": [29, 78, 79], "newton": [45, 51, 52, 57, 70, 80], "next": [44, 45, 46, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 65, 73, 74, 75, 76, 77, 79, 80], "next_guess": 57, "next_input": 48, "ng": 45, "ni": 58, "nice": [44, 45, 49, 55, 73, 74, 75], "nicer": [62, 76], "nielsen": 80, "nine": 80, "nip": 76, "niter": [57, 75, 76], "nitric": [], "nlambda": [44, 49, 50, 74, 75, 76, 77, 78], "nlp": 72, "nm": 70, "nm_n": [44, 73], "nmse": [50, 77, 78], "nn": [46, 49, 50, 56, 67, 73, 77, 79], "nn_model": 45, "nnmin": 46, "node": [27, 28, 45, 47, 53, 54, 56, 65, 79], "nois": [44, 48, 49, 50, 52, 53, 54, 57, 62, 63, 68, 73, 74, 75, 76, 77, 78], "noise_dimens": 48, "noisi": [45, 50, 68, 76, 77, 78], "nomask": 30, "non": [30, 44, 45, 47, 49, 50, 51, 53, 54, 55, 56, 57, 58, 62, 65, 67, 70, 73, 74, 75, 77, 78, 79, 80], "nondifferenti": 76, "none": [44, 45, 46, 48, 49, 53, 54, 57, 70, 73, 74, 78, 79, 80], "noninfring": [19, 26, 31, 34, 36], "nonlinear": [47, 50, 52, 53, 55, 56, 77, 78, 79, 80], "nonneg": [50, 53, 57, 75, 77, 78], "nonparametr": 50, "nonsens": 70, "nonsingular": 67, "nonumb": [47, 51, 52, 57, 67, 78, 79], "nor": [18, 31, 32, 35, 45, 48, 57, 76, 80], "norm": [44, 45, 49, 50, 52, 55, 57, 62, 73, 74, 75, 76, 77, 80], "normal": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 65, 66, 67, 68, 70, 73, 74, 75, 76, 78, 79, 80], "normali": [67, 73], "norwai": [50, 68, 73, 75, 76, 77, 79, 80], "notabl": 30, "notat": [44, 46, 49, 50, 57, 58, 70, 73, 74, 75, 77, 78, 80], "note": [20, 22, 44, 45, 46, 47, 48, 49, 50, 51, 52, 55, 56, 57, 58, 59, 60, 62, 66, 67, 70, 72, 73, 76, 77, 78, 79, 80], "notebook": [22, 44, 45, 47, 53, 59, 60, 63, 64, 65, 66, 68, 73, 77, 80], "noteworthi": 76, "noth": [17, 29, 45, 46, 49, 52, 56, 58, 70, 74, 75, 79], "notic": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 48, 49, 56, 57, 67, 70, 73, 80], "notion": 47, "novel": [47, 50, 54, 73], "novemb": [45, 71, 73], "now": [29, 30, 41, 44, 46, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 70, 73, 74, 79, 80], "nowadai": [44, 45, 47, 53, 66, 73], "nox": [], "np": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "npm": [27, 28, 29], "npr": 46, "nsampl": [50, 77, 78], "nt": 46, "nu": 70, "nuclear": [49, 74, 75], "nuclei": [44, 70, 73], "nucleon": [44, 73], "nucleu": [44, 73], "num": 48, "num_coordin": 46, "num_hidden_neuron": 46, "num_it": [46, 62], "num_neuron": 46, "num_neurons_hidden": 46, "num_point": 46, "num_tre": 54, "num_valu": 46, "number": [29, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 65, 67, 68, 69, 71, 73, 75, 77, 78, 79], "numberid": [51, 78], "numberparamet": 47, "numer": [30, 44, 49, 50, 53, 54, 55, 56, 57, 65, 66, 67, 72, 73, 74, 75, 76, 77, 78, 79, 80], "numpi": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 68, 70, 74, 75, 76, 77, 78, 79, 80], "numpydocstr": 37, "nunmpi": [49, 74], "nve_frngahw": 75, "nx": 46, "ny": 70, "o": [30, 44, 45, 48, 49, 50, 51, 52, 53, 55, 67, 71, 72, 73, 74, 75, 76, 77, 78, 79], "obei": [50, 55, 57, 74, 76], "object": [30, 44, 45, 48, 52, 54, 59, 63, 67, 73, 76, 80], "obliqu": [49, 74, 75], "observ": [44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 70, 73, 75, 76, 77, 78, 79], "obtain": [19, 26, 31, 34, 36, 44, 45, 49, 50, 51, 52, 53, 54, 56, 57, 58, 61, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "obviou": [49, 50, 55, 70, 74, 75], "obviouli": 73, "obvious": [44, 48, 49, 50, 67, 73, 77], "oc": [74, 75], "occupi": [], "occur": [44, 50, 52, 53, 67, 70, 73], "octob": [65, 71, 73, 79], "od": 44, "odd": [44, 47, 51, 73, 74, 76, 78, 79], "odenum": 46, "odesi": 46, "oen": 44, "off": [21, 22, 23, 45, 47, 48, 49, 53, 57, 64, 70, 76, 77], "offer": [50, 55, 66, 67, 69, 71, 73, 77, 78], "offic": [71, 73], "offici": [69, 73], "offlin": 65, "often": [31, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "ofter": [67, 73], "ol": [44, 57, 61, 63, 74, 76, 78], "old": [30, 45, 49, 54, 57, 59, 62, 78, 79], "old_ma": 30, "oliph": 30, "ols_paramet": 60, "ols_sk": 50, "ols_svd": 50, "olsbeta": 75, "olstheta": [44, 49], "omega": [46, 47, 50], "omega_0": 47, "omit": [44, 49, 73, 74, 75, 77], "onc": [45, 50, 53, 55, 57, 64, 77, 78], "one": [17, 20, 22, 30, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 63, 64, 65, 66, 67, 68, 70, 71, 73, 74, 76, 77, 78, 79], "one_hot": [78, 79], "one_hot_predict": 65, "onehot": 45, "onehot_vector": 45, "onehotencod": 53, "ones": [44, 46, 49, 50, 52, 53, 54, 55, 57, 60, 62, 65, 67, 68, 73, 74, 75, 76, 77, 78, 80], "ones_lik": 48, "ong": 74, "onl": 47, "onli": [20, 30, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "onlin": [55, 59, 64, 69, 76, 80], "onto": [41, 49, 55, 74, 75], "open": [27, 44, 45, 48, 50, 51, 53, 59, 66, 68, 69, 71, 73, 77, 78, 79], "oper": [30, 44, 45, 47, 49, 50, 54, 55, 56, 57, 59, 60, 65, 66, 70, 73, 74, 75, 76, 77, 79], "operation": 70, "oplu": 70, "opmiz": [57, 76], "opportun": 44, "oppos": [50, 57], "opposit": [45, 49, 52, 74, 75], "opt": [45, 49, 68, 73, 75], "optim": [44, 46, 47, 48, 49, 50, 51, 53, 54, 55, 58, 60, 61, 63, 65, 68, 77], "optimis": [45, 47], "option": [27, 30, 44, 45, 47, 49, 50, 52, 55, 59, 62, 67, 74, 76, 77], "optmiz": [45, 52, 57, 74], "oral": 73, "orang": 44, "order": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 59, 63, 65, 67, 68, 70, 73, 74, 75, 77, 78, 79, 80], "ordinari": [44, 46, 47, 51, 55, 57, 61, 62, 66, 77, 78, 79], "oreilli": [72, 73], "org": [22, 29, 30, 44, 47, 48, 60, 64, 65, 66, 67, 68, 72, 73, 74, 75, 76, 80], "organ": [50, 51, 54, 67, 77, 78], "orgin": 80, "orient": [45, 49, 70, 74, 75], "origin": [16, 25, 30, 31, 41, 44, 47, 49, 50, 52, 55, 56, 57, 59, 67, 73, 74, 75, 76, 77, 78, 79], "orthogn": [49, 74, 75], "orthogon": [44, 49, 50, 52, 55, 57, 67, 73, 74, 75], "orthonorm": [49, 74, 75], "os": [71, 73], "oscar": 45, "oscil": [47, 57, 76], "oskar": 73, "oskarlei": 73, "osl": 62, "oslo": [44, 66, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79, 80], "osx": [44, 66, 68, 73], "other": [16, 18, 19, 23, 26, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 57, 58, 60, 63, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78], "otherwis": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 45, 48, 51, 57, 67, 73, 76, 78, 79], "ouput": [49, 51, 56, 77, 78], "our": [41, 45, 46, 47, 50, 51, 52, 53, 54, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 70, 76, 77, 80], "ourmodel": 44, "ourselv": [44, 49, 50, 52, 55, 57, 73, 74, 75, 77], "out": [16, 18, 19, 21, 24, 26, 29, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 65, 66, 67, 68, 70, 73, 74, 76, 77, 78, 79, 80], "out_fil": 53, "outcom": [44, 51, 53, 54, 56, 70, 74, 78, 79], "outdoor": 53, "outer": [50, 56, 57], "outfil": 48, "outlier": [44, 52, 73, 74, 76], "outlin": [50, 54, 55, 77, 78], "outlook": 53, "outperform": [54, 76], "output": [23, 27, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 63, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79], "output_bia": 45, "output_bias_gradi": [45, 80], "output_shap": 48, "output_weight": 45, "output_weights_gradi": [45, 80], "outputlayer1": [56, 79], "outputlayer2": [56, 79], "outsid": 48, "over": [20, 44, 45, 47, 48, 49, 50, 53, 54, 56, 57, 59, 60, 63, 67, 68, 73, 74, 75, 76, 77, 78], "over1": 57, "overal": [45, 54, 76], "overcast": 53, "overcom": [56, 57, 79, 80], "overdetermin": [44, 73], "overfit": [44, 45, 47, 50, 53, 54, 57, 76, 77, 78], "overflow": [49, 76, 77], "overhead": [56, 80], "overlap": [47, 51, 52, 53, 79], "overleaf": [64, 68], "overlin": [44, 49, 50, 53, 54, 55, 58, 67, 73, 74, 76], "overshoot": 76, "overst": 44, "overtrain": 48, "overview": [22, 47, 64], "own": [17, 48, 49, 50, 52, 56, 57, 60, 62, 66, 67, 75, 76, 77, 80], "owner": [16, 42], "ownmsepredict": 44, "ownmsetrain": 44, "ownridgebeta": 74, "ownridgetheta": [44, 50, 74, 75, 76], "ownypredictridg": 44, "ownytilderidg": 44, "ox": 31, "oxid": [], "p": [27, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 67, 70, 73, 74, 75, 76, 77, 78, 79], "p0": 46, "p1": 46, "p_": [46, 48, 52, 53], "p_hidden": 46, "p_i": [49, 70], "p_j": 70, "p_n": 70, "p_output": 46, "p_x": 70, "pa": 80, "pack": [44, 73], "packag": [17, 25, 28, 41, 44, 45, 47, 48, 49, 52, 55, 57, 59, 64, 66, 68, 70, 74, 75, 76], "packtpub": 73, "packtpublish": 73, "pad": [47, 48], "page": [21, 22, 23, 28, 30, 44, 66, 68, 73, 75, 76, 77, 78], "pai": [44, 45, 53, 57, 59, 76], "pair": [44, 46, 47, 53, 66, 70, 73], "paltform": 59, "panda": [44, 48, 49, 50, 51, 53, 55, 66, 68, 75, 76, 77, 78, 79], "pandoc": 28, "panel": 73, "paper": [45, 76], "paper_fil": 76, "paradigm": [44, 73], "paragraph": 64, "parallel": [54, 57, 66, 67, 73], "param": [27, 46], "paramat": 46, "paramet": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 60, 61, 62, 63, 65, 68, 70, 75, 76, 77], "parameter": [44, 50, 54, 73, 74], "parametr": [44, 50, 73, 74, 77, 78], "paramt": [47, 49, 77, 80], "parent": 80, "parser": [27, 28, 29], "part": [30, 31, 44, 45, 47, 49, 50, 54, 61, 63, 64, 65, 67, 69, 70, 71, 73, 74, 77], "partial": [44, 45, 49, 50, 51, 52, 54, 55, 56, 57, 60, 65, 70, 73, 74, 75, 76, 78, 79, 80], "particip": [59, 66, 69, 71, 73], "particl": [44, 48, 57, 70, 73], "particular": [16, 18, 19, 21, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 49, 50, 53, 54, 55, 56, 57, 60, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "particularli": [49, 50, 52, 55, 57, 70, 74, 75, 76, 77, 78], "partit": [45, 48, 53], "partli": [50, 73], "partner": [59, 68], "pass": [46, 47, 56, 58, 65, 76, 80], "password": 68, "past": [54, 70, 76], "patch": [50, 70, 77], "path": [17, 23, 44, 48, 50, 51, 53, 66, 73, 76, 77, 78], "pathcollect": 61, "patholog": 29, "patient": [51, 78, 79], "patter": 48, "pattern": [44, 47, 48, 56, 72, 73, 76, 79, 80], "paul": 30, "pauli": [37, 44, 73], "pav": 37, "pc": [55, 59, 66], "pca": [44, 51, 66, 73, 74, 79], "pd": [44, 48, 49, 50, 51, 53, 55, 73, 74, 75, 76, 77, 78, 79], "pde": 46, "pdf": [44, 47, 48, 49, 50, 53, 59, 60, 63, 64, 68, 72, 73, 77], "pedagog": [44, 73, 74], "penal": [50, 62, 74, 76], "penalti": [50, 57, 62, 68, 74, 76], "penros": [49, 50], "pentagon": [57, 75], "peopl": [45, 53, 57, 66, 68, 76], "per": [30, 44, 45, 50, 65, 69, 71, 73, 76, 77, 78, 79], "percentag": [54, 55, 71], "perceptron": [44, 45, 51, 73, 78], "peregrin": 73, "perez": 20, "perfect": [44, 45, 57, 73, 76], "perfectli": [48, 50, 77, 78], "perform": [30, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 60, 62, 63, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "performac": 48, "perhap": [44, 49, 57, 73, 74, 75, 76], "perimet": 45, "period": [45, 48, 70], "permiss": [16, 18, 19, 26, 31, 32, 34, 35, 36, 59], "permit": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "permut": 55, "persist": 57, "person": [19, 20, 26, 31, 34, 36, 49, 50, 51, 60, 64, 69, 71, 73, 74, 78], "perspect": 72, "pertin": [56, 73, 80], "petal": [52, 53], "peter": [25, 72, 74], "petersen": 80, "phantom": 70, "phase": [41, 50, 56, 79, 80], "phenomena": 70, "phenomenon": 76, "phi": 52, "phi_k": 52, "philipp": [25, 80], "philosophi": 57, "phone": [71, 73], "photo": [48, 73], "php": 68, "phrase": [41, 44, 73], "physic": [44, 45, 48, 51, 56, 57, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], "pi": [29, 46, 47, 49, 50, 51, 53, 56, 57, 70, 77, 78, 79], "pick": [45, 53, 54, 55, 57, 58, 68, 76], "pickl": 45, "pictur": [30, 44, 73], "pie": [66, 73], "piec": [55, 58, 65], "pierr": 30, "pillow": [44, 66, 68, 73], "pinv": [49, 50, 57, 68, 74, 75, 76, 79], "pip": [44, 45, 59, 66, 68, 73], "pip3": [44, 45, 68, 73], "pipelin": [44, 50, 52, 54, 74, 77, 78], "pippin": 73, "pit": 48, "pitfal": [50, 74], "pitt": [56, 79, 80], "pixel": [45, 47, 48, 73], "pixel_height": [45, 47], "pixel_width": [45, 47], "pkg_resourc": 17, "pkgutil": 17, "place": [30, 44, 48, 50, 52, 57, 59, 67, 68, 73, 75, 77], "plai": [44, 47, 48, 49, 50, 52, 55, 62, 66, 68, 73, 74, 75, 77, 78, 80], "plain": [52, 54, 56, 57, 58, 68, 75, 76, 80], "plan": [50, 53, 71, 72, 73], "plane": [52, 53], "plateau": [49, 75, 76], "platform": [66, 73], "plausibl": [56, 79], "pleas": [30, 57, 68, 71, 73], "plenti": 45, "plethora": [47, 56, 79, 80], "pliahhy2ibx9hdharr6b7xevztgzra1p": [79, 80], "plot": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 79], "plot_all_sc": [68, 74], "plot_confusion_matrix": [51, 54, 79], "plot_count": 50, "plot_cumulative_gain": [51, 54, 79], "plot_data": 45, "plot_dataset": 52, "plot_decision_boundari": [53, 54], "plot_import": 54, "plot_iris_dataset": 65, "plot_max": 48, "plot_min": 48, "plot_model": 48, "plot_numb": 48, "plot_predict": 52, "plot_regression_predict": 53, "plot_result": 48, "plot_roc": [51, 54, 79], "plot_surfac": [46, 50, 57], "plot_train": 53, "plot_tre": [53, 54], "plqvvvaa0qudcjd5baw2dxe6of2tius3v3": [79, 80], "plt": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79], "plu": [44, 47, 49, 51, 62, 73, 74, 78], "plugin": [17, 27, 28, 29], "pm": [52, 77], "pmatrix": 46, "pml": 72, "pn": 47, "png": [44, 48, 50, 51, 53, 73, 77, 78], "point": [30, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 62, 63, 64, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79], "point_1": 48, "point_2": 48, "poisson": [66, 70, 73], "poli": [50, 52, 77, 78], "poly100_kernel_svm_clf": 52, "poly3": 44, "poly3_plot": 44, "poly_featur": [52, 53, 59], "poly_features10": 53, "poly_fit": 53, "poly_fit10": 53, "poly_kernel_svm_clf": 52, "poly_model": 59, "poly_ms": 59, "poly_predict": 59, "polydegre": [44, 49, 50, 54, 74, 77, 78], "polygon": [57, 75], "polym": [56, 79, 80], "polymi": 68, "polynomi": [44, 49, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 68, 73, 74, 76, 77, 78, 79, 80], "polynomial_featur": [50, 59, 60, 61, 77, 78], "polynomial_svm_clf": 52, "polynomialfeatur": [44, 50, 52, 53, 59, 60, 63, 74, 77, 78], "polytrop": [44, 50, 77, 78], "pool": 47, "pool_siz": 47, "poor": [45, 57, 75, 76], "poorli": [44, 74], "popul": [44, 49, 73, 74], "popular": [44, 45, 47, 50, 51, 52, 53, 55, 56, 59, 66, 67, 68, 70, 74, 78, 79], "popularli": [44, 73], "portabl": 54, "portion": [19, 26, 34, 36, 55, 57, 76], "pose": [44, 48, 49, 50, 55, 70, 73, 77], "posit": [44, 45, 46, 47, 49, 51, 52, 54, 55, 57, 58, 65, 67, 70, 73, 74, 75, 76, 78, 79], "possibl": [16, 18, 30, 31, 32, 35, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "possibli": [50, 52, 57, 68], "post": 24, "posterior": 49, "postpon": [44, 74], "postscript": 68, "postul": 49, "potenti": [44, 47, 49, 50, 56, 57, 74, 76, 77, 79, 80], "pott": [56, 79, 80], "power": [22, 44, 45, 49, 50, 52, 53, 56, 57, 73, 74, 75, 76, 77, 78, 79, 80], "pp": [49, 50, 63, 77, 80], "practic": [44, 49, 50, 51, 52, 60, 62, 63, 65, 68, 70, 74, 77, 78, 79], "practition": [44, 45, 47, 73, 76], "pre": 73, "preambl": 17, "precalcul": 80, "preced": [45, 55, 56, 70, 79], "preceed": 48, "preceq": 52, "precis": [44, 46, 49, 55, 57, 67, 68, 70, 73, 74, 76, 77, 80], "pred": [50, 77, 78, 79], "predicit": 44, "predict": [44, 45, 49, 50, 51, 52, 53, 54, 59, 60, 61, 63, 66, 68, 72, 73, 74, 75, 76, 77, 78, 79], "predict_prob": [45, 78, 79], "predict_proba": [51, 54, 79], "predictedlabel": [78, 79], "predictor": [44, 49, 50, 51, 53, 54, 55, 73, 74, 76], "prefer": [44, 45, 50, 52, 53, 55, 57, 59, 64, 66, 68, 73], "prefil": 30, "prepar": [30, 44, 50, 67, 68, 73, 74], "preprocess": [44, 48, 50, 51, 52, 53, 54, 55, 59, 60, 61, 62, 63, 68, 77, 78, 79], "prerequisit": 44, "prescript": 68, "presenc": [23, 57], "present": [30, 44, 49, 50, 51, 53, 56, 57, 67, 68, 70, 73, 74, 75, 76, 79, 80], "preserv": [30, 47, 55, 67], "press": [57, 59, 72, 75, 80], "pretrain": [45, 48], "pretti": [44, 48, 52, 53, 65, 66, 68, 73], "prettier": 41, "prev_centroid": 58, "prevent": [57, 70, 76], "previou": [44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 59, 60, 65, 67, 68, 70, 74, 75, 76, 79, 80], "previous": [46, 47, 53, 54, 70], "price": [44, 48, 53, 57, 76], "primal": 52, "primari": [44, 51, 73, 78, 79], "prime": 70, "princip": [44, 49, 51, 66, 73, 74, 75, 79], "principl": [44, 50, 51, 52, 58, 73, 77, 78, 79], "print": [23, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 62, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "print_funct": [52, 53], "printout": [44, 73], "prior": [16, 18, 31, 32, 35, 44, 49, 50, 73], "privat": 44, "prob": [45, 70, 78, 79], "probabilist": [44, 72, 73, 74], "probabl": [44, 45, 47, 48, 50, 51, 54, 57, 65, 66, 73, 74, 76, 78, 79], "problem": [30, 44, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 61, 66, 67, 68, 70, 77], "probml": 72, "proce": [44, 49, 50, 51, 52, 53, 54, 55, 57, 67, 73, 74, 77, 80], "procedur": [46, 48, 49, 50, 52, 54, 55, 57, 74, 75, 76, 77, 78], "proceed": 67, "process": [29, 44, 46, 48, 50, 53, 54, 56, 57, 66, 67, 68, 70, 72, 73, 75, 76, 77, 78, 79, 80], "procur": [16, 18, 31, 32, 35, 37, 42], "prod": 72, "prod_": [45, 49, 51, 77, 78, 79], "produc": [44, 47, 48, 49, 50, 53, 54, 55, 56, 57, 62, 64, 66, 67, 68, 70, 73, 74, 77, 79, 80], "product": [16, 18, 31, 32, 35, 44, 45, 47, 49, 50, 51, 52, 56, 57, 60, 61, 66, 67, 73, 74, 76, 77, 78, 79, 80], "profess": [44, 73], "profit": [16, 18, 31, 32, 35, 37, 42], "program": [44, 45, 48, 49, 50, 52, 56, 58, 59, 66, 67, 69, 70, 71, 73, 74, 79], "programm": 67, "progress": [45, 48, 58, 76, 78, 79], "prohibit": [50, 77, 78], "project": [20, 37, 44, 45, 46, 47, 49, 55, 57, 59, 63, 66, 69, 74, 75, 76, 77, 78, 79], "project_root_dir": [44, 50, 51, 53, 73, 77, 78], "promin": [56, 79, 80], "promis": 52, "promot": [16, 18, 31, 32, 35, 71, 73], "prompt": 64, "prone": [53, 59, 65, 80], "pronounc": [57, 66, 73, 76], "proof": [44, 55, 56, 57, 73, 75, 77, 78, 80], "prop": 76, "prop_cycl": 24, "propag": [30, 46, 47, 57, 65, 76], "proper": [44, 46, 50, 51, 64, 77, 78], "properli": [22, 45, 50, 52, 54, 57, 62, 64, 68, 76], "properti": [29, 30, 44, 45, 47, 56, 57, 60, 67, 73, 77, 79], "propgag": 80, "proport": [44, 45, 49, 53, 55, 57, 70, 73, 74], "propos": [45, 48, 50, 54, 68, 73, 76], "propto": [49, 57, 75, 76], "proton": [44, 73], "prove": [47, 57, 75, 76], "provid": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42, 44, 45, 47, 48, 49, 50, 52, 53, 54, 56, 57, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80], "proxi": [45, 57, 76], "prune": 53, "pseudo": [67, 70, 76], "pseudocod": 68, "pseudoinv": 49, "pseudoinvers": [49, 50, 68], "pseudorandom": [50, 70, 77], "psychologi": [44, 73], "pt": 57, "public": [44, 59, 66, 73], "publish": [19, 26, 31, 34, 36, 80], "pull": 59, "punish": [44, 45, 73], "pure": [47, 53, 70], "purest": 53, "puriti": 53, "purpos": [16, 18, 19, 22, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 47, 54, 56, 58, 65, 73, 79, 80], "push": 59, "put": [30, 41, 45, 64, 68, 76], "putmask": 30, "py": [17, 30, 41, 49], "pybtex": 34, "pycod": 73, "pydata": 66, "pydevd_extension_api": 17, "pydevd_plugin": 17, "pydevd_plugin_plugin_nam": 17, "pydot": 53, "pygment": 0, "pyhton2": 73, "pylab": [51, 73, 78], "pypi": 66, "pyplot": [24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79], "pythagora": 49, "python": [17, 26, 30, 41, 45, 46, 47, 49, 50, 52, 55, 56, 57, 58, 62, 64, 65, 68, 70, 74, 76, 80], "python2": [44, 68], "python3": [44, 66, 68, 73], "pythonpath": 17, "pytorch": [44, 66, 68, 73, 80], "pyzmq": 43, "q": [49, 50, 52, 55, 70, 77], "qp": 52, "qquad": [46, 55, 57, 67, 76], "qr": [49, 50, 67, 74, 75], "quad": [45, 57, 67], "quadrat": [44, 52, 53, 57, 73], "qualit": [48, 53, 68, 70], "qualiti": [44, 53, 66, 73, 74, 80], "quantifi": 45, "quantil": 54, "quantit": [44, 50, 53, 68, 73, 77, 78], "quantiti": [44, 46, 49, 50, 51, 53, 54, 55, 56, 58, 60, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "quantum": [48, 56, 72, 73, 79, 80], "quartil": [44, 74, 76], "quasi": 80, "quench": 49, "queri": 53, "question": [44, 49, 50, 53, 55, 56, 57, 68, 71, 73, 74, 76, 77, 80], "qugan": 48, "quick": [30, 48, 70], "quicker": 76, "quickli": [30, 45, 47, 53, 55, 57, 75, 76], "quit": [45, 49, 50, 53, 54, 56, 59, 74, 75, 77, 78, 79], "quot": 48, "r": [29, 33, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 66, 67, 68, 70, 74, 75, 76, 77, 78, 79, 80], "r2": [44, 49, 50, 63, 73, 74, 75], "r2_score": [44, 73], "r2score": [44, 73], "r_": [30, 76], "r_0": 76, "r_1": 53, "r_2": 53, "r_j": 53, "r_m": 53, "r_t": 76, "rad": [], "rade": [], "radial": [52, 56, 79, 80], "radioact": 70, "radiu": [44, 45, 74, 76], "radziej": 25, "ragan": 35, "rain": 53, "rais": 30, "ram": 76, "ramanujam": 33, "ramp": 45, "ran0": 70, "ran1": 70, "ran2": 70, "ran3": 70, "rand": [44, 48, 49, 50, 53, 54, 57, 59, 63, 65, 67, 73, 74, 75, 76, 77, 78], "randint": [50, 53, 57, 76, 77], "randn": [24, 44, 45, 46, 49, 50, 53, 55, 57, 59, 62, 65, 73, 74, 75, 76, 77, 78, 79, 80], "random": [24, 44, 45, 46, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "random_forest_model": 54, "random_index": [57, 76], "random_indic": [45, 47], "random_st": [51, 52, 53, 54, 55, 78, 79], "randomforestclassifi": 54, "randomli": [45, 50, 53, 57, 58, 62, 75, 76, 77, 78], "randomst": [78, 79], "rang": [24, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 62, 63, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "rangl": [44, 50, 55, 70, 73, 74], "rangle_x": 70, "rank": [49, 74, 75], "rankdir": 48, "raphson": [45, 52, 57], "rapidli": [44, 76], "rare": [45, 57, 76], "raschka": [73, 74, 77, 78, 79], "rasckha": 73, "rashcka": [75, 76, 80], "rashkca": 80, "rate": [45, 46, 47, 48, 52, 53, 54, 56, 57, 62, 75, 77, 78, 79, 80], "rather": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67, 70, 73, 74, 75, 77, 78, 80], "ratio": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 48, 51, 53, 54, 55, 78, 79], "rational": [44, 73], "ravel": [49, 50, 51, 52, 53, 54, 55, 57, 67, 77, 78, 79], "raw": [41, 47, 76], "rbf": [52, 55, 56, 79, 80], "rbf_kernel_svm_clf": 52, "rbf_pca": 55, "rc": 70, "rcond": [44, 73, 74], "rcparam": [24, 30, 45, 47, 51, 52, 53, 54, 70, 73, 78], "re": [46, 48, 57, 59, 75], "reach": [45, 48, 49, 50, 53, 54, 56, 57, 58, 75, 76, 77, 78, 80], "react": 29, "read": [41, 44, 46, 47, 48, 49, 50, 51, 52, 55, 56, 60, 61, 63, 64, 67, 68, 70, 72, 75], "read_csv": [44, 50, 51, 53, 77, 78], "read_fwf": [44, 73], "reader": [44, 50, 64, 67, 70, 73, 74, 76], "readi": [44, 45, 49, 50, 52, 54, 55, 56, 67, 73, 80], "readili": 45, "readm": [59, 64, 68], "readthedoc": 66, "real": [44, 45, 48, 51, 54, 55, 56, 60, 62, 63, 67, 74, 77, 78, 79], "real_loss": 48, "real_output": 48, "realist": [52, 73], "realiti": 70, "realiz": [30, 45, 56, 79], "realli": [30, 44, 45, 73], "rearrang": 57, "reason": [44, 45, 47, 48, 54, 57, 72, 73, 75, 76], "reassign": 45, "recal": [49, 50, 53, 54, 55, 56, 67, 70, 73, 74, 75, 76, 77, 78, 80], "recarrai": 30, "recast": 47, "receiv": [45, 47, 54, 56, 70, 79, 80], "recent": [44, 50, 57, 72, 76, 77, 78, 80], "recept": [47, 56, 79, 80], "receptive_field": 47, "recip": [25, 44, 50, 51, 67, 68, 73, 74, 78, 79], "reciproc": 49, "recogn": [44, 48, 49, 54, 73, 77], "recognit": [44, 45, 47, 56, 72, 73, 79, 80], "recommen": 73, "recommend": [44, 46, 47, 48, 49, 50, 52, 57, 59, 63, 64, 65, 66, 67, 68, 72, 75, 76, 77, 78, 79, 80], "reconsid": 53, "reconstruct": 55, "record": [20, 54, 68, 69, 71, 73, 78, 79], "recreat": [59, 65], "rectangl": [53, 57, 75], "rectangular": [49, 74, 75], "rectifi": [45, 47, 56, 79], "recur": [44, 66, 73], "recurr": [44, 45, 66, 73], "recurs": [53, 66, 67, 73], "red": [44, 47, 48, 50, 52, 53, 76, 77], "redefin": [44, 54, 73, 74, 75], "redefinit": 75, "redistribut": [16, 18, 31, 32, 35, 37, 42], "reduc": [45, 47, 49, 50, 53, 54, 55, 57, 65, 73, 75, 76, 77], "reduct": [44, 54, 55, 66, 70, 73, 74], "reegress": 68, "ref": 64, "refer": [22, 44, 45, 46, 47, 49, 50, 55, 56, 57, 58, 64, 67, 72, 73, 74, 75, 76, 77, 78, 79, 80], "referansestil": 64, "referenc": [46, 80], "refin": [56, 79, 80], "refit": [50, 77, 78], "reflect": [44, 45, 48, 49, 68, 70, 73], "refresh": [66, 73], "refreshprogrammingskil": 73, "reg": [54, 55], "regard": [45, 53, 57], "regardless": [56, 60, 79], "regexp": 29, "reggi": 30, "regim": 76, "region": [47, 48, 50, 53, 56, 68, 76, 79, 80], "regist": [17, 50, 70], "reglasso": [49, 75], "regr_1": [44, 53], "regr_2": [44, 53], "regr_3": [44, 53], "regress": [45, 52, 55, 56, 60, 64, 66, 67, 80], "regressor": [44, 51, 54, 78], "regret": [], "regridg": [44, 49, 50, 74, 75, 76], "regular": [22, 29, 30, 44, 47, 48, 49, 50, 51, 53, 57, 61, 62, 71, 73, 74, 75, 76, 77, 78, 79], "regularli": [30, 59], "reilli": [44, 72, 73], "reinforc": [44, 52, 66, 73], "reiter": 45, "reitz": 16, "reject": 51, "rel": [29, 44, 48, 50, 51, 53, 56, 57, 65, 70, 73, 74, 76, 77, 78, 79], "relat": [44, 45, 47, 48, 49, 55, 57, 58, 63, 67, 70, 73, 74, 75, 77, 80], "relationship": [44, 48, 53, 62, 73], "relativeerror": [44, 73, 74], "releas": [45, 66, 73], "relev": [44, 45, 49, 51, 55, 66, 68, 70, 73, 75, 76], "reli": [44, 50, 52, 76], "reliabilti": 68, "reliabl": [51, 70, 78, 79], "relu": [47, 48, 65, 73], "remain": [45, 46, 48, 50, 56, 67, 70, 74, 76, 77, 78, 79, 80], "remaind": 70, "reman": 46, "remark": 45, "rememb": [30, 44, 52, 57, 64, 65, 67, 68, 73, 76], "remind": [44, 49, 55, 57, 63, 67, 70, 77], "remot": 59, "remov": [29, 48, 49, 50, 62, 74, 75, 76], "renam": [41, 59], "render": [22, 27, 28, 29, 44, 73, 74], "reorder": [49, 51, 74, 75, 78, 79], "reorgan": [44, 73], "repeat": [44, 45, 47, 48, 49, 50, 53, 54, 55, 57, 58, 67, 68, 70, 73, 74, 75, 76, 77, 78, 80], "repeated": 73, "repeatedli": [44, 50, 54, 57, 77, 78], "repet": 47, "repetit": [50, 73, 74, 77, 78], "rephras": [57, 75], "replac": [44, 45, 47, 48, 49, 50, 54, 56, 58, 66, 68, 73, 74, 75, 77, 78, 80], "replica": [50, 77], "repo": [59, 68], "report": [73, 76, 78, 79], "repositori": [20, 41, 48, 64, 68, 73], "reposotori": [], "repres": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "represent": [44, 45, 47, 50, 70, 73, 77, 78], "representd": 47, "reproduc": [16, 18, 24, 30, 31, 32, 35, 37, 42, 44, 49, 50, 53, 56, 59, 60, 62, 64, 66, 68, 70, 73, 74, 80], "repuls": [44, 73], "request": [29, 44, 57, 76], "requir": [27, 28, 29, 30, 44, 45, 47, 48, 49, 50, 52, 53, 55, 56, 57, 59, 61, 62, 63, 64, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "res1": 46, "res2": 46, "res3": 46, "res_analyt": 46, "res_analytical1": 46, "res_analytical2": 46, "res_analytical3": 46, "resaml": 50, "resampl": [44, 51, 54, 66, 73, 74], "rescal": [44, 55, 56, 76, 79], "rescu": 49, "reseach": 50, "research": [44, 48, 57, 65, 66, 72, 73, 76], "resembl": [50, 70, 77], "reserv": [16, 18, 31, 32, 35, 37, 42, 45, 49, 50, 70, 77, 78], "reshap": [44, 45, 46, 47, 48, 50, 52, 53, 54, 67, 73, 74, 77, 78], "resid": 76, "residenti": [], "residu": [44, 49, 57, 73], "resiz": [49, 74, 75], "resnet": 76, "resort": 76, "resourc": [73, 76], "respect": [44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 61, 62, 65, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "respond": [56, 79, 80], "respons": [44, 51, 53, 56, 73, 74, 78, 79, 80], "rest": [23, 44, 49, 62, 65, 74, 75, 76], "restat": [44, 56, 73], "restor": 48, "restored_discrimin": 48, "restored_gener": 48, "restrict": [19, 26, 31, 34, 36, 44, 47, 53, 56, 73, 79, 80], "result": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 73, 76, 77, 78, 79], "retail": [], "retain": [16, 18, 31, 32, 35, 37, 42, 49, 50, 74, 75, 76, 77, 78], "rethink": 77, "return": [27, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 57, 58, 60, 61, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "return_data": 58, "return_sequ": 48, "return_x_i": 53, "reus": [45, 47, 50, 63, 64, 68, 80], "reveal": [44, 56, 73, 79, 80], "revers": [45, 67], "review": [66, 67], "revis": 20, "revisit": 58, "revolut": 73, "reward": [44, 48, 73], "rewrit": [30, 44, 47, 49, 50, 51, 52, 54, 55, 56, 57, 60, 63, 67, 68, 70, 75, 76, 78, 79, 80], "rewritten": [46, 50, 52, 54, 70, 77], "rewrot": [57, 78, 79], "rf": 54, "rgb": 47, "rgoj5yh7evk": 66, "rh": [50, 77], "rho": [44, 54, 57, 76], "rho_1": 54, "rho_2": 54, "rho_m": 54, "rich": [44, 73], "rid": 30, "ride": 53, "rideclass": 53, "ridedata": 53, "ridg": [51, 55, 57, 64, 66, 73, 77, 78, 79], "ridge_paramet": 61, "ridge_sk": 50, "ridgebeta": 75, "ridgetheta": 49, "right": [16, 18, 19, 26, 29, 31, 32, 34, 35, 36, 37, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 58, 60, 61, 63, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "right_sid": 46, "rightarrow": [44, 45, 49, 50, 52, 55, 56, 57, 70, 73, 74, 75, 76, 77, 79, 80], "rigor": [44, 73, 74, 75], "ring": 50, "rise": [44, 73], "risk": [44, 57, 73, 75, 76], "rival": 48, "river": [], "rlm": 73, "rm": [70, 76], "rmse": [], "rmsporp": [57, 76], "rmsprop": [45, 47, 48, 57, 68, 77, 80], "rnd_clf": 54, "rng": [70, 78, 79], "rnn": [48, 56, 79, 80], "rnn1": 48, "rnn2": 48, "rnn_2layer": 48, "rnn_input": 48, "rnn_output": 48, "rnn_train": 48, "rntrick1": 70, "rntrick2": 70, "rntrick3": 70, "rntrick4": 70, "ro": [44, 57, 73, 75, 76], "robert": [63, 68, 72], "robust": [25, 44, 73, 76], "robustscal": [44, 74, 76], "roc": [51, 54], "role": [44, 46, 49, 50, 52, 62, 66, 68, 73, 74, 75, 76, 77, 78, 80], "roll": 50, "ronach": 16, "room": [44, 71, 73], "root": [17, 44, 49, 53, 57, 59, 70, 74, 75, 76, 80], "root_directori": 17, "rot": 73, "rotat": [45, 52, 53, 54], "rotation_matrix": 53, "roughli": [45, 47, 62], "round": [51, 53, 57, 79], "routin": [57, 67, 73, 75], "row": [44, 45, 46, 49, 50, 53, 55, 60, 65, 67, 73, 74, 75, 77], "rr": [29, 49, 74, 75], "rrr": [49, 74, 75], "rubric": 40, "rudg": [], "rug": [57, 75, 76], "rule": [44, 45, 49, 50, 57, 68, 73, 74, 75, 79], "run": [23, 41, 44, 45, 46, 48, 49, 50, 52, 53, 55, 57, 59, 64, 65, 66, 68, 73, 74, 75, 76, 77, 78], "runtim": [45, 50, 58, 59], "rust": [44, 66, 67, 73], "rvert": 45, "rvert_2": 45, "s_": [47, 50], "s_1": 50, "s_i": [50, 51, 78], "s_j": 50, "s_k": 50, "s_phenomenon": 68, "saddl": [57, 75, 76], "safeguard": [62, 76], "sai": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "said": [50, 53, 57, 75], "sake": [44, 49, 51, 55, 73, 74, 75, 78, 79, 80], "sale": [44, 73], "sam": 73, "same": [22, 27, 30, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 58, 59, 60, 62, 64, 65, 67, 68, 70, 73, 74, 75, 79, 80], "samm": 54, "sampl": [21, 24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 57, 58, 62, 63, 66, 67, 68, 70, 73, 74, 76, 77, 78, 79], "sample_vari": 58, "sampleexptvari": 70, "samples_per_class": [78, 79], "samwis": 73, "sandbox": 30, "sandboxmod": 65, "sasha": 30, "sastri": 55, "satisfactori": [44, 73], "satisfi": [45, 46, 47, 50, 52, 57, 67, 70, 75, 77], "satur": [45, 50, 77, 78], "save": [27, 28, 44, 48, 50, 51, 53, 57, 64, 73, 76, 77, 78], "save_fig": [44, 50, 51, 53, 54, 73, 77, 78], "savefig": [44, 48, 50, 51, 53, 70, 73, 77, 78], "savetxt": 48, "saw": [49, 74], "scalabl": 54, "scalar": [46, 49, 50, 54, 74, 77, 80], "scale": [44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 66, 67, 68, 71, 73, 75, 78, 79], "scale_mean": 48, "scale_std": 48, "scaler": [44, 51, 52, 53, 54, 55, 61, 68, 74], "scan": [49, 51, 78, 79], "scari": 49, "scatter": [44, 45, 50, 51, 52, 53, 58, 59, 61, 65, 73, 74, 76, 77, 78], "scenario": [50, 57, 75, 76], "schedul": [57, 76], "scheme": [45, 57, 75, 76, 78, 79], "schrage": 70, "sch\u00f8yen": [50, 74, 76], "scienc": [44, 45, 54, 56, 57, 66, 69, 70, 71, 72, 75, 77, 78, 79, 80], "scientif": [44, 64, 66, 68, 73, 78, 79], "scientist": [29, 44, 73], "scikit": [30, 47, 49, 50, 52, 53, 54, 57, 59, 60, 64, 65, 66, 67, 68, 72], "scikit_learn": [44, 79], "scikitlearn": 73, "scikitplot": [51, 54, 79], "scipi": [30, 44, 47, 49, 50, 57, 66, 67, 68, 73, 74, 75, 77], "scl": 50, "scm": 59, "score": [44, 45, 47, 50, 51, 53, 54, 55, 59, 60, 63, 65, 68, 71, 73, 74, 76, 77, 78, 79], "scores_kfold": [50, 77, 78], "scratch": [45, 57, 60, 79, 80], "script": [28, 29, 30, 41], "sdg": [57, 76], "sdv4f4s2sb8": [75, 76], "seaborn": [44, 45, 47, 50, 51, 73, 79], "seamless": [44, 66, 68, 73], "search": [44, 45, 47, 49, 53, 57, 59, 73, 75, 76], "sebastian": [73, 80], "sebastianraschka": 73, "sec": 50, "second": [44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 58, 59, 60, 64, 65, 66, 67, 70, 71, 73, 74, 75, 77, 78, 79, 80], "second_mo": 76, "second_term": 76, "secondari": 76, "secondeigvector": 55, "secondli": [56, 80], "section": [30, 48, 55, 60, 64, 67, 68, 70, 74, 76, 78], "sector": 44, "see": [20, 21, 22, 23, 24, 27, 28, 30, 37, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "seed": [24, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 57, 58, 62, 64, 65, 68, 70, 73, 74, 75, 76, 77, 78, 80], "seed_imag": 48, "seek": [45, 46, 52], "seem": [45, 47, 48, 76], "seemingli": [44, 73], "seen": [44, 45, 47, 49, 54, 56, 70], "segment": [57, 75], "seismic": 50, "seldomli": [44, 73], "select": [30, 41, 45, 49, 50, 52, 53, 54, 55, 59, 64, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77], "selevet": 59, "self": [30, 45, 49, 74, 78, 79], "sell": [19, 26, 31, 34, 36, 48], "semest": [51, 69, 79], "semi": [52, 57, 75, 76], "semilogx": 50, "send": [49, 56, 57, 65, 71, 73, 79, 80], "senior": [69, 71], "sens": [44, 48, 50, 52, 65, 73, 77], "sensibl": [47, 65], "sensit": [44, 49, 50, 53, 57, 73, 74, 76, 77, 78], "sent": [46, 65, 80], "sentdex": [79, 80], "sentenc": [48, 56, 79, 80], "separ": [44, 45, 46, 48, 50, 52, 53, 56, 58, 62, 65, 66, 68, 70, 73, 76, 77, 79, 80], "septemb": [62, 68, 73], "sequenc": [47, 48, 51, 53, 54, 56, 57, 66, 67, 70, 73, 75, 78, 79, 80], "sequenti": [45, 47, 48, 54, 56, 70, 79, 80], "seri": [30, 44, 45, 46, 47, 48, 49, 50, 54, 55, 56, 57, 67, 73, 74, 75, 77, 79, 80], "serif": [51, 70, 73, 78], "serv": [22, 44, 45, 46, 47, 49, 51, 57, 72, 73, 74, 75, 76, 78, 79], "servic": [16, 18, 31, 32, 35, 37, 41, 42, 68], "session": [45, 59, 64, 68, 69, 71, 73], "set": [20, 29, 30, 45, 48, 49, 50, 51, 52, 54, 55, 57, 58, 60, 61, 62, 65, 66, 67, 68, 70, 71, 76, 77, 78, 79], "set_major_formatt": 50, "set_major_loc": 50, "set_tick": [45, 52], "set_ticklabel": 45, "set_titl": [44, 45, 46, 47, 51, 56, 58, 73, 78, 79], "set_xlabel": [44, 45, 46, 47, 51, 56, 73, 78, 79], "set_xlim": [51, 56, 78, 79], "set_xticklabel": 45, "set_ylabel": [44, 45, 46, 47, 51, 73, 79], "set_ylim": [51, 56, 78, 79], "set_ytick": [51, 79], "set_yticklabel": [45, 50], "set_zlim": 50, "seth": 48, "setminu": 50, "setosa": [52, 53], "setosa_or_versicolor": 52, "setp": [50, 77, 78], "setup": [45, 48, 50, 52, 66, 73, 74, 75, 80], "sever": [44, 47, 49, 50, 51, 52, 53, 55, 56, 57, 60, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "sgd": [45, 47, 75], "sgd_clf": 52, "sgdclassifi": 52, "sgdreg": 57, "sgdregressor": 57, "sgn": [49, 74, 75], "shall": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "shallow": [57, 76], "shape": [44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 62, 65, 67, 73, 74, 75, 76, 77, 78, 79, 80], "share": [20, 45, 47, 59, 73], "share_mask": 30, "shareabl": 59, "she": [51, 78, 79], "sheppard": 31, "shibukawa": 19, "shift": [45, 50, 56, 59, 62, 70, 74, 76, 79], "ship": 47, "shire": 73, "short": [41, 48, 49, 64, 68], "shortcom": [57, 75, 76], "shorten": 48, "shorter": 70, "shorthand": [73, 77], "shortli": [67, 73], "should": [20, 23, 27, 41, 44, 46, 47, 49, 50, 52, 53, 55, 56, 59, 62, 63, 64, 65, 67, 68, 70, 73, 74, 76, 77, 78, 80], "shouldn": 30, "show": [21, 22, 23, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "show_shap": 48, "shown": [44, 48, 49, 52, 56, 57, 67, 74, 75, 76, 79, 80], "shrink": [47, 49, 50, 52, 55, 74, 75, 76], "shrinkag": [49, 50, 74, 75], "shrunk": 55, "shuffl": [44, 45, 48, 50, 57, 74, 76, 77, 78], "sickit": 80, "side": [44, 46, 49, 52, 56, 57, 67, 68, 73, 75, 78, 79], "sigh": [66, 73], "sigma": [44, 45, 49, 50, 51, 54, 55, 56, 57, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "sigma0": 70, "sigma1": 70, "sigma2": 70, "sigma_": [49, 67, 73, 74, 75, 77], "sigma_0": [49, 74, 75], "sigma_1": [49, 74, 75, 80], "sigma_2": [49, 74, 75, 80], "sigma_fn": [51, 56, 78, 79], "sigma_i": [44, 49, 73, 74, 75], "sigma_j": [49, 74, 75], "sigma_m": [50, 70, 77], "sigma_n": [55, 70], "sigma_t": 57, "sigma_x": 70, "sigmoid": [45, 46, 48, 51, 52, 54, 56, 65, 78, 79, 80], "sigmundson": [50, 74, 76], "sign": [24, 45, 46, 51, 52, 54, 70, 71, 78], "signal": [45, 47, 54, 56, 76, 79, 80], "signifi": 48, "signific": [45, 76], "significantli": [45, 57, 62, 70, 75, 76], "sim": [48, 49, 50, 57, 63, 70, 77], "similar": [22, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 62, 66, 67, 68, 73, 75, 77, 78, 79, 80], "similarli": [44, 45, 47, 49, 52, 54, 57, 70, 73, 74, 75, 76, 80], "simpl": [22, 25, 29, 45, 46, 47, 49, 50, 51, 52, 54, 55, 56, 58, 60, 61, 66, 67, 70, 77, 79], "simple_plot": 30, "simplepredict": 54, "simpler": [25, 44, 45, 49, 50, 51, 57, 60, 66, 68, 73, 75, 76], "simplernn": 48, "simplest": [44, 45, 47, 48, 53, 54, 56, 58, 68, 73, 79, 80], "simpletre": 54, "simpli": [44, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 66, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "simplic": [46, 49, 50, 51, 52, 53, 54, 55, 56, 58, 74, 75, 76, 78, 79, 80], "simplicti": [49, 74, 75], "simplif": 80, "simplifi": [29, 44, 50, 53, 62, 66, 68, 73, 74, 76, 77, 78, 80], "simplist": [47, 50, 70, 77], "simul": [50, 62, 76, 77, 78], "simultan": [50, 76, 77, 78], "sin": [44, 45, 46, 47, 48, 53, 56, 57, 67, 73, 79], "sinc": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 60, 62, 65, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "sine": [47, 56, 79], "singl": [20, 44, 45, 46, 47, 49, 50, 51, 52, 53, 56, 57, 62, 63, 65, 67, 70, 73, 74, 75, 76, 77, 78], "singular": [44, 50, 57, 67, 73, 77], "sinusoid": 47, "site": [44, 68, 69, 74], "situat": [44, 48, 49, 51, 57, 70, 73, 74, 75, 76, 78, 79], "six": [47, 70, 80], "size": [44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 57, 62, 64, 65, 67, 68, 70, 73, 77, 78, 79, 80], "sizesp": 76, "sketch": 54, "ski": 53, "skill": 44, "skip": 55, "skl": [44, 50, 73, 74, 76], "sklearn": [44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 73, 74, 75, 76, 77, 78, 79], "skplt": [51, 54, 79], "sl": [50, 74, 76], "slack": 52, "slender": 33, "slice": [46, 67, 73], "slide": [44, 47, 60, 68, 70, 73, 74, 75, 80], "slight": [22, 50, 57, 77, 78], "slightli": [45, 46, 47, 49, 50, 51, 54, 70, 74, 75, 77, 78, 79, 80], "slope": [52, 55, 56, 79], "slow": [30, 44, 46, 52, 57, 62, 74, 75, 76], "slower": [30, 49, 67, 73, 74, 75, 76], "slowest": 67, "slowli": [56, 76], "slp": 45, "small": [21, 22, 44, 45, 46, 47, 49, 50, 52, 53, 54, 55, 56, 57, 62, 65, 66, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "smaller": [44, 45, 46, 49, 50, 52, 53, 55, 57, 65, 70, 73, 74, 75, 76, 77, 78], "smallest": [44, 48, 58, 73], "smallest_row_index": 58, "smodin": 41, "smooth": [44, 47, 50, 57, 68, 73, 75, 76], "smoother": 76, "sn": [44, 45, 47, 50, 51, 73, 79], "sne": 55, "so": [19, 23, 26, 29, 30, 31, 34, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "soar": 50, "social": 44, "soft": [45, 51, 54, 56, 78, 79, 80], "soften": 52, "softmax": [47, 51, 65, 78, 79], "softmax_vec": 65, "softwar": [16, 18, 19, 26, 31, 32, 34, 35, 36, 42, 44, 52, 66, 67, 80], "sokogskriv": 64, "sol": 52, "sol1": 65, "sole": [44, 50, 73], "solid": [44, 51, 78, 79], "solut": [44, 45, 46, 47, 49, 50, 52, 54, 55, 57, 62, 65, 67, 68, 70, 73, 74, 75, 76, 77], "solution_ev": 76, "soluton": 46, "solv": [44, 45, 47, 49, 50, 52, 54, 55, 56, 57, 60, 67, 68, 73, 74, 80], "solve_expdec": 46, "solve_ode_deep_neural_network": 46, "solve_ode_neural_network": 46, "solve_pde_deep_neural_network": 46, "solveod": 46, "solveode_popul": 46, "solver": [46, 51, 52, 53, 54, 67, 73, 79], "some": [16, 21, 22, 24, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 68, 70, 73, 76, 77, 79], "some_model": [50, 74, 76], "somehow": 48, "someon": 60, "someth": [44, 45, 47, 48, 51, 53, 55, 59, 63, 64, 68, 70, 73, 74, 79], "sometim": [44, 45, 55, 56, 57, 58, 63, 74, 76, 79, 80], "somewhat": 79, "soon": [67, 71, 74], "sophist": [44, 73], "sopt": 57, "sort": [49, 50, 53, 55, 70, 77, 78], "sound": [47, 49], "sourc": [16, 18, 20, 32, 35, 37, 42, 44, 45, 47, 50, 66, 67, 68, 70, 73, 76, 77, 78], "space": [44, 45, 48, 49, 52, 53, 55, 56, 57, 58, 70, 74, 75, 76, 78, 79, 80], "span": [22, 44, 47, 49, 53, 55, 67, 73, 74, 75], "spare": 45, "spars": [47, 50, 62, 67, 73, 76], "sparse_mtx": [67, 73], "sparsecategoricalcrossentropi": 47, "sparsiti": [54, 62], "spatial": [45, 46, 47, 56, 79, 80], "speak": 70, "special": [16, 18, 22, 30, 31, 32, 35, 37, 42, 50, 51, 54, 56, 57, 67, 70, 73, 74, 75, 76, 78, 79, 80], "specif": [16, 18, 20, 22, 31, 32, 35, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 59, 60, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 80], "specifi": [27, 44, 47, 49, 50, 51, 53, 55, 57, 58, 70, 73, 75, 76, 77, 78, 79], "specifici": [44, 54, 73], "spectacular": 47, "spectral": 45, "speech": [44, 45, 47, 48, 56, 79, 80], "speed": [30, 45, 46, 48, 57], "spend": [60, 70, 76], "spent": 68, "sphere": [44, 74, 76], "sphinx": [22, 41, 42], "sphinx_book_them": 41, "sphinxcontrib": 42, "spike": 76, "spin": 50, "spite": 44, "spitzer": 25, "spline": 52, "split": [41, 45, 47, 48, 49, 50, 52, 53, 54, 55, 58, 60, 61, 64, 65, 68, 70, 73, 75, 76, 77, 78], "splite": 44, "splitter": [45, 54], "spoiler": 27, "spontan": 70, "spot": 47, "spread": [44, 55, 70, 73, 74, 78, 79], "springer": [63, 68, 72, 73, 77, 78], "spuriou": [57, 76], "sqquar": 75, "sqrsignal": 47, "sqrt": [47, 48, 49, 50, 52, 54, 55, 57, 70, 74, 75, 76, 77, 80], "squar": [45, 46, 47, 48, 51, 52, 53, 55, 57, 58, 59, 61, 62, 66, 67, 70, 77, 78, 79, 80], "squarederror": 54, "squaredeuclidean": 58, "squash": [56, 79], "src": [29, 41], "srtm": 50, "srtm_data_norway_1": 50, "sso": 64, "stabil": [49, 68, 76, 78, 79], "stabl": [44, 48, 49, 50, 53, 60, 64, 66, 68, 73, 74, 75, 76], "stack": [47, 48], "stage": [49, 57, 59, 68, 76, 80], "stagnat": 76, "stai": [44, 46, 48, 49, 55, 73, 74, 76], "stand": [22, 44, 49, 53, 56, 73, 74, 75, 79], "standard": [44, 45, 48, 49, 50, 51, 52, 54, 56, 61, 62, 63, 67, 68, 70, 73, 75, 76, 78, 79, 80], "standardscal": [44, 50, 51, 52, 53, 54, 55, 61, 74, 76], "standpoint": 76, "stanford": [57, 75], "start": [17, 22, 23, 30, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 65, 67, 70, 71, 73, 74, 75, 76, 77, 78, 80], "start_tim": 58, "starter": 22, "stat": [50, 77], "state": [24, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 66, 70, 73, 74, 75, 77, 78, 79, 80], "statement": [44, 51, 67, 73, 79], "static": 41, "stationari": [75, 76], "statist": [44, 45, 47, 48, 51, 53, 54, 55, 56, 57, 58, 63, 67, 68, 72, 74, 75, 76, 79, 80], "statu": [44, 51, 59, 73, 78, 79], "stavang": 50, "stb": 41, "std": [44, 48, 50, 62, 73, 74, 76, 77, 78], "steep": [57, 75, 76], "steepest": 76, "stefan": [29, 37], "step": [30, 44, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 62, 67, 68, 73, 75, 79, 80], "step_fn": [51, 56, 78, 79], "step_length": [57, 76], "step_siz": 76, "steps_list": 53, "stereo": 47, "sticki": 29, "still": [20, 30, 44, 46, 47, 49, 50, 55, 57, 65, 70, 74, 75, 76, 77, 78, 80], "stimuli": [56, 79, 80], "stk": [72, 73], "stk2100": [72, 73], "stk3155": [59, 68, 69, 71], "stk4021": [72, 73], "stk4051": [72, 73], "stk4155": [69, 71], "stk5000": 72, "stochast": [44, 45, 49, 50, 52, 55, 56, 75, 77, 78, 80], "stock": 48, "stoke": [56, 79, 80], "stone": [44, 51, 78, 79, 80], "stop": [45, 48, 53, 57, 58, 62, 75, 80], "storag": [49, 74, 75], "store": [22, 30, 44, 45, 46, 47, 50, 55, 57, 70, 73, 76], "storehaug": [71, 73], "stori": 30, "str": [45, 47, 48], "straight": [44, 50, 52, 57, 73, 75, 77], "straightforward": [44, 46, 47, 49, 50, 52, 53, 54, 57, 67, 73, 74, 75, 77], "strategi": [44, 45, 53, 73], "stratifi": [50, 77, 78], "stream": 76, "strength": [44, 49, 58, 74, 75], "stretch": 55, "strict": [16, 18, 31, 32, 35, 37, 42, 52, 57, 75], "strictli": [52, 57, 75], "stride": [48, 67], "strike": 50, "string": 45, "stroke": [51, 78, 79], "strong": [47, 50, 53, 54, 56, 67, 70, 76, 77, 79, 80], "strongli": [44, 52, 59, 64, 66, 67], "stronli": [], "structur": [17, 21, 22, 44, 45, 46, 47, 50, 53, 54, 56, 66, 73, 77, 78, 79], "stuck": [45, 57, 75, 76], "student": [29, 44, 59, 68, 69, 71, 72, 73], "studi": [44, 47, 48, 49, 50, 51, 52, 55, 56, 57, 66, 68, 72, 73, 74, 75, 76, 78, 80], "studier": 72, "stuff": 65, "style": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 42, 51, 53, 64, 67, 73], "stylesheet": 29, "st\u00f8land": 71, "sub": [53, 56, 76, 79, 80], "subarrai": 30, "subclass": 30, "subdivid": [44, 67, 73], "subfield": 44, "subgradi": 76, "subject": [19, 26, 31, 34, 36, 50, 52, 70], "sublicens": [19, 26, 31, 34, 36], "sublinear": 76, "submit": 73, "subplot": [24, 44, 45, 47, 48, 50, 51, 52, 53, 54, 58, 65, 73, 77, 78, 79], "subplots_adjust": [52, 70], "subprogram": [67, 73], "subproject": 20, "subract": [44, 74], "subroutin": [44, 73], "subscript": 45, "subsequ": [45, 48, 49, 50, 56, 67, 70, 74, 75, 77, 79, 80], "subset": [45, 50, 53, 56, 57, 66, 73, 75, 76, 77, 78, 79, 80], "subspac": [44, 52, 55, 74], "substanti": [19, 26, 30, 34, 36, 53, 54, 76], "substep": 55, "substitut": [16, 18, 31, 32, 35, 37, 42, 47, 50, 56, 60, 67, 77, 78, 79], "subsubset": 53, "subtask": 50, "subtl": 45, "subtract": [44, 48, 49, 50, 55, 57, 62, 63, 67, 68, 70, 74, 76, 77, 78], "subtre": 53, "succeed": [44, 48, 73], "success": [27, 47, 51, 53, 57, 70, 78, 79], "successfulli": [48, 53], "succinctli": 76, "sudo": [44, 66, 68, 73], "suffer": [44, 45, 46, 49, 54, 73, 74, 75], "suffici": [45, 50, 52, 55, 57, 75, 77, 78], "suggest": [30, 45, 57, 68, 72, 75, 76], "suit": [52, 56, 79, 80], "suitabl": [44, 59, 63, 70, 74, 76], "sum": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 63, 65, 67, 70, 73, 74, 75, 76, 79], "sum_": [44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "sum_i": [44, 46, 49, 50, 52, 57, 63, 68, 74, 75, 76, 77, 78], "sum_j": [50, 62, 76], "sum_ja_": 44, "sum_k": [50, 52, 56, 67, 80], "sum_logist": 57, "sum_m": 47, "sum_n": 47, "sum_nx_": 47, "summar": [49, 50, 53, 77, 78], "summari": [27, 45, 47, 48, 54, 69, 75, 76], "summat": [44, 47, 60, 74, 75], "sunni": 53, "super": [49, 74, 75, 76], "superfici": 47, "superscript": [45, 56, 79, 80], "supervis": [44, 49, 50, 51, 53, 56, 66, 73, 74, 75, 77, 78, 79, 80], "supplement": [51, 68, 78, 79], "suppli": 29, "support": [23, 29, 41, 43, 44, 45, 53, 54, 55, 57, 64, 65, 66, 73, 74, 76, 78, 79, 80], "suppos": [44, 49, 50, 51, 52, 54, 55, 56, 57, 67, 73, 74, 75, 76, 77, 78, 79, 80], "suppress": [49, 57, 75], "sure": [24, 30, 44, 45, 48, 50, 60, 64, 65, 68], "surf": 50, "surfac": [44, 50, 73, 76], "surpass": 50, "surpris": [30, 44, 73], "surround": [47, 66], "survei": [44, 49, 50, 73, 74], "svc": [52, 53, 54], "svd": [44, 50, 55, 73, 77], "svdinv": 49, "svm": [52, 53, 54, 55], "svm_clf": [52, 54], "svn": 30, "swap": 65, "swath": [49, 74, 75], "switch": 44, "sy": [17, 57, 75, 76], "symbol": [45, 49, 55, 57, 66, 70, 73, 74, 75, 80], "symmeteri": 45, "symmetr": [44, 49, 52, 55, 56, 57, 67, 73, 74, 79, 80], "symmetri": 50, "sympi": [44, 66, 68, 73, 80], "synonim": 70, "syntax": [0, 22, 28, 57], "system": [28, 43, 44, 45, 47, 48, 50, 51, 53, 54, 56, 57, 59, 66, 67, 68, 73, 75, 76, 78, 79, 80], "systemat": [48, 50, 77, 78], "t": [24, 29, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 70, 71, 73, 75, 76, 77, 78, 79, 80], "t0": [47, 50, 57, 76], "t1": [46, 57, 76], "t2": 46, "t3": 46, "t9jjwsmsd1o": 77, "t_": 46, "t_0": [46, 53, 57, 76], "t_1": [57, 76], "t_b": 54, "t_i": [45, 46, 49, 56, 74, 75], "t_j": 56, "t_k": 53, "tabl": [29, 53, 68, 70, 71, 73, 79], "tabul": [44, 73], "tabular": 73, "tackl": 48, "tag": [27, 28, 46, 47, 48, 49, 50, 51, 56, 57, 58, 67, 70, 74, 75, 78, 79, 80], "tagrget": 80, "taht": [44, 73], "tail": [27, 70], "tailor": [46, 52, 55, 73, 80], "taiwan": [44, 73], "take": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 61, 63, 65, 66, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "taken": [44, 45, 47, 50, 54, 57, 65, 67, 77], "tan": 47, "tangent": [45, 48, 56, 57, 75, 79], "tanh": [45, 48, 51, 52, 56, 78, 79], "target": [44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 60, 62, 63, 65, 73, 74, 75, 76, 77, 78, 79, 80], "target_nam": [53, 65], "task": [44, 45, 47, 50, 53, 55, 56, 58, 65, 68, 73, 76, 77, 78, 79, 80], "tau": [47, 49, 70], "taught": 73, "tax": [], "taylor": [46, 57, 75, 80], "taylornr": [57, 75], "tc": 52, "teach": [59, 69, 73, 77], "team": [37, 45], "teaser": 44, "technic": [44, 49, 50, 57, 68, 75, 76, 77], "techniqu": [44, 45, 52, 54, 57, 66, 70, 72, 73, 74, 76, 77, 78], "technologi": [44, 45], "tell": [44, 48, 50, 54, 55, 57, 60, 70, 76, 77, 78], "temp": 45, "temp1": 45, "temp2": 45, "temperatur": [44, 53, 73], "templat": [62, 64], "temporari": 30, "temporarili": 45, "ten": [47, 73, 80], "tend": [47, 49, 50, 52, 53, 54, 56, 57, 58, 74, 76, 77, 78], "tendenc": [44, 73], "tension": [50, 77, 78], "tensor": 47, "tensorflow": [44, 46, 48, 52, 58, 66, 67, 68, 72, 73, 74], "term": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 63, 68, 70, 73, 74, 75, 76, 78, 79], "term1": [49, 50, 55], "term2": [49, 50, 55], "term3": [49, 50, 55], "term4": [49, 50, 55], "termin": [44, 48, 49, 53, 54, 57, 59, 74, 75, 76], "terminarl": 59, "terrain": 50, "terrain1": 50, "test": [29, 30, 47, 48, 49, 50, 51, 52, 53, 54, 57, 60, 63, 64, 65, 67, 68, 70, 73, 75, 76, 77, 78, 79], "test_acc": 47, "test_accuraci": [45, 47], "test_error": 50, "test_imag": [47, 48], "test_ind": [50, 77, 78], "test_input": 48, "test_label": [47, 48], "test_loss": 47, "test_pr": 45, "test_predict": 45, "test_rnn": 48, "test_scor": [51, 54, 79], "test_siz": [44, 45, 47, 49, 50, 54, 59, 61, 74, 75, 76, 77, 78], "test_split": 53, "testerror": [44, 50, 74, 77, 78], "testi": 48, "testpredict": 48, "testx": 48, "tex": [24, 29], "text": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 22, 23, 44, 45, 46, 48, 49, 52, 53, 55, 57, 59, 62, 64, 67, 68, 70, 72, 74, 75, 76, 77, 78], "textbf": [], "textbook": [60, 68, 74, 75, 77, 78], "textual": 53, "textur": 45, "tf": [45, 47, 48, 57, 58, 75], "th": [44, 45, 46, 49, 50, 51, 53, 56, 57, 58, 67, 68, 70, 73, 74, 76, 77, 78, 79, 80], "than": [30, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 61, 65, 66, 70, 73, 74, 76, 77, 78, 79, 80], "thank": [48, 50, 74, 76], "theano": [45, 66, 73], "thei": [20, 22, 27, 30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 60, 62, 64, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "them": [17, 41, 44, 45, 47, 48, 50, 52, 53, 54, 55, 56, 57, 62, 65, 67, 68, 73, 74, 79, 80], "theme": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 41, 44, 59, 73], "themselv": [44, 68, 70, 73, 76], "thenc": [50, 77, 78], "theorem": [46, 50, 51, 74, 75, 78, 79], "theoret": [44, 48, 54], "theori": [16, 18, 31, 32, 35, 37, 42, 44, 45, 47, 52, 53, 56, 57, 63, 66, 68, 72, 73, 76, 79, 80], "thereaft": [44, 49, 50, 55, 56, 67, 68, 73, 77, 78, 80], "therebi": [44, 49, 51, 55, 68, 73, 74, 75, 78, 79, 80], "therefor": [44, 45, 46, 47, 48, 50, 51, 52, 55, 57, 63, 70, 73, 74, 75, 76, 77, 78, 79], "therein": 55, "thereof": [44, 50, 57, 73, 76, 77], "theta": [44, 45, 48, 49, 50, 51, 57, 60, 68, 70, 73, 74, 75, 76, 78, 79, 80], "theta1": 76, "theta2": 76, "theta_": [44, 45, 50, 51, 57, 73, 74, 75, 76, 78, 79], "theta_0": [44, 49, 50, 51, 60, 73, 74, 75, 76, 78, 79], "theta_0x_": [44, 73, 74], "theta_1": [44, 49, 50, 51, 73, 74, 75, 76, 78, 79], "theta_1x_": [44, 73, 74], "theta_1x_0": [44, 73], "theta_1x_1": [44, 51, 73, 78, 79], "theta_1x_2": [44, 73], "theta_1x_i": [51, 74, 75, 76, 78, 79], "theta_2": [44, 73, 74], "theta_2x_": [44, 73, 74], "theta_2x_0": [44, 73], "theta_2x_1": [44, 73], "theta_2x_2": [44, 51, 73, 78, 79], "theta_2x_i": 74, "theta_3x_i": 74, "theta_4x_i": 74, "theta_closed_form": 62, "theta_closed_formol": 62, "theta_closed_formridg": 62, "theta_gdol": 62, "theta_gdridg": 62, "theta_i": [44, 45, 49, 73, 74, 75], "theta_j": [44, 49, 50, 62, 73, 74, 76], "theta_k": [75, 76], "theta_linreg": [57, 75, 76], "theta_ol": 62, "theta_p": [51, 78, 79], "theta_px_p": [51, 78, 79], "theta_ridg": 62, "theta_t": [57, 76], "theta_tru": 62, "thetaand": 79, "thetaith": 76, "thetaor": 79, "thetavalu": 49, "thetaxor": 79, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 34, 35, 36, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 74, 75, 76, 77, 78, 79], "thing": [23, 30, 44, 45, 46, 48, 49, 51, 53, 59, 60, 62, 65, 70, 73, 77, 79], "think": [44, 45, 47, 48, 50, 53, 56, 57, 58, 70, 73, 74, 75, 76, 77, 79], "third": [30, 44, 47, 50, 57, 71, 73, 75, 76], "thirti": [51, 79], "thorughout": 73, "those": [22, 44, 47, 49, 50, 52, 53, 54, 55, 67, 68, 73, 74, 75, 76, 77, 78, 80], "though": [45, 46, 47, 48, 57, 60, 61, 63, 65, 67, 70, 76], "thought": [50, 58, 68, 70, 77, 78], "thousand": [44, 45, 68, 74, 76], "three": [44, 45, 47, 49, 50, 52, 53, 56, 65, 67, 68, 69, 70, 71, 73, 74, 75, 77, 78, 79], "threshold": [45, 47, 53, 54, 55, 56, 57, 76, 78, 79, 80], "through": [44, 45, 46, 47, 48, 49, 50, 52, 55, 56, 57, 58, 59, 65, 66, 67, 68, 70, 73, 74, 75, 76, 77, 79], "throughout": [44, 48, 49, 58, 59, 66, 67, 70, 73], "throw": [29, 47, 50, 70, 77], "thu": [20, 44, 45, 46, 49, 50, 51, 52, 54, 55, 56, 57, 71, 73, 74, 75, 76, 77, 78, 79, 80], "thumb": [44, 50, 68, 74], "thursdai": [], "tibshirani": [50, 63, 68, 72, 73, 77, 78], "tick_param": 50, "ticker": [50, 57, 70, 75, 76], "tif": 50, "tight_layout": [45, 51, 79], "tightli": 55, "tild": [44, 49, 50, 51, 55, 63, 68, 70, 73, 74, 75, 76, 77, 78, 80], "till": [44, 48, 51, 52, 53, 54, 56, 67, 73, 74, 78, 79, 80], "time": [41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 70, 73, 74, 75, 77, 78, 79, 80], "timeit": 48, "timer": 48, "timeseri": 30, "tini": [45, 76], "tip": 47, "titl": [44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 57, 59, 64, 65, 70, 73, 75, 76, 77, 78], "tm": 29, "tmp": 57, "tn": [46, 47, 51], "to_categor": [45, 47, 48], "to_categorical_numpi": 45, "to_numer": [44, 50, 73, 77, 78], "todai": 47, "togeth": [44, 47, 50, 52, 55, 57, 66, 73], "toi": 58, "token": 27, "told": 57, "toler": [46, 58], "tolist": 48, "tomographi": [56, 79, 80], "too": [44, 46, 48, 49, 50, 53, 55, 57, 61, 62, 70, 72, 74, 75, 76, 77, 78], "took": [52, 73], "tool": [22, 29, 44, 45, 47, 50, 57, 59, 66, 74, 77, 78], "toolbox": 52, "top": [23, 44, 47, 49, 50, 53, 54, 63, 66, 73, 77], "topic": [21, 44, 49, 50, 51, 52, 66, 68, 74, 75, 77, 78, 79, 80], "topolog": [47, 56, 79, 80], "topologi": [45, 56], "torkjellsdatt": [71, 73], "tort": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "toss": [54, 70], "total": [44, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 58, 67, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "total_loss": 48, "totalclustervari": 58, "totalscatt": 58, "toward": [45, 46, 51, 56, 57, 59, 75, 78, 79], "towardsdatasci": 76, "town": [], "tp": [48, 51], "tpng": 53, "tpu": [57, 66, 73], "tqdm": 50, "tr": [], "track": [47, 57, 58, 59, 67, 74, 75, 76], "tract": [], "tractabl": [44, 73, 74], "trade": [49, 53, 64, 76, 77], "tradeoff": [44, 49, 63, 68, 73, 74, 75], "tradit": [44, 45, 48, 50, 73, 77, 78], "train": [46, 47, 49, 50, 52, 53, 54, 55, 56, 57, 60, 61, 64, 68, 75, 76, 77, 78, 79], "train_accuraci": [44, 45, 47, 73], "train_dataset": 48, "train_end": [44, 45, 74], "train_error": 50, "train_imag": [47, 48], "train_ind": [50, 77, 78], "train_label": [47, 48], "train_network": 65, "train_pr": 45, "train_siz": [44, 45, 47, 74], "train_step": 48, "train_test_split": [44, 45, 47, 49, 50, 51, 53, 54, 55, 59, 60, 61, 63, 73, 74, 75, 76, 77, 78, 79], "train_test_split_numpi": [44, 45, 74], "trainable_vari": 48, "trained_model": [50, 74, 76], "trainerror": [44, 74], "traini": 48, "training_checkpoint": 48, "training_dataset": 48, "training_gradi": [57, 76], "trainingerror": [50, 77, 78], "trainpredict": 48, "trainscor": 48, "trainx": 48, "trait": [44, 73], "trajectori": [48, 76], "transfer": [53, 73], "transform": [44, 49, 50, 51, 52, 53, 54, 55, 56, 57, 61, 65, 66, 67, 73, 74, 75, 76, 77, 78, 79, 80], "transit": [50, 56, 79, 80], "translat": [45, 48, 50, 54, 73, 74, 76], "transpos": [45, 49, 55, 65, 67, 74, 75], "travers": [44, 49], "travi": 30, "treat": [23, 44, 45, 47, 50, 56, 57, 62, 65, 70, 73, 74, 75, 76, 77, 78, 79, 80], "tree": [44, 45, 66, 73], "tree_clf": [53, 54], "tree_clf_": 53, "tree_clf_sr": 53, "tree_reg": 53, "tree_reg1": 53, "tree_reg2": 53, "trend": 70, "treue": 51, "trevor": [63, 68, 72], "tri": [30, 46, 47, 48, 53, 57, 60, 76], "triain": 44, "trial": [44, 46, 48, 50, 57, 70, 73, 75, 76, 77, 78], "triangl": [57, 75], "triangular": 67, "trick": [47, 48, 52, 55, 57, 70, 76], "trickier": 70, "tridiagon": 67, "trillion": 66, "trim": 27, "trivial": [44, 45, 49, 55, 70, 73, 75], "troffa": [25, 26, 34, 42], "troubl": [44, 52, 56, 59, 65, 74, 76, 80], "truck": 47, "true": [27, 30, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 60, 61, 62, 63, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79], "true_beta": 74, "true_fun": [50, 77, 78], "true_theta": [50, 76], "truelabel": [78, 79], "truli": 73, "truncat": 80, "try": [17, 29, 30, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 62, 65, 66, 67, 68, 70, 73, 74, 75, 76, 78, 79, 80], "tr\u00f6ger": 25, "tucker": 52, "tuesdai": [71, 73, 78], "tumor": [51, 53, 78, 79], "tumour": [51, 79], "tunabl": 45, "tune": [48, 53, 57, 67, 73, 76], "tupl": 65, "turn": [44, 45, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "tutori": [45, 48], "tv": 46, "tveito": 46, "tvw1zdmznwm": 79, "tweak": [45, 48, 54, 70], "twice": [57, 75], "twist": 55, "two": [22, 23, 30, 37, 44, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 59, 61, 65, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77], "tx": [57, 75, 76, 79], "tx_1": [57, 75], "txt": [48, 59, 64, 68], "ty": [57, 75], "type": [21, 30, 41, 44, 45, 47, 50, 52, 54, 57, 65, 67, 70, 74, 75, 76, 77], "typeset": 64, "typic": [20, 44, 45, 46, 47, 48, 49, 51, 53, 54, 56, 57, 59, 60, 64, 70, 73, 74, 75, 76, 77, 78, 79, 80], "typo": 68, "u": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 65, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "u_": 67, "u_i": [56, 79], "u_m": 54, "ua": [44, 73], "ubuntu": [44, 66, 68, 73], "uci": 68, "ufunc": 30, "uio": [59, 64, 65, 68, 71, 72], "uk": 31, "un": 58, "unabl": [59, 65], "unari": [67, 73], "unbalanc": [50, 53, 77, 78], "unbias": [44, 49, 50, 73, 77], "uncent": [50, 74, 76], "uncertainti": [44, 49, 73], "uncertitud": 70, "unchang": [45, 47], "uncom": 30, "uncorrel": [54, 70], "undefin": [49, 74, 75], "under": [20, 29, 31, 37, 44, 45, 49, 50, 54, 57, 66, 68, 73, 74, 75, 76, 77], "underdetermin": [44, 73], "underfit": [45, 50, 77, 78], "underflowproblem": [49, 77], "undergo": [49, 65], "undergradu": [69, 71], "underli": [44, 45, 53, 57, 62, 70, 73, 76], "underlin": [38, 39, 40], "underscor": 29, "underset": [48, 58], "understand": [23, 30, 44, 45, 47, 49, 50, 54, 57, 58, 59, 63, 64, 65, 66, 73, 74, 75, 76, 80], "understood": [30, 52, 57], "underwai": 30, "undesir": 52, "undetermin": [49, 52, 77], "undo": 48, "unexpect": [50, 77], "unexpected": 70, "unexplain": 62, "unfair": [50, 74], "unfortun": [30, 45, 52, 53, 54], "unicode_liter": [52, 53], "uniform": [44, 45, 49, 50, 55, 57, 68, 70, 73, 75, 76, 78, 79], "uniformli": [57, 70, 75, 76], "unifrompdf": 70, "unimport": [57, 75], "union": [49, 50, 77, 78], "uniqu": [44, 46, 50, 57, 58, 67, 73, 77, 78, 79], "unique_class": [78, 79], "unique_cluster_label": 58, "unit": [44, 45, 47, 48, 49, 54, 56, 62, 70, 73, 74, 75, 76, 79, 80], "unitari": [49, 50, 67, 74, 75], "unitarili": [67, 73], "uniti": 70, "univari": 70, "univers": [31, 44, 45, 46, 57, 66, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79], "unix": [43, 45], "unknow": [44, 67, 73], "unknown": [44, 45, 47, 48, 49, 50, 52, 54, 57, 63, 67, 68, 73, 74, 75, 76, 77, 78, 80], "unknowwn": 56, "unlabel": 45, "unless": [37, 44, 47, 50, 55, 57, 68, 73, 75, 77, 80], "unlik": [45, 47, 52, 57, 75, 76], "unnecessarili": 53, "unord": 47, "unpickl": 30, "unpleas": 30, "unpublish": 76, "unravel": 45, "unrol": [47, 55], "unscal": 63, "unseen": [44, 51, 53, 59, 78, 79], "unstabl": 45, "unsupervis": [44, 45, 48, 56, 66, 73, 79, 80], "unsymmetr": [67, 73], "until": [30, 45, 46, 48, 53, 56, 57, 58, 65, 75, 76, 79], "untouch": 44, "unusu": [56, 79, 80], "up": [30, 45, 47, 48, 49, 50, 52, 54, 55, 57, 58, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 76, 79], "updat": [30, 45, 46, 54, 56, 57, 58, 59, 62, 63, 65, 77, 78, 79], "uploa": 73, "upload": [59, 64, 66, 68, 72], "upon": [44, 45, 50, 51, 55, 67, 80], "upper": [44, 52, 53, 60, 67, 74], "uppercas": [67, 73], "upsampl": 48, "upscal": 48, "uptad": 80, "upward": 30, "url": [73, 74, 79], "us": [16, 18, 19, 20, 22, 23, 26, 27, 31, 32, 34, 35, 36, 37, 41, 42, 48, 49, 50, 52, 53, 54, 55, 56, 58, 59, 61, 64, 65, 67, 70, 72, 77], "usag": [44, 52, 66, 73, 74, 80], "usd": [], "usd10000": [], "use_bia": 48, "usecol": [44, 73], "useless": 45, "user": [29, 30, 44, 45, 46, 48, 50, 51, 59, 66, 67, 68, 73, 74, 78, 79], "usernam": [59, 68], "usetex": 70, "usg": 50, "usr": 70, "usual": [44, 47, 48, 51, 56, 57, 58, 73, 76, 78, 79, 80], "ut": 49, "utf": 29, "util": [27, 45, 47, 48, 50, 51, 54, 58, 63, 73, 77, 78], "ux": 67, "v": [6, 8, 46, 48, 49, 50, 55, 57, 59, 66, 74, 75, 77, 78, 79, 80], "v0": 70, "v1": 70, "v2": [27, 28, 70], "v5": [27, 28], "v8xr": [79, 80], "v_": 76, "v_0": [55, 76], "v_t": 76, "va": 45, "vahid": 73, "val": 57, "val_accuraci": 47, "val_loss": 48, "vale": 46, "valid": [27, 44, 45, 48, 51, 53, 54, 57, 66, 70, 73, 74, 76, 79], "validation_data": 47, "validation_split": 48, "valu": [30, 41, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 60, 61, 62, 64, 65, 66, 67, 68, 73, 76, 79, 80], "valuat": 53, "valueerror": 30, "valy": 48, "van": [37, 44, 63, 68, 73, 74, 75, 76], "vandenbergh": [52, 57, 75], "vandermond": [44, 73], "vanilla": [44, 50, 55, 58, 74, 76], "vanish": [45, 48, 57, 70, 75, 80], "var": [27, 28, 49, 50, 54, 55, 63, 68, 70, 74, 77, 78], "var_x": 70, "varabl": 52, "varepsilon": [49, 50, 63, 77], "varepsilon_": [49, 50, 77], "varepsilon_i": [49, 50, 77], "vari": [44, 45, 47, 49, 50, 54, 65, 73, 77, 78, 80], "variabl": [44, 45, 46, 49, 50, 51, 52, 54, 55, 56, 57, 58, 65, 67, 73, 74, 76, 77, 78, 79, 80], "varianc": [44, 45, 49, 51, 53, 54, 55, 57, 58, 62, 64, 66, 67, 70, 73, 74, 75, 76, 79], "variance_i": [49, 55, 74], "variance_x": [49, 55, 74], "variant": [44, 45, 50, 52, 56, 57, 73, 74, 75, 76, 79, 80], "variat": [22, 47, 48, 55, 73], "varieti": [44, 47, 56, 66, 68, 73, 79, 80], "variou": [25, 41, 45, 47, 49, 50, 51, 52, 53, 55, 56, 57, 60, 63, 64, 66, 67, 68, 70, 73, 74, 75, 76, 79, 80], "varydimens": 48, "vast": 76, "vastli": 47, "vaue": 45, "vault": 44, "vdot": [46, 57, 75, 76], "ve": [41, 68, 76], "vec": [50, 77], "vector": [44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 61, 62, 65, 66, 75, 76, 77, 78, 80], "vector_mean": 58, "ventur": [44, 52, 66, 73], "venv": 59, "verbos": [45, 47, 48, 78, 79], "veri": [25, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 65, 68, 70, 72, 73, 74, 75, 76, 77, 78], "verifi": [29, 47, 55, 67, 73], "versatil": [52, 73], "versicolor": [52, 53], "version": [30, 44, 47, 54, 57, 58, 59, 65, 66, 67, 68, 70, 73], "versu": [45, 76], "vert": [44, 45, 49, 50, 51, 52, 53, 55, 57, 60, 61, 73, 74, 75, 76, 77, 78, 79, 80], "vert_1": [49, 50, 74, 75, 76], "vert_2": [49, 50, 55, 61, 74, 75, 76, 77], "via": [44, 49, 50, 51, 52, 53, 54, 55, 56, 63, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "vidal": 55, "video": [44, 45, 56, 66, 69, 71, 73, 74, 75], "view": [29, 30, 45, 47, 49, 50, 56, 57, 70, 72, 73, 75, 76, 77, 79], "violat": 52, "virginica": 53, "viridi": [44, 45, 46, 47, 73], "virtanen": 37, "virtual": [45, 76], "viscos": 57, "viscou": 57, "visibl": 59, "vision": [44, 47], "visit": 76, "visual": [44, 47, 55, 56, 62, 66, 73, 74, 79, 80], "visualis": 45, "visualstudio": [59, 60, 63], "viz": [50, 52, 70], "vmap": 57, "vmax": [45, 50], "vmh0zpt0tli": 76, "vmin": [45, 50], "voic": 47, "volatil": 76, "volum": [44, 47, 73], "von": 80, "vote": [54, 73], "voting_clf": 54, "votingclassifi": 54, "votingsimpl": 54, "vscode": [4, 5, 7, 9, 10, 11, 12, 13, 14, 29, 65], "vstack": [49, 55, 67, 70, 73, 74, 78, 79], "vt": [49, 74, 75], "w": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 65, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "w1": [52, 65], "w2": [52, 55, 65], "w3": 52, "w_": [45, 56, 79, 80], "w_0": 80, "w_1": [52, 67, 80], "w_1a_0": 80, "w_1x": 80, "w_1x_": 52, "w_1x_1": 52, "w_2": [52, 67, 80], "w_2a_1": 80, "w_2x_": 52, "w_2x_2": 52, "w_3": 67, "w_4": 67, "w_g": 65, "w_hidden": 46, "w_i": [45, 46, 54, 80], "w_ix_i": [56, 79, 80], "w_j": 67, "w_m": 67, "w_output": 46, "w_px_": 52, "w_px_p": 52, "w_t": [], "wa": [30, 37, 45, 47, 48, 49, 50, 51, 54, 55, 56, 58, 61, 63, 65, 67, 73, 74, 76, 77, 78, 79, 80], "wai": [16, 18, 30, 31, 32, 35, 37, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 65, 67, 70, 73, 74, 75, 76, 79], "walk": 53, "walker": 70, "wall": 76, "walt": 37, "wang": [44, 73], "want": [20, 24, 30, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 64, 65, 66, 68, 70, 73, 74, 75, 76, 77, 78, 80], "warn": [27, 48], "warrant": [50, 77, 78], "warranti": [16, 18, 19, 26, 31, 32, 34, 35, 36, 37, 42], "wast": [47, 76], "watch": [66, 75, 76, 77, 79, 80], "wave": 47, "wavelet": 52, "wcag": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "we": [30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 75, 77, 78, 79], "weak": [53, 54, 58], "weaker": 76, "weather": [45, 56, 79, 80], "web": [66, 69, 71, 73], "webpag": 73, "websit": [50, 67, 68, 69, 73], "wedg": [52, 70, 80], "wednesdai": [71, 73, 78], "wee": 55, "week": [44, 49, 50, 51, 68, 69, 71], "weekli": [59, 60, 66, 68, 69, 71, 72, 73, 79], "weierstrass": 80, "weight": [45, 46, 47, 50, 51, 53, 54, 56, 57, 62, 65, 70, 76, 78, 79, 80], "weigth": 46, "welchlab": [79, 80], "welcom": [52, 59, 66], "well": [21, 24, 30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80], "went": [30, 52], "were": [30, 41, 44, 45, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 70, 73, 76, 77, 78, 79, 80], "wessel": [44, 63, 68, 73, 74, 75, 76], "wg_nf1awssi": 80, "what": [20, 30, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 76, 79, 80], "whatev": [47, 65], "when": [20, 22, 23, 30, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 67, 68, 70, 73, 74, 75, 77, 78, 79, 80], "whenev": [57, 59, 70, 76, 80], "where": [29, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80], "wherea": [22, 50, 70, 76, 77, 78], "wherefrom": 68, "wherein": [45, 56, 79, 80], "whether": [16, 18, 19, 22, 26, 30, 31, 32, 34, 35, 36, 37, 42, 44, 47, 49, 51, 53, 68, 70, 73, 78, 79], "which": [23, 25, 29, 30, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 77, 78, 79, 80], "whichev": [45, 47], "while": [30, 44, 45, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 60, 63, 64, 65, 70, 73, 74, 75, 76, 77, 78, 79, 80], "white": 53, "whiteboad": 76, "whiteboard": [74, 75, 76, 77, 78, 79, 80], "who": [44, 59], "whole": [45, 47, 48, 49, 53, 55, 57, 65, 76], "whom": [19, 26, 31, 34, 36], "whose": [44, 50, 54, 70, 74, 77, 78], "whow": [55, 74], "why": [29, 30, 44, 45, 47, 50, 57, 59, 60, 61, 63, 65, 68, 74, 75], "wide": [44, 45, 47, 50, 51, 56, 66, 67, 68, 73, 77, 78, 79, 80], "widehat": [50, 77], "width": [44, 47, 52, 53, 65, 73], "wieringen": [44, 63, 68, 73, 74, 75, 76], "wiki": [30, 68], "wikipedia": 68, "win": [54, 76], "wind": 53, "window": 28, "wing": [71, 73], "winther": 46, "wiothout": 50, "wiscons": 51, "wisconsin": [54, 79], "wisdom": [50, 74, 76], "wise": [45, 49, 56, 57, 65, 74, 75, 76, 79], "wish": [30, 44, 46, 49, 51, 52, 55, 57, 58, 62, 67, 68, 73, 74, 75, 76, 78, 79, 80], "with_std": [44, 74], "wither": 50, "within": [29, 44, 46, 47, 48, 51, 53, 56, 57, 58, 70, 72, 73, 75, 78, 79], "withinclust": 58, "without": [16, 17, 18, 19, 26, 28, 30, 31, 32, 34, 35, 36, 37, 42, 44, 45, 49, 50, 52, 53, 55, 56, 57, 59, 62, 68, 73, 74, 75, 76, 77, 78, 79, 80], "wo5dmep_bbi": [79, 80], "won": [44, 59, 73, 80], "wonder": [30, 52], "word": [41, 44, 45, 47, 48, 49, 50, 51, 58, 63, 68, 70, 73, 74, 75, 76], "work": [16, 24, 26, 29, 30, 44, 45, 48, 50, 51, 52, 53, 57, 59, 60, 62, 63, 64, 65, 66, 68, 69, 70, 71, 73, 74, 76, 77, 78, 79, 80], "workabl": 76, "workaround": 29, "workhors": 76, "workload": 76, "workshop": 73, "world": [44, 52, 60, 74], "worldwid": [44, 73], "worri": 59, "wors": [44, 45, 47, 48, 50, 73, 76, 77, 78], "worth": [30, 53, 63, 65], "worthi": 68, "would": [30, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 62, 64, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "wouldn": 30, "wrap": [50, 67, 73], "wrapper": 65, "write": [22, 23, 30, 44, 45, 46, 47, 49, 50, 51, 52, 56, 57, 59, 60, 62, 65, 67, 73, 74, 76, 77, 78, 79, 80], "writer": [78, 79], "writerow": [78, 79], "written": [16, 18, 22, 23, 31, 32, 35, 44, 46, 47, 49, 55, 56, 57, 60, 66, 67, 68, 70, 73, 74, 75, 76, 80], "wrong": [45, 52, 59, 63], "wrongli": 54, "wrote": [25, 49, 55, 74], "wrt": [54, 57, 65, 76, 80], "wth": [54, 57, 76], "wurstemberg": 80, "www": [30, 31, 64, 66, 67, 68, 72, 73, 75, 76, 77, 79, 80], "wx_1": 52, "x": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 67, 68, 70, 73, 75, 76, 77, 78, 79, 80], "x0": [52, 78, 79], "x1": [48, 52, 53, 54, 57, 78, 79], "x1_exampl": 52, "x1d": 52, "x2": [52, 53, 54, 57], "x2d": [52, 55], "x2d_train": 55, "x2dsl": 55, "x3": 52, "x_": [44, 46, 47, 49, 50, 52, 54, 55, 57, 58, 67, 70, 73, 74, 75, 76, 77, 78, 80], "x_0": [44, 49, 55, 62, 67, 73, 74, 77, 80], "x_1": [44, 46, 49, 50, 51, 52, 53, 54, 55, 57, 62, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "x_2": [44, 46, 49, 50, 51, 52, 53, 54, 55, 57, 67, 70, 73, 74, 75, 77, 78, 79, 80], "x_3": [52, 67, 70, 80], "x_4": [67, 80], "x_5": 80, "x_6": 62, "x_bin": [78, 79], "x_center": 55, "x_data": 45, "x_data_ful": 45, "x_hidden": 46, "x_i": [44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80], "x_input": 46, "x_ix_": [44, 73], "x_iy_i": 52, "x_j": [44, 46, 52, 53, 56, 60, 70, 74, 76, 79, 80], "x_jy_j": 52, "x_k": [56, 58, 67, 70, 74, 79], "x_l": [70, 80], "x_m": [50, 56, 67, 70, 77, 79], "x_mean": [62, 76], "x_multi": [78, 79], "x_n": [44, 46, 47, 50, 52, 55, 56, 57, 67, 70, 73, 75, 77, 79, 80], "x_new": [53, 54], "x_norm": [62, 76], "x_offset": [50, 74, 76], "x_output": 46, "x_p": [47, 51, 53, 78, 79], "x_poli": 53, "x_poly10": 53, "x_pred": 48, "x_prev": 46, "x_reduc": 55, "x_sampl": [], "x_scale": 52, "x_small": 57, "x_std": [62, 76], "x_t": 76, "x_test": [44, 45, 47, 49, 50, 51, 53, 54, 55, 59, 60, 61, 63, 74, 75, 76, 77, 78, 79], "x_test_": 61, "x_test_own": 50, "x_test_scal": [44, 50, 51, 53, 54, 55, 74, 76], "x_tot": 48, "x_train": [44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 59, 60, 61, 63, 73, 74, 75, 76, 77, 78, 79], "x_train_": 61, "x_train_mean": [50, 74, 76], "x_train_own": 50, "x_train_r": 63, "x_train_scal": [44, 50, 51, 53, 54, 55, 74, 76], "x_val": 45, "xarrai": [66, 73], "xavier": 45, "xbnew": [57, 75, 76], "xcode": [44, 66, 68, 73], "xdclassiffierconfus": 54, "xdclassiffierroc": 54, "xg_clf": 54, "xgb": 54, "xgbclassifi": 54, "xgboost": 53, "xgboot": 54, "xgbregressor": 54, "xgparam": 54, "xgtree": 54, "xi": [52, 57, 76, 78, 79], "xi_": 52, "xi_1": 52, "xi_i": 52, "xinv": 79, "xk": 52, "xla": [57, 66, 73], "xlabel": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 57, 65, 70, 73, 74, 75, 76, 77, 78], "xlim": [50, 54, 77, 78], "xm": 53, "xmesh": 57, "xnew": [44, 57, 73, 75, 76], "xp": 70, "xpanda": [44, 74], "xpd": [49, 55, 74], "xplot": 44, "xscale": [44, 74], "xsr": 53, "xt_x": [57, 75, 76], "xtest": [50, 77, 78], "xtick": [47, 50, 52, 53, 77, 78], "xtrain": [50, 77, 78], "xu": [44, 73], "xx": [44, 67, 73], "xy": [44, 50, 52, 67, 73], "xytext": 52, "xyz": 29, "xz": [67, 73], "y": [29, 30, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "y1": 48, "y2": 48, "y3": 48, "y_": [44, 45, 49, 50, 54, 55, 67, 73, 74, 77, 78], "y_0": [44, 49, 55, 67, 73, 74, 77], "y_1": [44, 49, 52, 53, 55, 57, 67, 73, 74, 75, 76, 77], "y_1y_1": 52, "y_1y_1k": 52, "y_1y_2": 52, "y_1y_2k": 52, "y_1y_n": 52, "y_1y_nk": 52, "y_2": [44, 49, 52, 53, 55, 67, 73, 74], "y_2y_1": 52, "y_2y_1k": 52, "y_2y_2": 52, "y_2y_2k": 52, "y_3": [44, 53, 67], "y_4": 67, "y_bin": [78, 79], "y_binari": [78, 79], "y_center": [62, 76], "y_data": [44, 45, 49, 50, 73, 74, 75, 76], "y_data_ful": 45, "y_decis": 52, "y_fit": [44, 74], "y_i": [44, 45, 49, 50, 51, 52, 53, 54, 55, 56, 57, 63, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "y_if_": 54, "y_indic": [78, 79], "y_ix_": [44, 73], "y_ix_i": [51, 52, 57, 74, 75, 76, 78, 79], "y_iy_jk": 52, "y_j": [50, 52, 56, 68, 77, 78, 79, 80], "y_k": [56, 79], "y_m": 67, "y_mean": [62, 76], "y_model": [44, 48, 49, 50, 73, 74, 75, 76], "y_multi": [78, 79], "y_n": [52, 57, 75, 76], "y_ny_1": 52, "y_ny_1k": 52, "y_ny_2": 52, "y_ny_2k": 52, "y_ny_n": 52, "y_ny_nk": 52, "y_offset": [50, 61, 74, 76], "y_onehot": [78, 79], "y_plot": 53, "y_pred": [44, 45, 48, 50, 51, 52, 53, 54, 74, 76, 77, 78, 79], "y_pred1": 53, "y_pred2": 53, "y_pred_bin": [78, 79], "y_pred_multi": [78, 79], "y_pred_rf": 54, "y_pred_tre": 54, "y_prob": [78, 79], "y_prob_bin": [78, 79], "y_prob_multi": [78, 79], "y_proba": [51, 54, 79], "y_sampl": [], "y_scaler": [50, 74, 76], "y_test": [44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 59, 60, 61, 63, 74, 75, 76, 77, 78, 79], "y_test_onehot": 45, "y_test_predict": [], "y_tot": 48, "y_train": [44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 59, 60, 61, 63, 73, 74, 75, 76, 77, 78, 79], "y_train_mean": [50, 74, 76], "y_train_onehot": 45, "y_train_predict": [], "y_train_r": 63, "y_train_scal": [50, 74, 76], "y_true": [78, 79], "y_val": 45, "yand": 79, "ye": [30, 47, 50, 51, 77, 78, 79], "year": [44, 66, 73], "yet": [29, 44, 45, 50, 52, 55, 57, 64, 65, 73, 78, 80], "yi": [57, 76, 78, 79], "yield": [44, 46, 49, 50, 52, 54, 56, 57, 58, 67, 70, 73, 75, 76, 77, 79, 80], "yk": 52, "ylabel": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 57, 65, 70, 73, 74, 75, 76, 77, 78], "ylim": [47, 50, 77, 78], "ym": 53, "ymesh": 57, "yn": 44, "yo": [52, 53, 54], "yor": 79, "yoshiki": 19, "yoshua": [45, 72], "you": [21, 22, 23, 24, 27, 28, 30, 41, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 80], "young": 44, "your": [17, 22, 23, 24, 29, 30, 45, 46, 48, 49, 50, 52, 55, 57, 59, 61, 63, 64, 65, 66, 67, 73, 75, 76, 77, 78, 79, 80], "your_model_object": 60, "yourself": [55, 57, 73, 75], "youtu": [74, 75, 77, 79], "youtub": [66, 75, 76, 77, 79, 80], "ypred": [50, 77, 78], "ypredict": [44, 57, 73, 74, 75, 76], "ypredict2": [57, 75, 76], "ypredictlasso": [49, 75], "ypredictol": [44, 49, 75], "ypredictown": [50, 74, 76], "ypredictownridg": [50, 74, 75, 76], "ypredictridg": [44, 49, 50, 74, 75, 76], "ypredictskl": [50, 74, 76], "ytest": [50, 77, 78], "ytick": [47, 50, 52, 53, 77, 78], "ytild": [44, 50, 73, 74, 77, 78], "ytildelasso": [49, 75], "ytildenp": [44, 73, 74], "ytildeol": [44, 49, 75], "ytildeownridg": [50, 74, 75, 76], "ytilderidg": [49, 50, 74, 75, 76], "ytrain": [50, 77, 78], "yuxi": 73, "yx": [67, 73], "yxor": 79, "yy": [67, 73], "yz": [67, 73], "z": [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 65, 67, 70, 73, 74, 77, 78, 79, 80], "z1": 65, "z2": 65, "z_": [45, 46, 56, 67, 73, 80], "z_0": [67, 73, 80], "z_1": [67, 73, 80], "z_2": [67, 73, 80], "z_c": 45, "z_h": 45, "z_hidden": 46, "z_i": [45, 56, 79], "z_j": [45, 56], "z_k": [56, 74, 80], "z_m": 45, "z_mod": 53, "z_o": 45, "z_output": 46, "za": 37, "zaman": 70, "zaxi": 50, "zero": [30, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 65, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "zeros_lik": [48, 78, 79], "zeroth": 74, "zfill": 48, "zip": [48, 50, 65, 78, 79], "zm_h": [44, 73], "zn": [], "zone": [], "zoom": 73, "zscout": 20, "zx": [67, 73], "zy": [67, 73], "zz": [67, 73], "\u00f8yvind": [50, 74, 76]}, "titles": ["A11Y Dark", "A11Y High Contrast Dark", "A11Y High Contrast Light", "A11Y Light", "Blinds Dark", "Blinds Light", "Github Dark", "Github Dark Colorblind", "Github Dark High Contrast", "Github Light", "Github Light Colorblind", "Github Light High Contrast", "Gotthard Dark", "Gotthard Light", "Greative", "Pitaya Smoothie", "&lt;no title&gt;", "&lt;no title&gt;", "&lt;no title&gt;", "The MIT License (MIT)", "The IPython licensing terms", "Welcome to your Jupyter Book", "Markdown Files", "Notebooks with MyST Markdown", "Content with notebooks", "&lt;no title&gt;", "&lt;no title&gt;", "markdown-it-container", "markdown-it-deflist", "markdown-it-texmath", "A guide to masked arrays in NumPy", "NCSA Open Source License", "&lt;no title&gt;", "Authors", "&lt;no title&gt;", "&lt;no title&gt;", "&lt;no title&gt;", "License for Sphinx", "&lt;no title&gt;", "&lt;no title&gt;", "&lt;no title&gt;", "Translation workflow", "&lt;no title&gt;", "&lt;no title&gt;", "<span class=\"section-number\">3. </span>Linear Regression", "<span class=\"section-number\">14. </span>Building a Feed Forward Neural Network", "<span class=\"section-number\">15. </span>Solving Differential Equations with Deep Learning", "<span class=\"section-number\">16. </span>Convolutional Neural Networks", "<span class=\"section-number\">17. </span>Recurrent neural networks: Overarching view", "<span class=\"section-number\">4. </span>Ridge and Lasso Regression", "<span class=\"section-number\">5. </span>Resampling Methods", "<span class=\"section-number\">6. </span>Logistic Regression", "<span class=\"section-number\">8. </span>Support Vector Machines, overarching aims", "<span class=\"section-number\">9. </span>Decision trees, overarching aims", "<span class=\"section-number\">10. </span>Ensemble Methods: From a Single Tree to Many Trees and Extreme Boosting, Meet the Jungle of Methods", "<span class=\"section-number\">11. </span>Basic ideas of the Principal Component Analysis (PCA)", "<span class=\"section-number\">13. </span>Neural networks", "<span class=\"section-number\">7. </span>Optimization, the central part of any Machine Learning algortithm", "<span class=\"section-number\">12. </span>Clustering and Unsupervised Learning", "Exercises week 34", "Exercises week 35", "Exercises week 36", "Exercises week 37", "Exercises week 38", "Exercises week 39", "Exercises week 41", "Applied Data Analysis and Machine Learning", "<span class=\"section-number\">2. </span>Linear Algebra, Handling of Arrays and more Python Features", "Project 1 on Machine Learning, deadline October 6 (midnight), 2025", "Course setting", "<span class=\"section-number\">1. </span>Elements of Probability Theory and Statistical Data Analysis", "Teachers and Grading", "Textbooks", "Week 34: Introduction to the course, Logistics and Practicalities", "Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression", "Week 36: Linear Regression and Gradient descent", "Week 37: Gradient descent methods", "Week 38: Statistical analysis, bias-variance tradeoff and resampling methods", "Week 39: Resampling methods and logistic regression", "Week 40: Gradient descent methods (continued) and start Neural networks", "Week 41 Neural networks and constructing a neural network code"], "titleterms": {"": [52, 54, 75, 76, 77, 78, 79], "0": 29, "04": 29, "05": 29, "06": 29, "07": 29, "1": [44, 59, 60, 61, 62, 63, 64, 65, 68, 74, 80], "10": 80, "11": 29, "15": [29, 63, 77], "19": 63, "1a": 62, "2": [29, 44, 59, 60, 61, 62, 63, 64, 65, 73, 74, 75, 80], "20": 29, "2017": 29, "2018": 29, "2019": 29, "2023": 71, "2025": [68, 78, 79, 80], "22": 78, "26": 78, "27": 29, "29": 79, "2a": [], "2b": [], "3": [29, 31, 44, 59, 60, 61, 62, 63, 64, 65, 74, 80], "34": [59, 73], "35": [60, 74], "36": [61, 75], "37": [62, 76], "38": [63, 77], "39": [64, 78], "3a": 62, "3b": 62, "4": [29, 44, 59, 60, 61, 62, 63, 64, 65, 74], "40": 79, "41": [65, 80], "4a": 62, "4b": 62, "5": [29, 44, 60, 62, 63, 64, 65], "6": [29, 65, 68, 80], "7": 65, "8": 76, "A": [30, 44, 45, 48, 52, 53, 73, 77, 78, 79], "AND": 79, "And": [73, 74, 76], "But": 76, "In": [71, 80], "Ising": 50, "OR": 79, "The": [19, 20, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 59, 66, 73, 74, 75, 76, 77, 78, 79, 80], "To": [41, 73], "With": [48, 75], "a11i": [0, 1, 2, 3], "about": [20, 73, 74, 75], "abov": [75, 80], "abstract": 64, "accuraci": 76, "across": 76, "activ": [45, 56, 65, 79, 80], "ad": [44, 50, 64, 68, 73, 74, 79, 80], "adaboost": 54, "adagrad": [57, 76], "adam": [57, 76], "adapt": [54, 76], "add": 23, "adjust": 45, "advanc": 68, "adversari": 48, "again": [47, 53], "ai": [68, 73], "aim": [52, 53, 65, 73], "aka": 73, "al": 76, "algebra": [67, 73], "algorithm": [53, 54, 55, 56, 73, 74, 75, 76, 80], "algortithm": [57, 75, 78, 79], "all": [52, 80], "an": [23, 44, 48, 54, 59, 64, 73, 80], "analys": [49, 74, 75], "analysi": [44, 49, 50, 55, 66, 68, 70, 73, 74, 75, 77, 78, 80], "analyt": [44, 60, 62], "analyz": 80, "ani": [57, 75, 78, 79], "anoth": [53, 75, 77, 78], "api": 27, "appli": 66, "approach": [44, 52, 58, 73, 76, 77, 78], "approxim": [56, 80], "architectur": 45, "arrai": [30, 67, 73], "artifici": [79, 80], "assist": 71, "assumpt": 77, "august": 29, "author": 33, "autocorrel": 70, "autograd": [46, 57, 76], "automat": [57, 76, 80], "avail": 64, "avali": [], "averag": 76, "b": 68, "back": [45, 55, 56, 74, 75, 80], "background": [66, 68, 77], "bag": 54, "base": [57, 76, 77], "basic": [44, 49, 51, 53, 54, 55, 67, 74, 75, 78, 79, 80], "batch": [45, 76], "bay": 49, "befor": [30, 55], "beta": [], "better": [52, 79], "bia": [50, 63, 68, 76, 77, 78], "bias": 80, "binari": 45, "bind": 73, "bird": 54, "blind": [4, 5], "block": 24, "boldsymbol": [62, 74, 77], "book": [21, 63, 80], "boost": 54, "bootstrap": [50, 54, 77, 78], "boston": [], "breast": 45, "brief": [73, 77, 78], "bring": [56, 80], "browser": 29, "bsd": 31, "build": [45, 47, 53], "c": [68, 73], "calcul": [62, 74, 75], "can": [73, 76, 77, 78, 80], "cancer": [45, 51, 53, 55], "cart": 53, "case": [52, 54, 70, 74, 75, 76, 78, 79], "cdn": 29, "cell": 23, "central": [57, 66, 70, 75, 77, 78, 79], "chain": [56, 80], "challeng": 76, "chang": 54, "changelog": 29, "channel": 73, "chi": [44, 73], "choic": 61, "choos": [45, 76], "cifar01": 47, "citat": 22, "class": [78, 79, 80], "classic": 55, "classif": [45, 53, 54, 78, 79], "classifi": [52, 78], "claus": 31, "clip": 45, "cluster": 58, "cnn": 47, "code": [24, 45, 46, 49, 53, 55, 56, 57, 58, 59, 60, 64, 68, 73, 74, 75, 76, 77, 78, 79, 80], "collect": [45, 47], "color": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "colorblind": [7, 10], "combin": 76, "commun": 73, "compact": [78, 79, 80], "compar": [46, 54, 60], "comparison": [75, 76], "compet": 76, "compil": 41, "complet": [74, 80], "complex": [44, 50, 68, 74], "complic": [50, 80], "compon": [31, 55], "comput": [53, 63, 76], "computation": [77, 78], "computerlab": 73, "con": [53, 76], "concept": 70, "condit": 75, "confid": 77, "conjug": 57, "consider": 80, "constraint": 76, "construct": 80, "contain": 27, "content": [24, 30], "continu": 79, "contn": 73, "contrast": [1, 2, 8, 11], "contributor": 33, "converg": 76, "convex": [52, 57, 75, 76], "convolut": [47, 56, 79, 80], "copyright": 20, "core": 30, "correct": 76, "correl": [55, 74, 79], "correspond": [], "cost": [45, 54, 74, 75, 76, 77, 78, 79, 80], "count": 80, "cours": [66, 69, 72, 73], "covari": [49, 55, 70, 74], "cover": 73, "creat": [23, 60, 64], "creator": 33, "cross": [50, 68, 77, 78, 79], "custom": 65, "cython": 73, "d": 68, "dark": [0, 1, 4, 6, 7, 8, 12], "data": [44, 45, 47, 50, 51, 53, 55, 59, 61, 62, 65, 66, 70, 73, 74, 78, 79, 80], "dataset": [45, 47, 62], "david": 73, "deadlin": [68, 73], "deadllin": 71, "decai": [46, 76], "decis": [53, 54], "decomposit": [49, 55, 67, 74, 75], "deeep": [], "deep": [45, 46, 73, 76, 78, 79, 80], "defin": [45, 73, 80], "definit": [63, 80], "deflist": 28, "degre": [44, 61, 74], "deliver": [59, 60, 63, 64, 68], "deliveri": 68, "delta": 77, "dens": 44, "depend": 29, "deriv": [49, 56, 60, 61, 63, 74, 75, 76, 77, 80], "descent": [46, 54, 57, 62, 68, 75, 76, 79], "design": 74, "detail": [47, 73], "develop": [20, 45], "diagon": 55, "differ": [30, 52, 76], "differenti": [46, 57, 76, 80], "diffus": 46, "dimens": 76, "dimension": [46, 47, 52, 62], "direct": 22, "disadvantag": 53, "discret": 70, "discrimin": 73, "discuss": 79, "distribut": [49, 70, 77], "do": [45, 76, 79], "document": 64, "doe": [74, 75, 79], "domain": 70, "down": 45, "dropout": 45, "e": 68, "each": [65, 78], "economi": [74, 75], "electron": 68, "element": [44, 70, 73], "elimin": 67, "empir": 76, "energi": 73, "ensembl": 54, "entri": 80, "entropi": [53, 78, 79], "environ": [44, 59], "equat": [44, 46, 56, 74, 75, 78, 79, 80], "error": [44, 54, 73, 74, 75, 77, 78], "essenti": 73, "estim": 77, "et": 76, "etc": 73, "euler": 46, "evalu": [45, 80], "evid": 76, "exampl": [23, 27, 45, 46, 47, 48, 50, 51, 52, 53, 54, 73, 74, 75, 76, 77, 78, 79, 80], "exercis": [44, 50, 59, 60, 61, 62, 63, 64, 65, 74, 80], "expect": [63, 70, 77], "expens": [77, 78], "experi": 70, "explicit": 80, "explor": 44, "exponenti": [46, 76], "express": [60, 61, 63, 74, 78, 79, 80], "extend": [75, 78, 79, 80], "extrapol": 48, "extrem": [54, 73], "ey": 54, "f": 68, "fall": 71, "famili": [45, 73], "famou": 67, "fantast": [74, 75], "faq": 29, "featur": [29, 30, 53, 60, 67, 74], "februari": 29, "feed": [45, 56, 79, 80], "figur": 64, "file": [22, 41], "fill": 30, "final": [56, 74, 76, 80], "find": [60, 62, 77], "fine": 45, "first": [48, 56, 73, 75, 80], "fit": [44, 54, 59, 60, 73, 75], "fix": [74, 75, 76], "float": 80, "fold": [77, 78], "forc": 47, "forest": 54, "form": 62, "format": [68, 73], "formula": 62, "forward": [45, 46, 56, 79, 80], "foster": 73, "fourier": 47, "frank": 50, "freedom": [44, 61, 74], "frequent": [74, 76], "frequentist": [44, 73], "from": [49, 54, 56, 73, 74, 75, 76, 77, 78, 79, 80], "full": [46, 76], "function": [44, 45, 50, 51, 52, 54, 55, 56, 57, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80], "further": [47, 49, 74, 75], "g": 68, "gan": 48, "gate": 79, "gaussian": 67, "gd": [57, 76], "gener": [48, 53, 73, 78, 79, 80], "geometr": [55, 75], "get": [64, 80], "gini": 53, "github": [6, 7, 8, 9, 10, 11, 59], "goal": [59, 60, 61, 62, 63, 64], "good": [44, 64, 73], "goodfellow": 76, "gotthard": [12, 13], "grade": [71, 73], "gradient": [45, 46, 54, 57, 62, 68, 75, 76, 79, 80], "greativ": 14, "group": 78, "growth": 46, "guid": 30, "h": 68, "ha": 66, "hand": 80, "handl": [67, 73], "happen": [77, 78], "hessian": [74, 75, 76], "hidden": [46, 80], "high": [1, 2, 8, 11], "histogram": 77, "histori": 30, "hous": [], "how": 60, "hyperbol": 79, "hyperparamet": [45, 61], "hyperplan": 52, "i": [22, 44, 45, 73], "id3": 53, "idea": 55, "ideal": 75, "ident": 77, "identifi": 77, "ii": 73, "iid": 77, "illustr": [75, 79, 80], "implement": [45, 60, 61, 62], "implic": [49, 74, 75], "import": [49, 67, 73, 74, 75, 80], "improv": [45, 76], "includ": [57, 68, 76, 78, 79, 80], "incorpor": 37, "increment": 55, "independ": 77, "index": 53, "inform": 71, "ingredi": 80, "input": [46, 65, 80], "instal": [27, 28, 66, 68, 73], "instructor": 71, "intermedi": 80, "interpret": [49, 55, 63, 73, 74, 75, 77], "interv": 77, "introduc": [55, 57, 74], "introduct": [44, 50, 64, 66, 67, 68, 73, 79, 80], "invers": [49, 67], "invert": [74, 75], "ipython": 20, "iter": 54, "its": 74, "j": 29, "jacobian": 74, "januari": 29, "jax": 57, "job": 79, "julia": 73, "jungl": 54, "jupyt": 21, "k": [77, 78, 80], "kera": [45, 47], "kernel": [52, 55], "l": 80, "lab": [75, 76, 77, 78, 79, 80], "lagrangian": 52, "lasso": [49, 50, 68, 74, 75], "last": [74, 76, 79, 80], "later": [49, 74, 75], "layer": [45, 46, 47, 56, 65, 80], "layout": 80, "learn": [22, 44, 45, 46, 55, 57, 58, 59, 60, 61, 62, 63, 64, 66, 68, 73, 74, 75, 76, 77, 78, 79, 80], "least": [49, 50, 60, 63, 68, 73, 74, 75, 76], "lectur": [73, 75, 76, 77, 78, 79, 80], "level": 54, "librari": [66, 73], "licens": [19, 20, 27, 28, 29, 31, 37], "light": [2, 3, 5, 9, 10, 11, 13], "likelihood": [51, 77, 78, 79], "limit": [45, 57, 70, 75, 76, 77], "linear": [44, 52, 57, 59, 67, 73, 74, 75, 78], "link": [49, 55, 72, 74, 77], "list": 80, "literatur": 68, "logist": [51, 73, 78, 79], "loss": [74, 75, 76], "lu": 67, "ma": 30, "machin": [44, 52, 57, 66, 68, 73, 75, 78, 79], "made": 77, "main": [30, 70, 73], "make": [44, 53, 54, 64, 74], "mani": [54, 56], "markdown": [22, 23, 24, 27, 28, 29], "mask": 30, "maskedarrai": 30, "mass": 73, "materi": [68, 73, 74, 75, 76, 77, 78, 80], "math": [49, 74, 75], "mathemat": [47, 49, 52, 74, 75, 79, 80], "matplotlib": 30, "matric": [49, 67, 73], "matrix": [45, 49, 55, 56, 60, 67, 73, 74, 75, 76, 79], "matter": 44, "max": 74, "maximum": [77, 78, 79], "me": 29, "mean": [44, 74, 75, 78], "measur": 79, "meet": [49, 54, 70, 73, 74], "memori": 76, "mercer": 52, "metadata": 23, "method": [50, 53, 54, 57, 68, 73, 75, 76, 77, 78, 79], "metric": 63, "midnight": 68, "min": 74, "mini": 76, "minibatch": 76, "minim": [73, 78, 79], "mit": 19, "ml": 73, "mle": 77, "mlp": 56, "mnist": [47, 48], "mode": 80, "model": [44, 45, 48, 50, 56, 59, 61, 73, 79, 80], "moment": 76, "momentum": [57, 68, 76], "mondai": [75, 76, 77, 79, 80], "moon": [52, 53], "more": [22, 47, 50, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80], "motiv": 76, "move": 76, "multi": [79, 80], "multilay": [56, 79, 80], "multipl": [45, 47, 61, 65], "multipli": 52, "multivari": 80, "myst": [22, 23, 24], "ncsa": 31, "need": [68, 73], "network": [45, 46, 47, 48, 51, 56, 73, 76, 78, 79, 80], "neural": [45, 46, 47, 48, 51, 56, 73, 76, 79, 80], "neuron": [79, 80], "new": [30, 48, 62, 77, 80], "newton": [75, 76, 78, 79], "nn": 80, "node": [29, 80], "non": [52, 76], "none": 76, "normal": [44, 45, 77], "notat": [56, 79], "note": [30, 68, 74, 75], "notebook": [23, 24], "novemb": 29, "now": [45, 53, 57, 75, 76, 77, 78], "nuclear": [44, 73], "nueral": 78, "numba": 73, "number": [44, 46, 70, 74, 76, 80], "numer": [46, 68, 70], "numpi": [30, 67, 73], "object": 47, "observ": 80, "obtain": 55, "octob": [29, 68, 80], "od": 46, "off": [50, 63, 68], "ol": [49, 50, 59, 60, 62, 68, 75, 77], "onc": 65, "one": [46, 56, 62, 75, 80], "ones": 79, "open": 31, "oper": [67, 80], "optim": [30, 45, 52, 57, 62, 66, 73, 74, 75, 76, 78, 79, 80], "option": 65, "order": [57, 62, 76], "ordinari": [49, 50, 60, 63, 68, 73, 74, 75, 76], "organ": [44, 73], "oslo": 72, "other": [48, 53, 55, 56, 67, 68, 73, 79, 80], "ouput": 80, "our": [20, 44, 48, 49, 55, 57, 68, 73, 74, 75, 78, 79], "outcom": [66, 73], "output": [24, 46, 80], "over": 80, "overarch": [44, 48, 52, 53, 65, 73, 74, 80], "overview": [54, 73, 76], "own": [44, 54, 55, 68, 73, 74], "packag": [30, 67, 73], "panda": [73, 74], "parallel": 80, "paramet": [73, 74, 78, 79, 80], "paramt": 62, "part": [57, 66, 68, 75, 78, 79, 80], "partial": 46, "pass": 45, "pca": 55, "pdf": 70, "percepetron": 80, "perceptron": [56, 79, 80], "perform": [45, 53], "period": 47, "perspect": 45, "pitaya": 15, "plan": [74, 75, 76, 77, 78, 80], "plethora": 73, "plot": [77, 78], "point": [48, 80], "poisson": 46, "polici": 20, "polynomi": [47, 60, 62, 75], "popul": 46, "popular": 73, "practic": [57, 71, 73, 76], "pre": [45, 47], "preambl": 68, "predict": [48, 65], "predictor": [78, 79], "preprocess": [74, 76], "prerequisit": [47, 66, 73], "present": 64, "princip": 55, "principl": 47, "pro": [53, 76], "probabl": [49, 70, 77], "problem": [45, 46, 57, 73, 74, 75, 76, 78, 79, 80], "procedur": [53, 73], "process": [30, 45, 47, 65], "program": [46, 57, 68, 75, 76, 80], "project": [50, 64, 68, 71, 73], "prop": 57, "propag": [45, 56, 80], "properti": [49, 70, 74, 75, 76, 78], "python": [44, 53, 59, 66, 67, 73], "quick": 52, "quickli": 23, "r": 73, "random": [54, 55, 70], "raphson": [75, 78, 79], "rate": [68, 76], "read": [53, 73, 74, 76, 77, 78, 79, 80], "real": [50, 65, 73, 80], "recommend": [73, 74], "record": 30, "recurr": [48, 56, 79, 80], "reduc": [44, 74, 80], "reduct": 47, "refer": 68, "referenc": 64, "reformul": 46, "regress": [44, 49, 50, 51, 53, 54, 57, 59, 61, 62, 63, 68, 73, 74, 75, 76, 77, 78, 79], "regular": 45, "relat": [], "relev": [72, 74, 79], "relu": 45, "remark": 47, "remind": [50, 52, 73, 74, 75, 76, 80], "replac": [57, 76], "report": [64, 68], "repositori": [59, 77, 78], "requir": [46, 66], "resampl": [50, 63, 68, 77, 78], "rescal": [50, 74], "residu": [74, 75], "resourc": 46, "result": [74, 75, 80], "revers": 80, "revis": 30, "revisit": [57, 75, 76, 78, 79], "rewrit": [73, 74, 77], "rewritten": [78, 79], "ridg": [44, 49, 50, 61, 62, 63, 68, 74, 75, 76], "rm": 57, "rmsprop": 76, "role": 22, "rule": [56, 76, 80], "rung": 68, "same": [57, 76, 77, 78], "sampl": [22, 55], "scalabl": 76, "scale": [61, 62, 63, 74, 76], "schedul": 73, "schemat": 53, "scheme": 46, "scienc": 73, "scikit": [44, 45, 55, 73, 74, 75, 76, 77, 78, 79], "second": [57, 62, 76], "select": 78, "semest": 71, "sensit": 75, "septemb": [29, 63, 75, 76, 77, 78, 79], "seriou": 80, "session": [75, 76, 77, 78, 79, 80], "set": [44, 46, 47, 53, 56, 59, 69, 73, 74, 75, 80], "setup": 59, "sgd": [57, 76], "should": [30, 45], "show": 29, "similar": [57, 76], "simpl": [44, 48, 53, 57, 62, 73, 74, 75, 76, 78, 80], "simpler": 80, "simplest": 62, "singl": [54, 79, 80], "singular": [49, 55, 74, 75], "size": [74, 75, 76], "sklearn": 60, "slightli": 76, "smarter": 80, "smoothi": 15, "sneak": 76, "soft": 52, "softmax": 45, "softwar": [37, 68, 73], "solv": [46, 75, 78, 79], "solver": 57, "some": [57, 67, 74, 75, 78, 80], "sourc": [31, 41], "specifi": 46, "speed": 76, "sphinx": 37, "split": [44, 59, 74], "squar": [44, 49, 50, 54, 60, 63, 68, 73, 74, 75, 76], "standard": [57, 74, 77], "start": [64, 79], "state": 44, "statist": [49, 50, 66, 70, 73, 77, 78], "steepest": [54, 57, 75], "step": [76, 77, 78], "stochast": [57, 68, 70, 76], "stop": 76, "strongli": [73, 76], "structur": 41, "studi": 79, "suggest": [73, 79], "sum": [77, 78, 80], "summari": [71, 73], "superposit": 47, "supervis": 45, "support": 52, "svd": [49, 74, 75], "synthet": [62, 78, 79], "systemat": 47, "t": 74, "take": 60, "taken": [73, 76], "teach": 71, "teacher": [71, 73], "team": 20, "technic": 74, "techniqu": [50, 55, 68], "technologi": 66, "tensorflow": [45, 47], "tent": [71, 73], "term": [20, 77, 80], "test": [44, 45, 59, 61, 74], "texmath": 29, "text": 73, "textbook": [72, 73], "than": 75, "thank": 30, "theorem": [49, 52, 55, 56, 70, 77, 80], "theoret": 76, "theori": 70, "theta": [62, 77], "thi": [65, 73, 80], "three": 80, "through": 80, "time": 76, "tip": [57, 76], "todo": 29, "togeth": [56, 80], "tool": [68, 73], "top": 45, "topic": 73, "toward": 55, "trade": [50, 63, 68], "tradeoff": [50, 77, 78], "train": [44, 45, 48, 59, 65, 73, 74, 80], "transform": 47, "translat": 41, "tree": [53, 54], "tuesdai": [75, 79, 80], "tune": 45, "two": [47, 52, 66, 78, 79, 80], "type": [46, 48, 56, 73, 79, 80], "uio": 73, "understand": [77, 78], "univers": [56, 72, 80], "unsupervis": 58, "up": [44, 46, 53, 56, 59, 73, 74, 75, 77, 78, 80], "updat": [41, 68, 76, 80], "us": [28, 29, 30, 44, 45, 46, 47, 51, 57, 60, 62, 63, 66, 68, 73, 74, 75, 76, 78, 79, 80], "usag": 76, "v": [47, 76], "valid": [50, 68, 77, 78], "valu": [49, 55, 63, 70, 74, 75, 77, 78], "vari": 76, "variabl": [70, 75], "varianc": [50, 63, 68, 77, 78], "variou": [44, 77, 78], "vector": [52, 56, 60, 67, 73, 74, 79], "versu": 73, "video": [76, 77, 78, 79, 80], "view": [44, 48, 54, 74, 80], "virtual": 59, "visual": [45, 53], "wai": [53, 68, 77, 78, 80], "wave": 46, "we": [73, 76, 80], "wednesdai": [75, 79, 80], "week": [59, 60, 61, 62, 63, 64, 65, 73, 74, 75, 76, 77, 78, 79, 80], "weekli": [], "welcom": 21, "what": [22, 44, 73, 74, 75, 77, 78], "when": 76, "which": [45, 76], "why": [73, 76, 77, 78, 79, 80], "wisconsin": 51, "word": 80, "workflow": 41, "wrap": 77, "write": [48, 55, 64, 68, 75], "x": 74, "xgboost": 54, "xor": 79, "yaml": 23, "yet": 75, "your": [21, 44, 54, 60, 62, 68, 74], "z_j": 80}})