Supply Chain Analysis With Machine Learning & Neural Network
Published 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.14 GB | Duration: 3h 10m
Published 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.14 GB | Duration: 3h 10m
Learn how to analyse supply chain data using LightGBM and Recurrent Neural Network
What you'll learn
Learn how to do supply chain risk assessment analysis to mitigate potential supply chain disruption risks
Learn how to do inventory optimization analysis using Economic Order Quantity
Learn how to do customer segmentation analysis by breaking down generated revenue by its customer demographics
Learn how to forecast customer demand using LightGBM model
Learn how to do K-Fold Cross Validation method to evaluate the performance of LightGBM forecasting model
Learn how to do cost optimization analysis using Recurrent Neural Network model
Learn how to do lead time optimization analysis to find the most optimal transportation mode and route
Learn how to do quality control check by analyzing defect rate for each product type
Learn several factors that can potentially cause supply chain disruptions, such as natural disaster, economic volatility, tariff and trade barriers
Learn how to do inventory and order quantity optimization analysis using EOQ (Economic Order Quantity)
Learn how to do cost optimization analysis using TCO (Total Cost of Ownership) method
Requirements
No previous experience in supply chain analytics is required
Basic knowledge in Python is helpful but not necessary
Description
Welcome to Supply Chain Analysis with Machine Learning & Neural Network course. This is a comprehensive project based course where you will learn step by step on how to perform complex analysis and visualization on supply chain dataset. This course will be mainly focusing on performing cost optimization, demand forecasting, lead time efficiency, risk management, and order quantity optimization. We will be utilizing two different models, those are LightGBM which is a machine learning model and RNN which stands for Recurrent Neural Networks. Regarding programming language, we are going to use Python alongside several libraries like Pandas for performing data modelling, Numpy for performing complex calculations, Matplotlib for visualizing the data, and Scikit-learn for implementing the machine learning models.Meanwhile, for the data, we are going to download the supply chain dataset from Kaggle. In the introduction session, you will learn basic fundamentals of supply chain analytics, such as getting to know its key objectives, getting to know models that will be used, and challenges that we commonly faced when it comes to analyzing supply chain data for example demand volatility and data integration. Then, you will continue by learning the basic mathematics and logics behind price and order quantity optimization where you will be guided step by step on how to solve a basic case study using economic order quantity equation. This session was designed to prepare your knowledge and understanding about order quantity optimization before implementing this concept to your code in the project. Afterward, you will learn about several different factors that can potentially cause supply chain disruption, such as natural disaster, economic volatility, and supplier issues. Once you’ve learnt all necessary knowledge about supply chain analytics, we will start the project. Firstly, you will be guided step by step on how to set up Google Colab IDE, then, you will also learn how to find and download datasets from Kaggle. Once everything is all set, you will enter the main section of the course which is the project section. The project will consist of two main parts where in the first part you will use machine learning specifically the LightGBM algorithm while in the second part, you will use Recurrent Neural Network. Lastly, at the end of the course, you will also learn how to evaluate the accuracy of the models that you built in the project using the K-fold cross validation method.First of all, before getting into the course, we need to ask this question to ourselves: why should we analyze supply chain data with machine learning and neural networks? Well, there are a lot of answers to that question. Firstly, supply chain is undeniably one of the most important factors in business operation. Let me give you an example, let’s say you have an E-commerce business and you rely only on one supplier and one day, your supplier decided to stop producing the product, what would be your strategy to survive if that is the case. Or let’s talk about another example where you tried to optimize your logistic cost and decided to ship your product to your customers using one freight forwarder because it offers the cheapest fee, nonetheless, you did not realize that actually the freight forwarder does not have the ability to handle your requested capacity, if that is the case, what would be your solution and there are still a lot of complex cases like those in supply chain. Therefore, by utilizing machine learning and neural networks, we will be able to solve those kinds of problems and find the best solutions possible.Below are things that you can expect to learn from this course:Learn basic fundamentals of supply chain analytics, such as getting to know its key objectives and several challenges commonly faced when analyzing supply chain dataLearn how to do cost optimization analysis using TCO (Total Cost of Ownership) methodLearn how to do inventory and order quantity optimization analysis using EOQ (Economic Order Quantity)Learn several factors that can potentially cause supply chain disruptions, such as natural disaster, economic volatility, tariff and trade barriersLearn how to find and download datasets from KaggleLearn how to clean dataset by removing missing rows and duplicate valuesLearn how to do quality control check by analyzing defect rate for each product typeLearn how to do supply chain risk assessment analysis to mitigate potential supply chain disruption risksLearn how to do inventory optimization analysis using Economic Order QuantityLearn how to do customer segmentation analysis by breaking down generated revenue by its customer demographicsLearn how to do lead time optimization analysis to find the most optimal transportation mode and routeLearn how to forecast customer demand using LightGBM modelLearn how to do cost optimization analysis using Recurrent Neural Network modelLearn how to do K-Fold Cross Validation method to evaluate the performance of LightGBM forecasting model
Overview
Section 1: Introduction
Lecture 1 Introduction to the Course
Lecture 2 Table of Contents
Lecture 3 Whom This Course is Intended for?
Section 2: Tools, IDE, and Datasets
Lecture 4 Tools, IDE, and Datasets
Section 3: Introduction to Supply Chain Analytics
Lecture 5 Introduction to Supply Chain Analytics
Section 4: Cost Optimization Using TCO
Lecture 6 Cost Optimization Using TCO
Section 5: Inventory & Order Quantity Optimization Using EOQ
Lecture 7 Inventory & Order Quantity Optimization Using EOQ
Section 6: Factors That Can Cause Supply Chain Disruptions
Lecture 8 Factors That Can Cause Supply Chain Disruptions
Section 7: Setting Up Google Colab IDE
Lecture 9 Setting Up Google Colab IDE
Section 8: Downloading Supply Chain Dataset From Kaggle
Lecture 10 Downloading Supply Chain Dataset From Kaggle
Section 9: Project Preparation
Lecture 11 Uploading Supply Chain Dataset to Google Colab
Lecture 12 Quick Overview of Supply Chain Dataset
Section 10: Cleaning Dataset by Removing Missing Rows & Duplicates
Lecture 13 Cleaning Dataset by Removing Missing Rows & Duplicates
Section 11: Quality Control Check - Analyzing Defect Rates
Lecture 14 Analyzing & Visualizing Defect Rates For Each Product Type
Section 12: Supply Chain Risk Assessment
Lecture 15 Supply Chain Risk Assessment
Section 13: Inventory Optimization Analysis Using EOQ
Lecture 16 Inventory Optimization Analysis Using EOQ
Section 14: Customer Segmentation Analysis
Lecture 17 Customer Segmentation Analysis
Section 15: Lead Times Optimization Analysis
Lecture 18 Lead Times Optimization Analysis
Section 16: Forecasting Demand with LightGBM Model
Lecture 19 Forecasting Demand with LightGBM Model
Section 17: Cost Optimization Analysis with RNN Model
Lecture 20 Cost Optimization Analysis with RNN Model
Section 18: K-Fold Cross Validation Method
Lecture 21 K-Fold Cross Validation Method
Section 19: Conclusion & Summary
Lecture 22 Conclusion & Summary
People who are interested in analysing supply chain data using machine learning and neural network,People who are interested in learning how to optimise cost, lead times, and inventory