mirror of
https://github.com/gsi-upm/sitc
synced 2024-10-31 21:31:43 +00:00
Add files via upload
This commit is contained in:
parent
21819abeae
commit
3fac9c6f78
@ -87,7 +87,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"The three terms are frequently used interchangeably, but their meanings differ.\n",
|
"The three terms are frequently used interchangeably, but their meanings differ.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* **Rescaling ** means adding/subtracting a constant, then multiplying/dividing by another constant, so the features can lie between given minimum and maximum values. For example, convert Celsius to Fahrenheit or convert to [0, 1].\n",
|
"* **Rescaling** means adding/subtracting a constant, then multiplying/dividing by another constant so the features can lie between given minimum and maximum values. For example, convert Celsius to Fahrenheit or [0, 1].\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* **Standardizing**: subtract the mean and divide by the standard deviation, obtaining a \"standard normal\" distribution.\n",
|
"* **Standardizing**: subtract the mean and divide by the standard deviation, obtaining a \"standard normal\" distribution.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -929,7 +929,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.13"
|
"version": "3.11.7"
|
||||||
},
|
},
|
||||||
"latex_envs": {
|
"latex_envs": {
|
||||||
"LaTeX_envs_menu_present": true,
|
"LaTeX_envs_menu_present": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user