29. Advanced Statistical Methods - Logistic Regression/9. What do the Odds Actually Mean.mp432.28MB
3. The Field of Data Science - Connecting the Data Science Disciplines/1. Applying Traditional Data, Big Data, BI, Traditional Data Science and ML.mp4126.88MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/1. Stochastic Gradient Descent.mp428.69MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/2. Problems with Gradient Descent.mp411.01MB
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.08MB
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.35MB
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.94MB
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.87MB
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.78MB
44. Deep Learning - Business Case Example/1. Business Case Getting acquainted with the dataset.mp487.65MB
44. Deep Learning - Business Case Example/10. Business Case Testing the Model.mp411.21MB
44. Deep Learning - Business Case Example/11. Business Case A Comment on the Homework.mp436.38MB
44. Deep Learning - Business Case Example/2. Business Case Outlining the Solution.mp412.21MB
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.12MB
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 on What You've 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.8MB
45. Deep Learning - Conclusion/5. An Overview of RNNs.mp425.26MB
45. Deep Learning - Conclusion/6. An Overview of non-NN Approaches.mp444.77MB
46. Software Integration/1. What are Data, Servers, Clients, Requests, and Responses.mp469.03MB
46. Software Integration/3. What are Data Connectivity, APIs, and Endpoints.mp4104.08MB
46. Software Integration/5. Taking a Closer Look at APIs.mp4115.59MB
46. Software Integration/7. Communication between Software Products through Text Files.mp460.34MB
47. Case Study - What's Next in the Course/1. Game Plan for this Python, SQL, and Tableau Business Exercise.mp452.31MB
47. Case Study - What's Next in the Course/2. The Business Task.mp439.16MB
47. Case Study - What's Next in the Course/3. Introducing the Data Set.mp440.86MB
48. Case Study - Preprocessing the 'Absenteeism_data'/10. Analyzing the Reasons for Absence.mp440.58MB
48. Case Study - Preprocessing the 'Absenteeism_data'/11. Obtaining Dummies from a Single Feature.mp481.11MB
48. Case Study - Preprocessing the 'Absenteeism_data'/15. More on Dummy Variables A Statistical Perspective.mp413.74MB
48. Case Study - Preprocessing the 'Absenteeism_data'/16. Classifying the Various Reasons for Absence.mp474.6MB
48. Case Study - Preprocessing the 'Absenteeism_data'/17. Using .concat() in Python.mp438.74MB
48. Case Study - Preprocessing the 'Absenteeism_data'/2. Importing the Absenteeism Data in Python.mp423.15MB
48. Case Study - Preprocessing the 'Absenteeism_data'/20. Reordering Columns in a Pandas DataFrame in Python.mp414.02MB
48. Case Study - Preprocessing the 'Absenteeism_data'/23. Creating Checkpoints while Coding in Jupyter.mp425.67MB
48. Case Study - Preprocessing the 'Absenteeism_data'/26. Analyzing the Dates from the Initial Data Set.mp457.28MB
48. Case Study - Preprocessing the 'Absenteeism_data'/27. Extracting the Month Value from the Date Column.mp447.8MB
48. Case Study - Preprocessing the 'Absenteeism_data'/28. Extracting the Day of the Week from the Date Column.mp427.97MB
48. Case Study - Preprocessing the 'Absenteeism_data'/3. Checking the Content of the Data Set.mp461.91MB
48. Case Study - Preprocessing the 'Absenteeism_data'/30. Analyzing Several Straightforward Columns for this Exercise.mp429.51MB
48. Case Study - Preprocessing the 'Absenteeism_data'/31. Working on Education, Children, and Pets.mp439.59MB
48. Case Study - Preprocessing the 'Absenteeism_data'/32. Final Remarks of this Section.mp421.64MB
48. Case Study - Preprocessing the 'Absenteeism_data'/4. Introduction to Terms with Multiple Meanings.mp427.85MB
48. Case Study - Preprocessing the 'Absenteeism_data'/6. Using a Statistical Approach towards the Solution to the Exercise.mp420.18MB
48. Case Study - Preprocessing the 'Absenteeism_data'/7. Dropping a Column from a DataFrame in Python.mp461.76MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/1. Exploring the Problem with a Machine Learning Mindset.mp427.54MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/10. Interpreting the Coefficients of the Logistic Regression.mp440.4MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/11. Backward Elimination or How to Simplify Your Model.mp439.57MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/12. Testing the Model We Created.mp449.06MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/13. Saving the Model and Preparing it for Deployment.mp437.46MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/16. Preparing the Deployment of the Model through a Module.mp444.48MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/2. Creating the Targets for the Logistic Regression.mp445.79MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/3. Selecting the Inputs for the Logistic Regression.mp416.75MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/4. Standardizing the Data.mp420.59MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/5. Splitting the Data for Training and Testing.mp452.76MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/6. Fitting the Model and Assessing its Accuracy.mp441.62MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/7. Creating a Summary Table with the Coefficients and Intercept.mp438.88MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/8. Interpreting the Coefficients for Our Problem.mp452.38MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/9. Standardizing only the Numerical Variables (Creating a Custom Scaler).mp441.19MB
5. The Field of Data Science - Popular Data Science Techniques/1. Techniques for Working with Traditional Data.mp4138.31MB
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/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.5MB
5. The Field of Data Science - Popular Data Science Techniques/6. Real Life Examples of Big Data.mp422.04MB
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
50. Case Study - Loading the 'absenteeism_module'/2. Deploying the 'absenteeism_module' - Part I.mp425.48MB
50. Case Study - Loading the 'absenteeism_module'/3. Deploying the 'absenteeism_module' - Part II.mp454.25MB
51. Case Study - Analyzing the Predicted Outputs in Tableau/2. Analyzing Age vs Probability in Tableau.mp456.55MB
51. Case Study - Analyzing the Predicted Outputs in Tableau/4. Analyzing Reasons vs Probability in Tableau.mp459.33MB
51. Case Study - Analyzing the Predicted Outputs in Tableau/6. Analyzing Transportation Expense vs Probability in Tableau.mp440.63MB
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.39MB
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