{R}R Dev Notes


Found total of 11 articles.

3.4 Exact Algorithms vs Implemented Algorithms

Learn why textbook algorithms differ from the versions that actually run on computers. This chapter explains rounding, floating-point errors, instability, algorithmic reformulation, and why mathematically equivalent methods behave differently in AI, ML, and scientific computing.
2025-09-16

2.4 Vector and Matrix Storage in Memory

A clear, practical guide to how vectors and matrices are stored in computer memory. Learn row-major vs column-major layout, strides, contiguity, tiling, cache behavior, and why memory layout affects both speed and numerical stability in real systems.
2025-09-11

1.3 Computation & Mathematical Systems

A clear explanation of how mathematical systems behave differently inside real computers. Learn why stability, conditioning, precision limits, and computational constraints matter for AI, ML, and numerical software.
2025-09-05

1.2 Floating-Point Reality vs. Textbook Math

Floating-point numbers don’t behave like real numbers. This article explains how rounding, cancellation, and machine precision break AI systems—and why it matters.
2025-09-04

Numerical Linear Algebra: Understanding Matrices and Vectors Through Computation

Learn how linear algebra actually works inside real computers. A practical guide to LU, QR, SVD, stability, conditioning, and the numerical foundations behind modern AI and machine learning.
2025-09-01

Conversation Flow and Dialogs|Mastering Microsoft Teams Bots 3.3

Learn how to build intelligent conversation flows in Microsoft Teams bots using dialogs. This section explains how to guide users through multi-turn interactions, manage state, use prompts and waterfalls, and decide when to use dialogs versus Task Modules.
2025-04-10

Rich Responses with Adaptive Cards|Mastering Microsoft Teams Bots 3.2

Learn how to create rich, interactive messages in Microsoft Teams using Adaptive Cards. This section explains how to design, send, and handle cards in your bot — making your bot feel less like a chat and more like a true app experience inside Teams.
2025-04-09

Message Handling|Mastering Microsoft Teams Bots 3.1

Learn how to build responsive and intelligent Microsoft Teams bots by handling messages effectively. This section covers activity types, keyword detection, mentions, markdown formatting, conversation context, and tips for scaling from simple replies to powerful, workflow-driven bots.
2025-04-08

Hello World Bot|Mastering Microsoft Teams Bots 2.2

Build your first Microsoft Teams bot with a simple Hello World response. This hands-on section walks you through using the Bot Framework SDK, setting up a local project with Node.js or .NET, using Ngrok to expose your endpoint, and testing your bot directly in Teams.
2025-04-06

Setting Up Your Environment|Mastering Microsoft Teams Bots 2.1

Start your Microsoft Teams bot development journey with a solid foundation. This section walks you through the essential tools—Node.js, .NET SDK, Ngrok, Azure CLI—and explains why setting up your dev environment the right way is critical to building bots successfully.
2025-04-05

Mastering Microsoft Teams Bots: A Complete Developer’s Guide

The definitive guide to building bots for Microsoft Teams—from fundamentals to deployment. Learn how to build intelligent and interactive bots using the Microsoft Bot Framework, integrate Adaptive Cards and Task Modules, send proactive messages, authenticate users with Teams SSO, and deploy securely on Azure. Packed with practical examples and real-world use cases, this book will help you automate workflows, enhance collaboration, and deliver smart experiences inside Teams.
2025-04-01