{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "2Cz_2s-Ef8uT" }, "source": [ "## Introduction, Bias Variance Tradeoff and Gradient Descent" ] }, { "cell_type": "markdown", "metadata": { "id": "jhf2JRzuf8ye" }, "source": [ "### Data Science\n", "\n", "\n", "- Data is information, a perception of our own existence and everything surrounding us.\n", "- The amount of data that we can record nowadays exceeds anything accomplished before.\n", "- 1 bit = 0 or 1.\n", "- letter = 1 byte = 8 bits, such as for example $(0,1,1,0,0,1,1,0).$\n", "\n", "Critical Thinking: We need many \"letters\" to encode information! **How many different \"letters\" do we have?**\n", "Hint: Use the multiplication principle.\n", "\n", "\n", "- 1000 letters = 1kbyte = $10^3$ bytes.\n", "- 1 mil. letters = 1 mbyte = $10^3$ kbytes.\n", "- 1 gbyte = 1 bil. letters = $10^3$ mbytes.\n", "- 1 tbyte = $10^3$ gbytes, (tbyte means terabyte).\n", "- 1 pbyte = $10^3$ tbytes, (pbyte means petabyte).\n", "- 1 ebyte = $10^3$ pbytes, (ebyte means exabyte).\n", "\n", "### Machine Learning \n", "\n", "#### Suggested References:\n", "\n", "\n", "
![]() | \n",
" ![]() | \n",
"