Please enable JavaScript.
Coggle requires JavaScript to display documents.
機器學習 (監督式學習 supervised (分類 classifier (Training (Normalization,…
機器學習
監督式學習
supervised
分類
classifier
特徵向量擷取
訓練樣本
Training
Normalization
Standardization
驗證
貝氏分類
Support Vector Machine
迴歸
線性迴歸 y = ax+b
非線性迴歸 / 邏輯迴歸
ANN
類神經網路
神經元
線性模型
f(x) = x + 1
f(x) = wx + b
x = 1 * 5 矩陣
w = n * 1 權重
多元線性回歸
殘差
活化函數
非線性函數
感知器模型
perceptron
無監督式學習 unsupervised
分群
clustering
K-Means
DBSCAN
CNN
Convolutional Neural Network
卷積神經網路
DNN
Deep Neural Networks
深度神經網路
GAN
強化學習
reinforcement learning