Andy Pack
efa7a84a8b
Affected files: .obsidian/graph.json .obsidian/workspace-mobile.json .obsidian/workspace.json Languages/Spanish/Spanish.md STEM/AI/Classification/Classification.md STEM/AI/Classification/Decision Trees.md STEM/AI/Classification/Logistic Regression.md STEM/AI/Classification/Random Forest.md STEM/AI/Classification/Supervised/SVM.md STEM/AI/Classification/Supervised/Supervised.md STEM/AI/Neural Networks/Activation Functions.md STEM/AI/Neural Networks/CNN/CNN.md STEM/AI/Neural Networks/CNN/GAN/DC-GAN.md STEM/AI/Neural Networks/CNN/GAN/GAN.md STEM/AI/Neural Networks/Deep Learning.md STEM/AI/Neural Networks/Properties+Capabilities.md STEM/AI/Neural Networks/SLP/Perceptron Convergence.md
22 lines
334 B
Markdown
22 lines
334 B
Markdown
---
|
|
tags:
|
|
- ai
|
|
- classification
|
|
---
|
|
“hello world”
|
|
Related to naïve bayes
|
|
|
|
- Statistical model
|
|
- Uses ***logistic function*** to model a ***categorical*** dependent variable
|
|
|
|
# Types
|
|
- Binary
|
|
- 2 classes
|
|
- Multinomial
|
|
- Multiple classes without ordering
|
|
- Categories
|
|
- Ordinal
|
|
- Multiple ordered classes
|
|
- Star rating
|
|
|