上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 51 下一页
摘要: Chapter 6 - Other Popular Machine Learning Models Models Segment 3 - Instance-based learning w/ k-Nearest Neighbor K-Nearest Neighbor Classification A 阅读全文
posted @ 2021-01-26 20:41 晨风_Eric 阅读(79) 评论(0) 推荐(0) 编辑
摘要: Chapter 6 - Other Popular Machine Learning Methods Segment 2 - A neural network with a Perceptron Perceptron A perceptron is a neural network with jus 阅读全文
posted @ 2021-01-25 20:48 晨风_Eric 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Chapter 6 - Other Popular Machine Learning Methods Segment 1 - Association Rule Mining Using Apriori Algorithm Association Rule Mining Association rul 阅读全文
posted @ 2021-01-24 18:47 晨风_Eric 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Dimensionality Reduction Methods Segment 2 - Principal component analysis (PCA) Singular Value Decomposition A linear algebra method that 阅读全文
posted @ 2021-01-24 15:51 晨风_Eric 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Dimensionality Reduction Methods Segment 1 - Explanatory factor analysis Factor Analysis A method that explores a data set in order to fin 阅读全文
posted @ 2021-01-24 15:21 晨风_Eric 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Chapter 4 - Clustering Models Segment 3 - DBSCan clustering to identify outliers DBSCAN for Outlier Detection Unsupervised method that clusters core s 阅读全文
posted @ 2021-01-24 14:56 晨风_Eric 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Chapter 4 - Clustering Models Segment 2 - Hierarchical methods Hierarchical Clustering Hierarchical clustering methods predict subgroups within data b 阅读全文
posted @ 2021-01-24 09:09 晨风_Eric 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Chapter 4 - Clustering Models Segment 1 - K-means method Clustering and Classification Algorithms K-Means clustering: unsupervised clustering algorith 阅读全文
posted @ 2021-01-23 21:28 晨风_Eric 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Chapter 3 - Regression Models Segment 3 - Logistic regression Logistic Regression Logistic regression is a simple machine learning method you can use 阅读全文
posted @ 2021-01-23 20:02 晨风_Eric 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Chapter 3 - Regression Models Segment 2 - Multiple linear regression import numpy as np import pandas as pd import matplotlib.pyplot as plt from pylab 阅读全文
posted @ 2021-01-23 15:47 晨风_Eric 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 51 下一页