mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-17 20:12:28 +00:00
Add files via upload
This commit is contained in:
parent
21819abeae
commit
3fac9c6f78
@ -87,7 +87,7 @@
|
||||
"source": [
|
||||
"The three terms are frequently used interchangeably, but their meanings differ.\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",
|
||||
"* **Standardizing**: subtract the mean and divide by the standard deviation, obtaining a \"standard normal\" distribution.\n",
|
||||
"\n",
|
||||
@ -929,7 +929,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.13"
|
||||
"version": "3.11.7"
|
||||
},
|
||||
"latex_envs": {
|
||||
"LaTeX_envs_menu_present": true,
|
||||
|
Loading…
Reference in New Issue
Block a user