Business Intelligence Class Audio Overviews (BUSI3013)

PODCAST · education

Business Intelligence Class Audio Overviews (BUSI3013)

Transforming our heavy reading load into easy listening. For each class topic, the relevant chapter content is uploaded to NotebookLM, which generates a dynamic audio discussion between two AI hosts. This serves as an alternate learning method for auditory learners or anyone wanting to reinforce the material on the go. Use these AI-powered breakdowns to better understand the nuances of Business Intelligence alongside your regular study routine.Created for students at Lakehead University in BUSI3013: Business Intelligence for Winter 2026.

  1. 12

    Building a custom BI Tool using Pythin inside Google Colab and depoying to Streamlit for Thunder Bay Coffee Shops

    This episode provides a comprehensive technical roadmap for building a professional Business Intelligence (BI) tool from scratch, transitioning from a blank Google Colab notebook to a live, interactive Streamlit web application. Using the Thunder Bay Independent Coffee Association (TBICA) as a realistic case study, the discussion focuses on engineering a Product Velocity Index (PVI)—a composite score designed to rank menu items across ten local coffee shops. The overview details critical "pre-flight" steps often overlooked by novices, such as pinning library versions to avoid dependency drift and setting a random seed to ensure reproducible, deterministic results during the simulation of 6,500 transactions. Listeners will learn the mathematical foundations of normalization, the importance of Exploratory Data Analysis (EDA) to identify right-skewed distributions, and how to avoid the "mathematical embarrassment" of double-weighting highly correlated variables like revenue and price. The episode concludes by exploring the transition to a reactive Streamlit architecture, emphasizing consistent visual language and defensive programming to create a robust, user-friendly tool that handles edge cases—like division by zero—gracefully.

  2. 11

    Chapter 10 - Big Data & Data Lakes

    This episode provides a comprehensive overview of Big Data and Data Lakes, framing them as the structural foundation for modern data-driven industries. The discussion centers on the Seven V's of big data—volume, variety, velocity, veracity, variability, value, and visualization—explaining how these metrics shift when moving from traditional databases to massive, unstructured troves of data.Using a car insurance case study, the hosts illustrate how frameworks like MapReduce and Hadoop process chaotic telemetry data by distilling it into manageable "key-value pairs" across distributed nodes. The episode emphasizes the strategic importance of a hybrid approach, where big data insights are fed back into a data warehouse to enable proactive decision-making. Finally, the hosts use a "Farmer vs. Hunter-gatherer" analogy to contrast the disciplined structure of data warehouses with the raw, explorative nature of Data Lakes, warning that poor management can result in a "data swamp".

  3. 10

    Chapter 9 - Data Warehouse Implementation and Use

    This podcast transcript provides a conceptual roadmap for implementing a data warehouse, using the Zagi retail company as a real-world case study to move from basic SQL table creation to the deployment of executive dashboards. The discussion details the ETL (Extraction, Transformation, and Load) process, emphasizing the strategic importance of being selective during extraction and using active and passive transformations to cleanse and standardize "chaotic" data. It further explains the critical distinction between OLTP (fast, operational systems) and OLAP (read-only analytical systems), demonstrating how tools allow users to manipulate data through operations like slicing, dicing, pivoting, and drilling down. Finally, the overview outlines the three-phase rollout strategy—alpha, beta, and production—ensuring the system is technically sound and provides genuine business value to high-level decision-makers

  4. 9

    Building a Sentiment Analysis Pipeline with Bluesky on a Canadian City

    In this deep dive, we break down the technical roadmap for constructing a live, four-stage AI-powered sentiment analysis pipeline from scratch. Acting as analysts for a regional tourism board, students learn to navigate the extraction of live social media data from Blue Sky, clean it using pandas, and enrich it via the Anthropic API before visualizing results for specific Canadian cities. The episode provides a critical technical foundation for future projects, covering essential debugging strategies for API rate limits, security protocols for app passwords, and the analytical nuances of identifying genuine public sentiment.

  5. 8

    Chapter 8 - Data Warehouse Modeling

    In this episode, we dive into the "architecture of insight" by exploring the fundamental methodologies used to design analytical databases. We break down the core concepts of dimensional modeling, a specialized design technique that organizes information into fact tables containing numeric measures and dimension tables providing descriptive context. You will learn how these components form the star schema, the industry standard for simplifying complex analytical queries and improving system performance.

  6. 7

    Chapter 7 - Data Warehousing Concepts

    This chapter explores the fundamental concepts of data warehousing, emphasizing its role as a separate analytical data store designed to support complex decision-making through trend and pattern analysis. It highlights key functional and technical differences between application-oriented operational systems and subject-oriented data warehouses, which provide an integrated, historical, and time-variant view of enterprise-wide data. Finally, the text outlines the core components of a data warehousing system, including the critical ETL infrastructure, and details the iterative steps of the development lifecycle ranging from requirements collection to deployment and maintenance.

  7. 6

    How AI Recommendation Systems Work

    This analysis examines the shift from deterministic software to probabilistic Large Language Models (LLMs). It details core mechanics like tokenization, vector embeddings, and Transformer self-attention. The text explores hierarchical training phases—pre-training, fine-tuning, and RLHF—while identifying enterprise deployment strategies like RAG. Beyond technical foundations, it addresses AI economics, productivity scaling, and risks like hallucinations. Finally, it previews the 2026 horizon of "Agentic AI," where autonomous multi-agent systems and human-AI collaboration redefine business strategy and organizational ROI.

  8. 5

    How AI LLMs actually work

    This analysis examines the shift from deterministic software to probabilistic Large Language Models (LLMs). It details core mechanics like tokenization, vector embeddings, and Transformer self-attention. The text explores hierarchical training phases—pre-training, fine-tuning, and RLHF—while identifying enterprise deployment strategies like RAG. Beyond technical foundations, it addresses AI economics, productivity scaling, and risks like hallucinations. Finally, it previews the 2026 horizon of "Agentic AI," where autonomous multi-agent systems and human-AI collaboration redefine business strategy and organizational ROI.

  9. 4

    Chapter 4 - Descriptive Analytics II: Business Intelligence Data Warehousing, and Visualization

    Chapter 4 explores the descriptive analytics continuum, focusing on data warehousing, business reporting, and visualization. It defines the data warehouse as an integrated repository of historical data that serves as the foundation for decision support. Key technical concepts covered include ETL (extraction, transformation, and load), dimensional modeling through Star and Snowflake schemas, and various system architectures. The chapter also emphasizes the importance of data visualization and visual analytics for communicating insights. Finally, it details best practices for information dashboards, illustrated through cases like Maryland’s tax fraud detection.Content from the book "Sharda, Delen, and Turban. Business Intelligence, Analytics, Data Science, and AI: A Managerial Perspective, 2024, 5th edition"Audio content created with the help of NotebookLM

  10. 3

    Chapter 3 - Descriptive Analytics I: Nature of Data, Big Data, and Statistical Modeling

    Chapter 3 defines data as the essential "raw material" for business intelligence, emphasizing that it must be made "analytics ready" through rigorous preprocessing, cleaning, and transformation. It provides a taxonomy of structured and unstructured data and explores Big Data through its defining "Vs"—volume, variety, and velocity. The text introduces enabling technologies like Hadoop, Spark, and NoSQL, alongside statistical modeling techniques such as linear and logistic regression. Finally, it covers stream analytics for real-time insights, using cases like SiriusXM to illustrate data-driven marketing success.Content from the book "Sharda, Delen, and Turban. Business Intelligence, Analytics, Data Science, and AI: A Managerial Perspective, 2024, 5th edition"Audio content created with the help of NotebookLM

  11. 2

    Chapter 2 - Artificial Intelligence Concepts, Drivers, Major Technologies, and Business Applications

    Chapter 2 explores the essentials of Artificial Intelligence (AI), its major technologies, and its role in supporting business decision-making. It details key drivers, benefits, and foundational technologies, including machine learning, deep learning, NLP, computer vision, and robotics. The text distinguishes between human and machine intelligence and identifies three AI levels: assisted, augmented, and autonomous. Through real-world cases like Grant Thornton’s use of chatbots, the chapter illustrates AI applications in accounting, banking, and HRM to improve organizational speed and efficiencyContent from the book "Sharda, Delen, and Turban. Business Intelligence, Analytics, Data Science, and AI: A Managerial Perspective, 2024, 5th edition"Audio content created with the help of NotebookLM

  12. 1

    Chapter 1 - Overview of Business Intelligence, Analytics, Data Science, and AI

    This chapter explores computerized support for managerial decision-making in complex, rapidly changing environments. It traces the evolution from early Management Information Systems to modern Business Intelligence, Analytics, and AI. Core concepts include Simon’s four-phase decision model (intelligence, design, choice, and implementation) and the three levels of analytics: descriptive, predictive, and prescriptive. Through diverse cases in sports (Moneyball), healthcare, retail, and COVID-19 management, the chapter illustrates how data-driven insights provide competitive advantages. It establishes a foundation for leveraging technology to make faster, better strategic decisionsContent from the book "Sharda, Delen, and Turban. Business Intelligence, Analytics, Data Science, and AI: A ManagerialPerspective, 2024, 5th edition"Audio content created with the help of NotebookLM

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

Transforming our heavy reading load into easy listening. For each class topic, the relevant chapter content is uploaded to NotebookLM, which generates a dynamic audio discussion between two AI hosts. This serves as an alternate learning method for auditory learners or anyone wanting to reinforce the material on the go. Use these AI-powered breakdowns to better understand the nuances of Business Intelligence alongside your regular study routine.Created for students at Lakehead University in BUSI3013: Business Intelligence for Winter 2026.

HOSTED BY

Andrew Austin

CATEGORIES

URL copied to clipboard!