Skip to content

Commit 0c7a67a

Browse files
committed
artificial intelligence questions added
1 parent 0f9591e commit 0c7a67a

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question01 - In what scenarios would you advocate for using ML.NET within a C# ecosystem rather than calling a Python-based microservice?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question02 - .NET 8 introduced the System.Numerics.Tensors namespace. How do TensorPrimitives improve the performance of AI operations like dot products or cosine similarity compared to standard foreach loops?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question03 - Explain the purpose of IDataView in ML.NET. How does it handle large datasets that exceed the available RAM?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question04 - Beyond ML.NET, which libraries (e.g., Semantic Kernel, ONNX Runtime, or Microsoft.Extensions.AI) are essential for building a generative AI application in C# today?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question05 - How does System.Text.Json polymorphism support the handling of varied AI model responses (like different "tool calls" or "finish reasons")?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question06 - Explain how IAsyncEnumerable<T> is utilized when consuming streaming tokens from a Large Language Model (LLM) API to maintain UI responsiveness

0 commit comments

Comments
 (0)