Showing results for "data"
lesson
Synthetic DataPower AI course- Intro to Synthetic Data and Why It Matters in Modern AI - What Synthetic Data Really Is vs Common Misconceptions - How Synthetic Data Fills Gaps When Real Data Is Limited or Unsafe - The Synthetic Data Flywheel: Generate → Evaluate → Iterate - Using Synthetic Data Across Pretraining, Finetuning, and Evaluation - Synthetic Data for RAG: How It Stress-Tests Retrieval Systems - Fine-Tuning with Synthetic Examples to Update Model Behavior - When to Use RAG vs Fine-Tuning for Changing Information - Building RAG Systems Like Lego: LLM + Vector DB + Retrieval - How Vector Databases Reduce Hallucinations and Improve Accuracy - Generating Edge Cases, Adversarial Queries, and Hard Negatives - Control Knobs for Diversity: Intent, Persona, Difficulty, Style - Guardrails and Bias Control Using Prompt Engineering and DPO - Privacy Engineering with Synthetic Data for Safe Testing - Debugging AI Apps Using Synthetic Data Like a Developer Debugs Code - LLM-as-Judge for Fast, Cheap, Scalable Data Quality Checks - Axial Coding: Turning Model Failures Into Actionable Error Clusters - Evaluation-First Loops: The Only Way to Improve Synthetic Data Quality - Components of High-Quality Prompts for Synthetic Data Generation - User Query Generators for Realistic Customer Support Scenarios - Chatbot Response Generators for Complete and Partial Solutions - Error Analysis to Catch Hallucinations, Bias, and Structure Failures - Human + LLM Evaluation: Combining Experts With Automated Judges - Model Cards and Benchmarks for Understanding Model Capabilities
lesson
Persisting data30 Days of React NativeAsync Storage is a lightweight key-value database built specifically for React Native.
lesson
Build Example Mock Data to Test a GraphQL ServerThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptTo help us get started, we'll begin by introducing a mock data array of rental listings in this lesson. This will help us get started before we begin to address more appropriate data persistence.
lesson
Saving Data SourcesReact Data Fetching: Beyond the BasicsThis lesson, focus on saving and reusing prefetched data sources efficiently using context and a custom data-loading function.
lesson
Fetching Data on an EventReact Data Fetching: Beyond the BasicsWe will learn how to fetch data on an event
lesson
Creating an Efficient Data CacheReact Data Fetching: Beyond the BasicsHere we'll learn how to create an efficient data cache
lesson
Fetch Data Before you Component LoadsReact Data Fetching: Beyond the BasicsWe will learn how to fetch data before the component loads
lesson
Using Libraries or Frameworks for Data FetchingReact Data Fetching: Beyond the BasicsGoing through the problems with other libraries
lesson
Data tablesLine-of-Business Mobile Apps with Flutter and DartBuilding and sorting a DataTable with DataTableSource
lesson
Widgets that wait for dataLine-of-Business Mobile Apps with Flutter and DartFutures and widget state initialization