Supply Chain Analysis with Machine Learning & Neural Network
Supply Chain Analysis with Machine Learning & Neural Network, available at $19.99, has an average rating of 3.45, with 22 lectures, based on 23 reviews, and has 3072 subscribers.
You will learn about 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 This course is ideal for individuals who are People who are interested in analysing supply chain data using machine learning and neural network or People who are interested in learning how to optimise cost, lead times, and inventory It is particularly useful for People who are interested in analysing supply chain data using machine learning and neural network or People who are interested in learning how to optimise cost, lead times, and inventory.
Enroll now: Supply Chain Analysis with Machine Learning & Neural Network
Summary
Title: Supply Chain Analysis with Machine Learning & Neural Network
Price: $19.99
Average Rating: 3.45
Number of Lectures: 22
Number of Published Lectures: 22
Number of Curriculum Items: 22
Number of Published Curriculum Objects: 22
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will 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
Who Should Attend
- 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
Target Audiences
- 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
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 data
-
Learn how to do cost optimization analysis using TCO (Total Cost of Ownership) method
-
Learn 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 barriers
-
Learn how to find and download datasets from Kaggle
-
Learn how to clean dataset by removing missing rows and duplicate values
-
Learn how to do quality control check by analyzing defect rate for each product type
-
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 do lead time optimization analysis to find the most optimal transportation mode and route
-
Learn how to forecast customer demand using LightGBM model
-
Learn how to do cost optimization analysis using Recurrent Neural Network model
-
Learn how to do K-Fold Cross Validation method to evaluate the performance of LightGBM forecasting model
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction to the Course
Lecture 2: Table of Contents
Lecture 3: Whom This Course is Intended for?
Chapter 2: Tools, IDE, and Datasets
Lecture 1: Tools, IDE, and Datasets
Chapter 3: Introduction to Supply Chain Analytics
Lecture 1: Introduction to Supply Chain Analytics
Chapter 4: Cost Optimization Using TCO
Lecture 1: Cost Optimization Using TCO
Chapter 5: Inventory & Order Quantity Optimization Using EOQ
Lecture 1: Inventory & Order Quantity Optimization Using EOQ
Chapter 6: Factors That Can Cause Supply Chain Disruptions
Lecture 1: Factors That Can Cause Supply Chain Disruptions
Chapter 7: Setting Up Google Colab IDE
Lecture 1: Setting Up Google Colab IDE
Chapter 8: Downloading Supply Chain Dataset From Kaggle
Lecture 1: Downloading Supply Chain Dataset From Kaggle
Chapter 9: Project Preparation
Lecture 1: Uploading Supply Chain Dataset to Google Colab
Lecture 2: Quick Overview of Supply Chain Dataset
Chapter 10: Cleaning Dataset by Removing Missing Rows & Duplicates
Lecture 1: Cleaning Dataset by Removing Missing Rows & Duplicates
Chapter 11: Quality Control Check – Analyzing Defect Rates
Lecture 1: Analyzing & Visualizing Defect Rates For Each Product Type
Chapter 12: Supply Chain Risk Assessment
Lecture 1: Supply Chain Risk Assessment
Chapter 13: Inventory Optimization Analysis Using EOQ
Lecture 1: Inventory Optimization Analysis Using EOQ
Chapter 14: Customer Segmentation Analysis
Lecture 1: Customer Segmentation Analysis
Chapter 15: Lead Times Optimization Analysis
Lecture 1: Lead Times Optimization Analysis
Chapter 16: Forecasting Demand with LightGBM Model
Lecture 1: Forecasting Demand with LightGBM Model
Chapter 17: Cost Optimization Analysis with RNN Model
Lecture 1: Cost Optimization Analysis with RNN Model
Chapter 18: K-Fold Cross Validation Method
Lecture 1: K-Fold Cross Validation Method
Chapter 19: Conclusion & Summary
Lecture 1: Conclusion & Summary
Instructors
-
Christ Raharja
Ex Technology Risk Consultant, and E-commerce enthusiast
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 3 votes
- 3 stars: 4 votes
- 4 stars: 6 votes
- 5 stars: 9 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024