zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[Coursera] Machine Learning by Andrew Ng
magnet:?xt=urn:btih:48d1f81a7493a4b5440b09796f76b89ee160419f&dn=[Coursera] Machine Learning by Andrew Ng
磁力链接详情
文件列表详情
48d1f81a7493a4b5440b09796f76b89ee160419f
infohash:
113
文件数量
1.33 GB
文件大小
2016-8-4 13:36
创建日期
2024-11-24 00:25
最后访问
相关分词
Coursera
Machine
Learning
by
Andrew
Ng
01. Introduction (Week 1)/1 - 1 - Welcome (7 min).mp4 11.95 MB
01. Introduction (Week 1)/1 - 2 - What is Machine Learning- (7 min).mp4 9.35 MB
01. Introduction (Week 1)/1 - 3 - Supervised Learning (12 min).mp4 13.45 MB
01. Introduction (Week 1)/1 - 4 - Unsupervised Learning (14 min).mp4 16.66 MB
02. Linear Regression with One Variable (Week 1)/2 - 1 - Model Representation (8 min).mp4 9 MB
02. Linear Regression with One Variable (Week 1)/2 - 2 - Cost Function (8 min).mp4 9.05 MB
02. Linear Regression with One Variable (Week 1)/2 - 3 - Cost Function - Intuition I (11 min).mp4 12.24 MB
02. Linear Regression with One Variable (Week 1)/2 - 4 - Cost Function - Intuition II (9 min).mp4 11.36 MB
02. Linear Regression with One Variable (Week 1)/2 - 5 - Gradient Descent (11 min).mp4 13.5 MB
02. Linear Regression with One Variable (Week 1)/2 - 6 - Gradient Descent Intuition (12 min).mp4 13.03 MB
02. Linear Regression with One Variable (Week 1)/2 - 7 - Gradient Descent For Linear Regression (10 min).mp4 12.18 MB
02. Linear Regression with One Variable (Week 1)/2 - 8 - What-'s Next (6 min).mp4 6.08 MB
03. Linear Algebra Review (Week 1, Optional)/3 - 1 - Matrices and Vectors (9 min).mp4 9.56 MB
03. Linear Algebra Review (Week 1, Optional)/3 - 2 - Addition and Scalar Multiplication (7 min).mp4 7.46 MB
03. Linear Algebra Review (Week 1, Optional)/3 - 3 - Matrix Vector Multiplication (14 min).mp4 15 MB
03. Linear Algebra Review (Week 1, Optional)/3 - 4 - Matrix Matrix Multiplication (11 min).mp4 12.59 MB
03. Linear Algebra Review (Week 1, Optional)/3 - 5 - Matrix Multiplication Properties (9 min).mp4 9.81 MB
03. Linear Algebra Review (Week 1, Optional)/3 - 6 - Inverse and Transpose (11 min).mp4 12.87 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 1 - Multiple Features (8 min).mp4 8.84 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 2 - Gradient Descent for Multiple Variables (5 min).mp4 5.78 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 3 - Gradient Descent in Practice I - Feature Scaling (9 min).mp4 9.46 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 4 - Gradient Descent in Practice II - Learning Rate (9 min).mp4 9.26 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 5 - Features and Polynomial Regression (8 min).mp4 8.26 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 6 - Normal Equation (16 min).mp4 17.13 MB
04. Linear Regression with Multiple Variables (Week 2)/4 - 7 - Normal Equation Noninvertibility (Optional) (6 min).mp4 6.24 MB
05. Octave Tutorial (Week 2)/5 - 1 - Basic Operations (14 min).mp4 17.72 MB
05. Octave Tutorial (Week 2)/5 - 2 - Moving Data Around (16 min).mp4 20.77 MB
05. Octave Tutorial (Week 2)/5 - 3 - Computing on Data (13 min).mp4 15.25 MB
05. Octave Tutorial (Week 2)/5 - 4 - Plotting Data (10 min).mp4 13.32 MB
05. Octave Tutorial (Week 2)/5 - 5 - Control Statements- for, while, if statements (13 min).mp4 16.49 MB
05. Octave Tutorial (Week 2)/5 - 6 - Vectorization (14 min).mp4 16.09 MB
05. Octave Tutorial (Week 2)/5 - 7 - Working on and Submitting Programming Exercises (4 min).mp4 5.46 MB
06. Logistic Regression (Week 3)/6 - 1 - Classification (8 min).mp4 8.77 MB
06. Logistic Regression (Week 3)/6 - 2 - Hypothesis Representation (7 min).mp4 8.34 MB
06. Logistic Regression (Week 3)/6 - 3 - Decision Boundary (15 min).mp4 16.74 MB
06. Logistic Regression (Week 3)/6 - 4 - Cost Function (11 min).mp4 13.09 MB
06. Logistic Regression (Week 3)/6 - 5 - Simplified Cost Function and Gradient Descent (10 min).mp4 11.96 MB
06. Logistic Regression (Week 3)/6 - 6 - Advanced Optimization (14 min).mp4 18.15 MB
06. Logistic Regression (Week 3)/6 - 7 - Multiclass Classification- One-vs-all (6 min).mp4 6.93 MB
07. Regularization (Week 3)/7 - 1 - The Problem of Overfitting (10 min).mp4 11.15 MB
07. Regularization (Week 3)/7 - 2 - Cost Function (10 min).mp4 11.63 MB
07. Regularization (Week 3)/7 - 3 - Regularized Linear Regression (11 min).mp4 12 MB
07. Regularization (Week 3)/7 - 4 - Regularized Logistic Regression (9 min).mp4 10.89 MB
08. Neural Networks Representation (Week 4)/8 - 1 - Non-linear Hypotheses (10 min).mp4 10.88 MB
08. Neural Networks Representation (Week 4)/8 - 2 - Neurons and the Brain (8 min).mp4 9.89 MB
08. Neural Networks Representation (Week 4)/8 - 3 - Model Representation I (12 min).mp4 13.51 MB
08. Neural Networks Representation (Week 4)/8 - 4 - Model Representation II (12 min).mp4 13.45 MB
08. Neural Networks Representation (Week 4)/8 - 5 - Examples and Intuitions I (7 min).mp4 7.89 MB
08. Neural Networks Representation (Week 4)/8 - 6 - Examples and Intuitions II (10 min).mp4 14 MB
08. Neural Networks Representation (Week 4)/8 - 7 - Multiclass Classification (4 min).mp4 4.83 MB
09. Neural Networks Learning (Week 5)/9 - 1 - Cost Function (7 min).mp4 7.66 MB
09. Neural Networks Learning (Week 5)/9 - 2 - Backpropagation Algorithm (12 min).mp4 13.94 MB
09. Neural Networks Learning (Week 5)/9 - 3 - Backpropagation Intuition (13 min).mp4 15.44 MB
09. Neural Networks Learning (Week 5)/9 - 4 - Implementation Note- Unrolling Parameters (8 min).mp4 9.38 MB
09. Neural Networks Learning (Week 5)/9 - 5 - Gradient Checking (12 min).mp4 13.5 MB
09. Neural Networks Learning (Week 5)/9 - 6 - Random Initialization (7 min).mp4 7.56 MB
09. Neural Networks Learning (Week 5)/9 - 7 - Putting It Together (14 min).mp4 16.3 MB
09. Neural Networks Learning (Week 5)/9 - 8 - Autonomous Driving (7 min).mp4 14.88 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 1 - Deciding What to Try Next (6 min).mp4 6.86 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 2 - Evaluating a Hypothesis (8 min).mp4 8.48 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 3 - Model Selection and Train-Validation-Test Sets (12 min).mp4 14.07 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 4 - Diagnosing Bias vs. Variance (8 min).mp4 8.97 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 5 - Regularization and Bias-Variance (11 min).mp4 12.6 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 6 - Learning Curves (12 min).mp4 12.92 MB
10. Advice for Applying Machine Learning (Week 6)/10 - 7 - Deciding What to Do Next Revisited (7 min).mp4 8.18 MB
11. Machine Learning System Design (Week 6)/11 - 1 - Prioritizing What to Work On (10 min).mp4 11.17 MB
11. Machine Learning System Design (Week 6)/11 - 2 - Error Analysis (13 min).mp4 15.43 MB
11. Machine Learning System Design (Week 6)/11 - 3 - Error Metrics for Skewed Classes (12 min).mp4 13.25 MB
11. Machine Learning System Design (Week 6)/11 - 4 - Trading Off Precision and Recall (14 min).mp4 15.99 MB
11. Machine Learning System Design (Week 6)/11 - 5 - Data For Machine Learning (11 min).mp4 12.87 MB
12. Support Vector Machines (Week 7)/12 - 1 - Optimization Objective (15 min).mp4 16.65 MB
12. Support Vector Machines (Week 7)/12 - 2 - Large Margin Intuition (11 min).mp4 11.81 MB
12. Support Vector Machines (Week 7)/12 - 3 - Mathematics Behind Large Margin Classification (Optional) (20 min).mp4 21.83 MB
12. Support Vector Machines (Week 7)/12 - 4 - Kernels I (16 min).mp4 17.57 MB
12. Support Vector Machines (Week 7)/12 - 5 - Kernels II (16 min).mp4 17.45 MB
12. Support Vector Machines (Week 7)/12 - 6 - Using An SVM (21 min).mp4 23.95 MB
13. Clustering (Week 8)/13 - 1 - Unsupervised Learning- Introduction (3 min).mp4 3.8 MB
13. Clustering (Week 8)/13 - 2 - K-Means Algorithm (13 min).mp4 13.81 MB
13. Clustering (Week 8)/13 - 3 - Optimization Objective (7 min).mp4 8.15 MB
13. Clustering (Week 8)/13 - 4 - Random Initialization (8 min).mp4 8.67 MB
13. Clustering (Week 8)/13 - 5 - Choosing the Number of Clusters (8 min).mp4 9.4 MB
14. Dimensionality Reduction (Week 8)/14 - 1 - Motivation I- Data Compression (10 min).mp4 14.31 MB
14. Dimensionality Reduction (Week 8)/14 - 2 - Motivation II- Visualization (6 min).mp4 6.3 MB
14. Dimensionality Reduction (Week 8)/14 - 3 - Principal Component Analysis Problem Formulation (9 min).mp4 10.45 MB
14. Dimensionality Reduction (Week 8)/14 - 4 - Principal Component Analysis Algorithm (15 min).mp4 17.79 MB
14. Dimensionality Reduction (Week 8)/14 - 5 - Choosing the Number of Principal Components (11 min).mp4 11.84 MB
14. Dimensionality Reduction (Week 8)/14 - 6 - Reconstruction from Compressed Representation (4 min).mp4 4.98 MB
14. Dimensionality Reduction (Week 8)/14 - 7 - Advice for Applying PCA (13 min).mp4 14.7 MB
15. Anomaly Detection (Week 9)/15 - 1 - Problem Motivation (8 min).mp4 8.35 MB
15. Anomaly Detection (Week 9)/15 - 2 - Gaussian Distribution (10 min).mp4 11.69 MB
15. Anomaly Detection (Week 9)/15 - 3 - Algorithm (12 min).mp4 13.95 MB
15. Anomaly Detection (Week 9)/15 - 4 - Developing and Evaluating an Anomaly Detection System (13 min).mp4 15.15 MB
15. Anomaly Detection (Week 9)/15 - 5 - Anomaly Detection vs. Supervised Learning (8 min).mp4 9.28 MB
15. Anomaly Detection (Week 9)/15 - 6 - Choosing What Features to Use (12 min).mp4 14.12 MB
15. Anomaly Detection (Week 9)/15 - 7 - Multivariate Gaussian Distribution (Optional) (14 min).mp4 15.93 MB
15. Anomaly Detection (Week 9)/15 - 8 - Anomaly Detection using the Multivariate Gaussian Distribution (Optional) (14 min).mp4 16.34 MB
16. Recommender Systems (Week 9)/16 - 1 - Problem Formulation (8 min).mp4 10.67 MB
16. Recommender Systems (Week 9)/16 - 2 - Content Based Recommendations (15 min).mp4 16.93 MB
16. Recommender Systems (Week 9)/16 - 3 - Collaborative Filtering (10 min).mp4 11.75 MB
16. Recommender Systems (Week 9)/16 - 4 - Collaborative Filtering Algorithm (9 min).mp4 10.31 MB
16. Recommender Systems (Week 9)/16 - 5 - Vectorization- Low Rank Matrix Factorization (8 min).mp4 9.68 MB
16. Recommender Systems (Week 9)/16 - 6 - Implementational Detail- Mean Normalization (9 min).mp4 9.71 MB
17. Large Scale Machine Learning (Week 10)/17 - 1 - Learning With Large Datasets (6 min).mp4 6.5 MB
17. Large Scale Machine Learning (Week 10)/17 - 2 - Stochastic Gradient Descent (13 min).mp4 15.33 MB
17. Large Scale Machine Learning (Week 10)/17 - 3 - Mini-Batch Gradient Descent (6 min).mp4 7.32 MB
17. Large Scale Machine Learning (Week 10)/17 - 4 - Stochastic Gradient Descent Convergence (12 min).mp4 13.33 MB
17. Large Scale Machine Learning (Week 10)/17 - 5 - Online Learning (13 min).mp4 14.91 MB
17. Large Scale Machine Learning (Week 10)/17 - 6 - Map Reduce and Data Parallelism (14 min).mp4 16.06 MB
18. Application Example Photo OCR/18 - 1 - Problem Description and Pipeline (7 min).mp4 7.91 MB
18. Application Example Photo OCR/18 - 2 - Sliding Windows (15 min).mp4 16.52 MB
18. Application Example Photo OCR/18 - 3 - Getting Lots of Data and Artificial Data (16 min).mp4 18.82 MB
18. Application Example Photo OCR/18 - 4 - Ceiling Analysis- What Part of the Pipeline to Work on Next (14 min).mp4 16.11 MB
19. Conclusion/19 - 1 - Summary and Thank You (5 min).mp4 6.09 MB
其他位置