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.87MB
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.02MB
41. Deep Learning - Digging into Gradient Descent and Learning Rate Schedules/3. Momentum.mp416.43MB
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.36MB
42. Deep Learning - Preprocessing/1. Preprocessing Introduction.mp427.79MB
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.39MB
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.86MB
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/1. Business Case Getting acquainted with the dataset.mp487.66MB
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.53MB
44. Deep Learning - Business Case Example/9. Business Case Interpretation.mp425.74MB
45. Deep Learning - Conclusion/1. Summary on What You've Learned.mp439.75MB
45. Deep Learning - Conclusion/2. What's Further out there in terms of Machine Learning.mp420.12MB
45. Deep Learning - Conclusion/3. An overview of CNNs.mp458.79MB
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.09MB
46. Software Integration/5. Taking a Closer Look at APIs.mp4115.6MB
46. Software Integration/7. Communication between Software Products through Text Files.mp460.35MB
47. Case Study - What's Next in the Course/1. Game Plan for this Python, SQL, and Tableau Business Exercise.mp452.3MB
47. Case Study - What's Next in the Course/2. The Business Task.mp439.15MB
47. Case Study - What's Next in the Course/3. Introducing the Data Set.mp440.87MB
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.75MB
48. Case Study - Preprocessing the 'Absenteeism_data'/16. Classifying the Various Reasons for Absence.mp474.61MB
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.01MB
48. Case Study - Preprocessing the 'Absenteeism_data'/23. Creating Checkpoints while Coding in Jupyter.mp425.68MB
48. Case Study - Preprocessing the 'Absenteeism_data'/26. Analyzing the Dates from the Initial Data Set.mp457.29MB
48. Case Study - Preprocessing the 'Absenteeism_data'/27. Extracting the Month Value from the Date Column.mp447.79MB
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.63MB
48. Case Study - Preprocessing the 'Absenteeism_data'/4. Introduction to Terms with Multiple Meanings.mp427.86MB
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.77MB
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.41MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/11. Backward Elimination or How to Simplify Your Model.mp439.56MB
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.49MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/2. Creating the Targets for the Logistic Regression.mp445.8MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/3. Selecting the Inputs for the Logistic Regression.mp416.76MB
49. Case Study - Applying Machine Learning to Create the 'absenteeism_module'/4. Standardizing the Data.mp420.6MB
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.2MB
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.33MB
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.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.95MB
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.49MB
50. Case Study - Loading the 'absenteeism_module'/3. Deploying the 'absenteeism_module' - Part II.mp454.26MB
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.34MB
51. Case Study - Analyzing the Predicted Outputs in Tableau/6. Analyzing Transportation Expense vs Probability in Tableau.mp440.64MB
6. The Field of Data Science - Popular Data Science Tools/1. Necessary Programming Languages and Software Used in Data Science.mp4103.51MB
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.86MB
9. Part 2 Statistics/1. Population and Sample.mp458.12MB