{ "cells": [ { "cell_type": "markdown", "metadata": { "tags": [ "remove-cell" ] }, "source": [ "---\n", "license:\n", " code: MIT\n", " content: CC-BY-4.0\n", "github: https://github.com/ocademy-ai/machine-learning\n", "venue: By Ocademy\n", "open_access: true\n", "bibliography:\n", " - https://raw.githubusercontent.com/ocademy-ai/machine-learning/main/open-machine-learning-jupyter-book/references.bib\n", "---" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Parameter Optimization\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In machine learning, parameter optimization is a critical process that involves fine-tuning the parameters of a model to minimize a predefined loss function. This optimization is essential for enhancing the model's ability to accurately make predictions. Two fundamental concepts in this process are the loss function and gradient descent." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ ":::{seealso}\n", "
\n", " \n", "
\n", "Click the video above for a quick introduction to this section.\n", ":::" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ ":::{tableofcontents}\n", ":::" ] } ], "metadata": { "kernelspec": { "display_name": "myconda1", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.16" } }, "nbformat": 4, "nbformat_minor": 2 }