32. Advanced Statistical Methods - Other Types of Clustering/1. Types of Clustering.mp444.58MB
32. Advanced Statistical Methods - Other Types of Clustering/2. Dendrogram.mp429.06MB
32. Advanced Statistical Methods - Other Types of Clustering/3. Heatmaps.mp429.62MB
33. Part 5 Mathematics/10. Addition and Subtraction of Matrices.mp432.62MB
33. Part 5 Mathematics/12. Errors when Adding Matrices.mp411.18MB
33. Part 5 Mathematics/13. Transpose of a Matrix.mp438.07MB
33. Part 5 Mathematics/14. Dot Product.mp424MB
33. Part 5 Mathematics/15. Dot Product of Matrices.mp449.43MB
33. Part 5 Mathematics/16. Why is Linear Algebra Useful.mp4144.34MB
33. Part 5 Mathematics/1. What is a matrix.mp433.59MB
33. Part 5 Mathematics/3. Scalars and Vectors.mp433.85MB
33. Part 5 Mathematics/5. Linear Algebra and Geometry.mp449.79MB
33. Part 5 Mathematics/7. Arrays in Python - A Convenient Way To Represent Matrices.mp426.12MB
33. Part 5 Mathematics/8. What is a Tensor.mp422.53MB
34. Part 6 Deep Learning/1. What to Expect from this Part.mp431.1MB
35. Deep Learning - Introduction to Neural Networks/11. The Linear model with Multiple Inputs and Multiple Outputs.mp438.31MB
35. Deep Learning - Introduction to Neural Networks/13. Graphical Representation of Simple Neural Networks.mp422.64MB
35. Deep Learning - Introduction to Neural Networks/15. What is the Objective Function.mp417.91MB
35. Deep Learning - Introduction to Neural Networks/17. Common Objective Functions L2-norm Loss.mp423.28MB
35. Deep Learning - Introduction to Neural Networks/19. Common Objective Functions Cross-Entropy Loss.mp437.24MB
35. Deep Learning - Introduction to Neural Networks/1. Introduction to Neural Networks.mp442.92MB
35. Deep Learning - Introduction to Neural Networks/21. Optimization Algorithm 1-Parameter Gradient Descent.mp455.62MB
35. Deep Learning - Introduction to Neural Networks/23. Optimization Algorithm n-Parameter Gradient Descent.mp439.42MB
35. Deep Learning - Introduction to Neural Networks/3. Training the Model.mp428.71MB
35. Deep Learning - Introduction to Neural Networks/5. Types of Machine Learning.mp445.11MB
35. Deep Learning - Introduction to Neural Networks/7. The Linear Model (Linear Algebraic Version).mp428.44MB
35. Deep Learning - Introduction to Neural Networks/9. The Linear Model with Multiple Inputs.mp425.11MB
36. Deep Learning - How to Build a Neural Network from Scratch with NumPy/1. Basic NN Example (Part 1).mp420.6MB
36. Deep Learning - How to Build a Neural Network from Scratch with NumPy/2. Basic NN Example (Part 2).mp434.94MB
36. Deep Learning - How to Build a Neural Network from Scratch with NumPy/3. Basic NN Example (Part 3).mp424.4MB
36. Deep Learning - How to Build a Neural Network from Scratch with NumPy/4. Basic NN Example (Part 4).mp461.14MB
37. Deep Learning - TensorFlow Introduction/1. How to Install TensorFlow.mp414.56MB
37. Deep Learning - TensorFlow Introduction/3. TensorFlow Outline and Logic.mp447.69MB
37. Deep Learning - TensorFlow Introduction/4. Actual Introduction to TensorFlow.mp417.41MB
37. Deep Learning - TensorFlow Introduction/5. Types of File Formats, supporting Tensors.mp420.34MB
37. Deep Learning - TensorFlow Introduction/6. Basic NN Example with TF Inputs, Outputs, Targets, Weights, Biases.mp438.49MB
37. Deep Learning - TensorFlow Introduction/7. Basic NN Example with TF Loss Function and Gradient Descent.mp432.51MB
37. Deep Learning - TensorFlow Introduction/8. Basic NN Example with TF Model Output.mp437.39MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/1. What is a Layer.mp412.5MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/2. What is a Deep Net.mp429.53MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/3. Digging into a Deep Net.mp459.36MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/4. Non-Linearities and their Purpose.mp427.68MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/5. Activation Functions.mp425.1MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/6. Activation Functions Softmax Activation.mp425.92MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/7. Backpropagation.mp434.95MB
38. Deep Learning - Digging Deeper into NNs Introducing Deep Neural Networks/8. Backpropagation picture.mp419.51MB
39. Deep Learning - Overfitting/1. What is Overfitting.mp431.08MB
39. Deep Learning - Overfitting/2. Underfitting and Overfitting for Classification.mp425.07MB
39. Deep Learning - Overfitting/3. What is Validation.mp432.71MB
39. Deep Learning - Overfitting/4. Training, Validation, and Test Datasets.mp425.2MB
39. Deep Learning - Overfitting/5. N-Fold Cross Validation.mp420.7MB
39. Deep Learning - Overfitting/6. Early Stopping or When to Stop Training.mp424.17MB
3. The Field of Data Science - Connecting the Data Science Disciplines/1. Applying Traditional Data, Big Data, BI, Traditional Data Science and ML.mp4126.87MB
40. Deep Learning - Initialization/1. What is Initialization.mp421.76MB
40. Deep Learning - Initialization/2. Types of Simple Initializations.mp414.31MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/1. Stochastic Gradient Descent.mp428.68MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/2. Problems with Gradient Descent.mp411.02MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/3. Momentum.mp416.44MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/4. Learning Rate Schedules, or How to Choose the Optimal Learning Rate.mp429.09MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/5. Learning Rate Schedules Visualized.mp49.11MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/6. Adaptive Learning Rate Schedules ( AdaGrad and RMSprop ).mp426.35MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/7. Adam (Adaptive Moment Estimation).mp422.36MB
42. Deep Learning - Preprocessing/1. Preprocessing Introduction.mp427.78MB
42. Deep Learning - Preprocessing/2. Types of Basic Preprocessing.mp411.84MB
42. Deep Learning - Preprocessing/3. Standardization.mp450.98MB
42. Deep Learning - Preprocessing/4. Preprocessing Categorical Data.mp418.6MB
42. Deep Learning - Preprocessing/5. Binary and One-Hot Encoding.mp428.95MB
43. Deep Learning - Classifying on the MNIST Dataset/1. MNIST What is the MNIST Dataset.mp417.82MB
43. Deep Learning - Classifying on the MNIST Dataset/2. MNIST How to Tackle the MNIST.mp422.59MB
43. Deep Learning - Classifying on the MNIST Dataset/3. MNIST Relevant Packages.mp418.91MB
43. Deep Learning - Classifying on the MNIST Dataset/4. MNIST Model Outline.mp456.38MB
43. Deep Learning - Classifying on the MNIST Dataset/5. MNIST Loss and Optimization Algorithm.mp425.86MB
43. Deep Learning - Classifying on the MNIST Dataset/6. Calculating the Accuracy of the Model.mp443.9MB
43. Deep Learning - Classifying on the MNIST Dataset/7. MNIST Batching and Early Stopping.mp412.85MB
43. Deep Learning - Classifying on the MNIST Dataset/8. MNIST Learning.mp446.69MB
43. Deep Learning - Classifying on the MNIST Dataset/9. MNIST Results and Testing.mp462.77MB
44. Deep Learning - Business Case Example/10. Business Case Testing the Model.mp411.2MB
44. Deep Learning - Business Case Example/11. Business Case A Comment on the Homework.mp436.38MB
44. Deep Learning - Business Case Example/1. Business Case Getting acquainted with the dataset.mp487.66MB
44. Deep Learning - Business Case Example/2. Business Case Outlining the Solution.mp412.22MB
44. Deep Learning - Business Case Example/3. The Importance of Working with a Balanced Dataset.mp439.41MB
44. Deep Learning - Business Case Example/4. Business Case Preprocessing.mp4103.41MB
44. Deep Learning - Business Case Example/6. Creating a Data Provider.mp476.34MB
44. Deep Learning - Business Case Example/7. Business Case Model Outline.mp453.13MB
44. Deep Learning - Business Case Example/8. Business Case Optimization.mp441.52MB
44. Deep Learning - Business Case Example/9. Business Case Interpretation.mp425.74MB
45. Deep Learning - Conclusion/1. Summary of What You Learned.mp439.76MB
45. Deep Learning - Conclusion/2. What's Further out there in terms of Machine Learning.mp420.13MB
45. Deep Learning - Conclusion/3. An overview of CNNs.mp458.79MB
45. Deep Learning - Conclusion/5. An Overview of RNNs.mp425.27MB
45. Deep Learning - Conclusion/6. An Overview of non-NN Approaches.mp444.77MB
4. The Field of Data Science - The Benefits of Each Discipline/1. The Reason behind these Disciplines.mp481.19MB
5. The Field of Data Science - Popular Data Science Techniques/10. Techniques for Working with Traditional Methods.mp4123.51MB
5. The Field of Data Science - Popular Data Science Techniques/12. Real Life Examples of Traditional Methods.mp442.78MB
5. The Field of Data Science - Popular Data Science Techniques/13. Machine Learning (ML) Techniques.mp499.32MB
5. The Field of Data Science - Popular Data Science Techniques/15. Types of Machine Learning.mp4125.15MB
5. The Field of Data Science - Popular Data Science Techniques/17. Real Life Examples of Machine Learning (ML).mp436.81MB
5. The Field of Data Science - Popular Data Science Techniques/1. Techniques for Working with Traditional Data.mp4138.3MB
5. The Field of Data Science - Popular Data Science Techniques/3. Real Life Examples of Traditional Data.mp429.94MB
5. The Field of Data Science - Popular Data Science Techniques/4. Techniques for Working with Big Data.mp475.51MB
5. The Field of Data Science - Popular Data Science Techniques/6. Real Life Examples of Big Data.mp422.03MB
5. The Field of Data Science - Popular Data Science Techniques/7. Business Intelligence (BI) Techniques.mp489.94MB
5. The Field of Data Science - Popular Data Science Techniques/9. Real Life Examples of Business Intelligence (BI).mp429.54MB
6. The Field of Data Science - Popular Data Science Tools/1. Necessary Programming Languages and Software Used in Data Science.mp4103.52MB
7. The Field of Data Science - Careers in Data Science/1. Finding the Job - What to Expect and What to Look for.mp454.38MB
8. The Field of Data Science - Debunking Common Misconceptions/1. Debunking Common Misconceptions.mp472.85MB
9. Part 2 Statistics/1. Population and Sample.mp458.11MB