亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

課程目錄:Apache Spark MLlib培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

         Apache Spark MLlib培訓(xùn)

 

 

 

spark.mllib: data types, algorithms, and utilities
Data types
Basic statistics
summary statistics
correlations
stratified sampling
hypothesis testing
streaming significance testing
random data generation
Classification and regression
linear models (SVMs, logistic regression, linear regression)
naive Bayes
decision trees
ensembles of trees (Random Forests and Gradient-Boosted Trees)
isotonic regression
Collaborative filtering
alternating least squares (ALS)
Clustering
k-means
Gaussian mixture
power iteration clustering (PIC)
latent Dirichlet allocation (LDA)
bisecting k-means
streaming k-means
Dimensionality reduction
singular value decomposition (SVD)
principal component analysis (PCA)
Feature extraction and transformation
Frequent pattern mining
FP-growth
association rules
PrefixSpan
Evaluation metrics
PMML model export
Optimization (developer)
stochastic gradient descent
limited-memory BFGS (L-BFGS)
spark.ml: high-level APIs for ML pipelines
Overview: estimators, transformers and pipelines
Extracting, transforming and selecting features
Classification and regression
Clustering
Advanced topics