Please enable JavaScript.
Coggle requires JavaScript to display documents.
Machin Learning - Coggle Diagram
Machin Learning
Classification
Unsupervised Learning.
Semi-supervised Learning.
Supervised learning
Reinforcement Learning
Unsuperivsed Learning
Clustering
association
DBSCAN
Algorithm
eps
minPoints
Mini-Batches
Pick a mini-batch
Feed it to Neural Network
Calculate the mean gradient of the mini-batch
Use the mean gradient we calculated in step 3 to update the weights
Repeat steps 1–4 for the mini-batches we created
Just like SGD, the average cost over the epochs in mi
Test-set