Learn to transform data into actionable strategies in Prescriptive Analytics for Digital Transformation. Use Python to build and solve optimization models, tackle complex decisions, and leverage prescriptive tools to drive efficient, data-driven innovations with Dartmouth Thayer School of Engineering faculty Vikrant Vaze and Reed Harder.

推荐体验
推荐体验
中级
Basic knowledge of Python
Completion of Dartmouth's 2-week Introduction to Digital Transformation course
推荐体验
推荐体验
中级
Basic knowledge of Python
Completion of Dartmouth's 2-week Introduction to Digital Transformation course
您将获得的技能
您将学习的工具
要了解的详细信息

添加到您的领英档案
11 项作业
了解顶级公司的员工如何掌握热门技能

积累特定领域的专业知识
- 向行业专家学习新概念
- 获得对主题或工具的基础理解
- 通过实践项目培养工作相关技能
- 获得可共享的职业证书

该课程共有6个模块
涵盖的内容
2个视频8篇阅读材料1个作业3个非评分实验室
2个视频• 总计8分钟
- Course Welcome• 2分钟
- Introduction to Using Notebooks• 6分钟
8篇阅读材料• 总计49分钟
- Note on Course Order• 5分钟
- Course Overview• 5分钟
- Who is Teaching the Course?• 5分钟
- Course Goals• 3分钟
- Assessment and Certificate Completion• 1分钟
- Readings/Resources• 10分钟
- Navigating Coursera & Finding Help• 10分钟
- Professional Development: Preparing for Soft Infrastructure and Non-Cognitive Skills Activities• 10分钟
1个作业• 总计20分钟
- Getting Started• 20分钟
3个非评分实验室• 总计180分钟
- Introduction to Using Notebooks• 60分钟
- Python Pre-Work Notebook• 60分钟
- Loading and Plotting Data in Python• 60分钟
Optimization is a valuable prescriptive analytics tool for any organization looking to undertake digital transformation, as it maximizes the power of data and computer programming languages which are increasingly available to even small business owners. The ability to predict outcomes, such as unit costs, market shares, prices, and capacities, and to then take the best course of action that maximizes returns and minimizes cost and risk, is the force behind many of the world’s most successful companies. The key to long-term success, though, is the ability to continually integrate the insights of both predictive and prescriptive analytics.
涵盖的内容
3个视频5篇阅读材料2个作业3个非评分实验室
3个视频• 总计25分钟
- What is Optimization?• 8分钟
- Formulating a Linear Optimization Model• 8分钟
- Linearization Basics• 8分钟
5篇阅读材料• 总计41分钟
- Unit Introduction• 10分钟
- Activities for this Week• 1分钟
- What is Optimization?• 10分钟
- Formulating a Linear Optimization Model• 10分钟
- Linearization Basics• 10分钟
2个作业• 总计90分钟
- Knowledge Check: Optimization• 30分钟
- Professional Development: Communicating Data Insights to Non-Technical Stakeholders• 60分钟
3个非评分实验室• 总计180分钟
- Formulating a Linear Optimization Model• 60分钟
- Linearization Basics• 60分钟
- End of Module Notebook: Pyomo Introduction• 60分钟
In this unit, you will explore how linear optimization models serve as a powerful tool for decision-making within the framework of digital transformation. By leveraging analytics and digital technologies, linear optimization enables managers to make strategic decisions efficiently. You will deepen your understanding of when and how non-linear models can be transformed into linear ones. Specifically, you’ll learn to identify scenarios where linearization techniques work effectively, including the use of absolute values and piecewise linear functions. Through real-world examples, such as inventory management and advertising optimization, you’ll gain practical insights into translating complex decision-making problems into linear formulations. This unit will also introduce the geometric representation of linear optimization problems, helping you develop intuition about their solution methods. You will learn about active and inactive constraints at optimality and perform sensitivity analysis, empowering you to assess how changes in resources or constraints impact optimal solutions. Finally, you will see how digital tools and cloud-based platforms, such as Pyomo, make implementing linear optimization models both scalable and accessible in modern business environments.
涵盖的内容
3个视频4篇阅读材料2个作业4个非评分实验室
3个视频• 总计26分钟
- Advanced Linearization Techniques• 9分钟
- Solving Linear Optimization Models• 8分钟
- Linear Optimization on the Cloud Using Pyomo• 9分钟
4篇阅读材料• 总计40分钟
- Unit Introduction• 10分钟
- Activities for this week• 10分钟
- Advanced Linearization Techniques• 10分钟
- Solving Linear Optimization Models• 10分钟
2个作业• 总计90分钟
- Knowledge Check: Working with Linear Optimization• 30分钟
- Professional Development: Managing Digital Distractions & Staying Productive• 60分钟
4个非评分实验室• 总计240分钟
- Advanced Linearization Techniques• 60分钟
- Solving Linear Optimization Models• 60分钟
- Linear Optimization Case Study Using Pyomo• 60分钟
- End of Unit Notebook: Energy Systems and Economic Dispatch• 60分钟
In this unit, we build upon the foundational principles of linear optimization and explore how introducing integer variables into optimization models allows for greater flexibility in solving complex, real-world decision-making problems. While integer variables can increase computational complexity, they unlock the ability to model many important constraints and relationships that are integral to effective business strategies. Through practical examples, such as warehouse location optimization and infrastructure project selection, you will learn how to formulate and solve mixed-integer linear optimization problems. These examples will demonstrate how integer variables enable precise modeling of discrete decisions, such as whether to open a warehouse, invest in a project, or allocate resources to specific activities. You will also explore advanced techniques, such as combining constraints to enforce logical rules and leveraging logic tables to verify model formulations. By the end of this unit, you will understand how to apply mixed-integer linear optimization to enhance managerial decision-making within the context of digital transformation.
涵盖的内容
2个视频4篇阅读材料2个作业3个非评分实验室
2个视频• 总计16分钟
- Adding Integer Variables• 8分钟
- Advanced Modeling with Integer Variables• 8分钟
4篇阅读材料• 总计40分钟
- Unit Introduction• 10分钟
- Activities for this week• 10分钟
- Adding Integer Variables• 10分钟
- Advanced Modeling with Integer Variables• 10分钟
2个作业• 总计90分钟
- Knowledge Check: Adding Complexity for Discrete Decisions• 30分钟
- Professional Development: Creating Scalable Systems for Digital Success• 60分钟
3个非评分实验室• 总计180分钟
- Adding Integer Variables• 60分钟
- Advanced Modeling with Integer Variables• 60分钟
- End of Unit Case Study: Energy Systems and Unit Commitment• 60分钟
This unit delves into advanced optimization techniques using Python, focusing on how digital transformation can leverage prescriptive analytics tools to solve complex decision-making problems. Building on your knowledge of linear and integer optimization, you will explore the branch-and-bound method for solving binary integer optimization problems. This technique is crucial for addressing real-world scenarios where decisions are discrete, such as investment portfolios, resource allocation, or facility planning. Through the example of portfolio optimization, you will learn to formulate and solve binary integer optimization models using Python, understand the concept of linear relaxation and its role in generating bounds for optimal solutions, and apply the branch-and-bound method to systematically explore and prune solution spaces, ensuring efficient and effective problem-solving. This unit bridges theoretical optimization techniques with practical implementation, empowering you to use Python to make data-driven, optimized decisions for digital transformation initiatives.
涵盖的内容
2个视频3篇阅读材料2个作业3个非评分实验室
2个视频• 总计19分钟
- Solving Linear Integer Optimization Models• 10分钟
- Integer Linear Optimization on the Cloud• 9分钟
3篇阅读材料• 总计30分钟
- Unit Introduction• 10分钟
- Activities this week• 10分钟
- Solving Linear Integer Optimization Models• 10分钟
2个作业• 总计90分钟
- Knowledge Check: Optimization in Python • 30分钟
- Professional Development: Building Trust in Cross-Functional Teams• 60分钟
3个非评分实验室• 总计180分钟
- Solving Linear Integer Optimization Models• 60分钟
- Integer Linear Optimization Case Study Using Pyomo• 60分钟
- End of Module Notebook: Shipping Optimization• 60分钟
The final unit of this course is a practicum that serves as a mini-capstone project, allowing you to consolidate your learning and demonstrate mastery of the tools and techniques introduced throughout the course. This project is your opportunity to apply prescriptive analytics, cloud-based tools, and data science methodologies to a practical business problem, providing actionable insights that align with digital transformation initiatives. You will synthesize your project into a short written report. This report should detail how you developed your mathematical model(s) and how you ran the code in Python. What challenges did you encounter? What adjustments were needed to successfully run the code? What insights did you glean from the data analyses? How might you formulate recommendations for action to key stakeholders in a way that would be understandable and persuasive? The ability to answer these and other similarly applicable questions will prepare you for data science roles that help businesses harness the power of analytics.
涵盖的内容
3篇阅读材料2个作业1个非评分实验室
3篇阅读材料• 总计30分钟
- Unit Introduction• 10分钟
- Activities This Unit• 10分钟
- Next Steps• 10分钟
2个作业• 总计90分钟
- Exit Ticket• 30分钟
- Professional Development: Public Speaking & Presenting Data Insights• 60分钟
1个非评分实验室• 总计60分钟
- End of Course Notebook: Logistics Optimization• 60分钟
获得职业证书
将此证书添加到您的 LinkedIn 个人资料、简历或履历中。在社交媒体和绩效考核中分享。
提供方

提供方

Founded in 1769, Dartmouth is a member of the Ivy League and consistently ranks among the world’s greatest academic institutions. Dartmouth has forged a singular identity for combining its deep commitment to outstanding undergraduate liberal arts and graduate education with distinguished research and scholarship in the Arts and Sciences and its four leading graduate schools—the Geisel School of Medicine, the Guarini School of Graduate and Advanced Studies, Thayer School of Engineering, and the Tuck School of Business.
从 Machine Learning 浏览更多内容
OO.P. Jindal Global University
课程
UUniversity of Minnesota
课程
DDartmouth College
课程
CCoursera
课程
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
常见问题
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.
更多问题
提供助学金,



