vault backup: 2024-11-06 22:01:57
This commit is contained in:
commit
9c6c172341
4 changed files with 24 additions and 5 deletions
Binary file not shown.
23
.obsidian/workspace.json
vendored
23
.obsidian/workspace.json
vendored
|
@ -21,8 +21,23 @@
|
|||
"icon": "lucide-file",
|
||||
"title": "2 Logistic Regression"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "05c0bc2bcf419e5b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "conflict-files-obsidian-git.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "conflict-files-obsidian-git"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
},
|
||||
{
|
||||
"id": "40447d7392f56019",
|
||||
|
@ -235,8 +250,10 @@
|
|||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "42dc8aa905e2dc18",
|
||||
"active": "05c0bc2bcf419e5b",
|
||||
"lastOpenFiles": [
|
||||
"Foundation of data science/notes/2 Logistic Regression.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"Biometric Systems/notes/6. Face recognition 2D.md",
|
||||
"Biometric Systems/images/Pasted image 20241106144314.png",
|
||||
"Senza nome.md",
|
||||
|
@ -255,11 +272,9 @@
|
|||
"Autonomous Networking/notes/q&a.md",
|
||||
"Foundation of data science/notes/4 L1 and L2 normalization.md",
|
||||
"Autonomous Networking/notes/7 RL.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"Foundation of data science/slides/Untitled.md",
|
||||
"Untitled.md",
|
||||
"Foundation of data science/notes/3 Multi Class Binary Classification.md",
|
||||
"Foundation of data science/notes/2 Logistic Regression.md",
|
||||
"Autonomous Networking/notes/9 Markov processes.md",
|
||||
"Autonomous Networking/notes/7.1 K-Armed bandit problem.md",
|
||||
"Autonomous Networking/notes/7.2 10 arm testbed - optimism in face of uncertainty.md",
|
||||
|
|
|
@ -149,6 +149,10 @@ I look for the n (number of tags) value that minimizes the difference!
|
|||
Given N and a possible value of n, the expected number of slots with r tags is estimated as:
|
||||
![[Pasted image 20240928181424.png]]
|
||||
|
||||
$a_{0}=$ numero stimato di slot in cui non risponde nessun tag
|
||||
$a_{1}=$ numero stimato di slot in cui risponde un solo tag (numero di identificazioni)
|
||||
$a_{n}$ = numero stimato di slot in cui rispondono 2 o più tag
|
||||
|
||||
##### Inaccuracy of tag estimation for large networks
|
||||
- The estimator does not capture the possibly high variance of the number of tags
|
||||
- The minimum distance is computed over n ranging in $[c_1 + 2c_k, 2(c1 + 2c_k)]$
|
||||
|
|
|
@ -6,7 +6,7 @@ IoT term is used to refer to
|
|||
required features:
|
||||
- devices hetereogeneity
|
||||
- scalability
|
||||
- data ubiquitous data exchange
|
||||
- ubiquitous data exchange
|
||||
- energy-optimized solutions
|
||||
|
||||
key features:
|
||||
|
|
Loading…
Reference in a new issue