Skip to content

Commit bde103c

Browse files
committed
added more AI Questions to the repo
1 parent 0c7a67a commit bde103c

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-Question07 - How does Single Instruction, Multiple Data (SIMD) support in .NET (via Vector<T>) impact the execution speed of custom embedding calculations?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question08 - Describe the process of exporting a model from PyTorch/TensorFlow to ONNX and consuming it in C#. Why is ONNX often preferred for cross-platform C# AI deployments?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question09 - Why is the use of Span<T> and Memory<T> critical when processing high-frequency sensor data for a real-time ML model in C#?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question10 - How does "Native Ahead-of-Time" (AOT) compilation in .NET 8/9 benefit AI "Edge" applications? What are the trade-offs regarding reflection-heavy ML libraries?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question11 - If you are building a RAG (Retrieval-Augmented Generation) system in C#, how would you use System.Numerics to implement a local fallback for vector distance calculation?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# AI-Question12 - Explain how a C# developer might handle a 4-bit or 8-bit quantized model using the ONNX Runtime. What happens to precision vs. memory footprint?

0 commit comments

Comments
 (0)