Unanswered questions in Edureka Community

0 votes
0 answers

How to implement Monte Carlo Tree Search (MCTS) in generative AI-driven games.

Can i know How to implement Monte ...READ MORE

Jun 23 in Generative AI by Ashutosh
• 33,350 points
101 views
0 votes
0 answers

How to implement spatiotemporal transformers for multimodal event detection.

Can i know How to implement spatiotemporal ...READ MORE

Jun 23 in Generative AI by Ashutosh
• 33,350 points
93 views
0 votes
0 answers

How do you optimize federated averaging (FedAvg) for personalized AI models?

With the help of proper code example ...READ MORE

Jun 23 in Generative AI by Ashutosh
• 33,350 points
80 views
0 votes
0 answers

How do you use torch.fx graph transformations for optimized AI model execution?

May i know How do you use ...READ MORE

Jun 23 in Generative AI by Ashutosh
• 33,350 points
62 views
0 votes
0 answers

How to implement Winograd convolution for efficient transformer feedforward networks.

With the help of proper code example ...READ MORE

Jun 23 in Generative AI by Ashutosh
• 33,350 points
67 views
0 votes
0 answers

How do you optimize bfloat16 precision for transformer speedup?

With the help of code can you ...READ MORE

Jun 23 in Generative AI by Ashutosh
• 33,350 points
72 views
0 votes
0 answers

How do you perform database failover in cloud environments?

I'm trying to build a more resilient ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
80 views
0 votes
0 answers

What is data sharding, and how do you implement it in cloud databases?

I’ve come across the concept of data ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
95 views
0 votes
0 answers

How do you ensure fault tolerance in cloud databases?

I'm looking into fault tolerance for cloud-based ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
92 views
0 votes
0 answers

How do you manage NoSQL databases in the cloud?

I'm starting to use NoSQL databases like ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
101 views
0 votes
0 answers

What is Polyglot Persistence in cloud data architecture?

I’ve heard the term Polyglot Persistence in ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
73 views
0 votes
0 answers

How do cloud-native databases like Google Bigtable or AWS DynamoDB differ from traditional databases?

I'm a bit confused about how cloud-native ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
89 views
0 votes
0 answers

How do you handle schema migration in cloud databases?

I'm working on a project that involves ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
76 views
0 votes
0 answers

What are the challenges of running a relational database in the cloud?

I'm trying to understand what makes running ...READ MORE

Jun 23 in Cloud Computing by Anupam
• 18,960 points
80 views
0 votes
0 answers

How do you implement database clustering in cloud environments?

I’m exploring ways to improve scalability and ...READ MORE

Jun 19 in Cloud Computing by Nidhi
• 16,260 points
83 views
0 votes
0 answers

How does cloud-based encryption work for data at rest?

When cloud providers say data is encrypted ...READ MORE

Jun 19 in Cloud Computing by Nidhi
• 16,260 points
93 views
0 votes
0 answers

What are cold storage and hot storage in cloud computing?

I’m trying to understand the difference between ...READ MORE

Jun 19 in Cloud Computing by Nidhi
• 16,260 points
89 views
0 votes
0 answers

How do you manage storage tiers in cloud services?

Cloud providers offer different storage tiers, but ...READ MORE

Jun 19 in Cloud Computing by Nidhi
• 16,260 points
97 views
0 votes
0 answers

How do you handle data integrity in cloud storage?

We're storing critical data in the cloud ...READ MORE

Jun 19 in Cloud Computing by Nidhi
• 16,260 points
97 views
0 votes
0 answers

What is strong consistency, and when do you need it in the cloud?

I’m trying to understand when strong consistency ...READ MORE

Jun 19 in Cloud Computing by Nidhi
• 16,260 points
89 views
0 votes
0 answers

What is eventual consistency in cloud storage systems?

I keep hearing that some cloud storage ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
83 views
0 votes
0 answers

How do you perform automated backups in cloud environments?

I want to set up automated backups ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
81 views
0 votes
0 answers

How does data replication work in cloud databases?

I'm using a cloud-based database and want ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
87 views
0 votes
0 answers

How do you optimize costs for cloud-based storage?

Our cloud storage costs are starting to ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
74 views
0 votes
0 answers

What is Block Storage in cloud computing?

Can someone clarify what block storage is ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
72 views
0 votes
0 answers

What is Object Storage in cloud computing?

I keep hearing about Object Storage in ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
74 views
0 votes
0 answers

How do you configure cloud-native application load balancing?

I'm deploying a cloud-native app and need ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
81 views
0 votes
0 answers

What is a cloud marketplace, and how does it facilitate app development?

I’ve noticed most cloud providers have something ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
89 views
0 votes
0 answers

What is cloud federation, and how does it work across multiple providers?

I’ve come across the term cloud federation ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
76 views
0 votes
0 answers

How do you design cloud systems for low-latency applications?

I'm building a cloud-based system where low ...READ MORE

Jun 19 in Cloud Computing by Anupam
• 18,960 points
94 views
0 votes
0 answers

How to Implement adversarial training using fast gradient sign method (FGSM).

Can you tell me with the help ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
100 views
0 votes
0 answers

How do you apply projected gradient descent (PGD) to attack AI text models?

Can i know How do you apply ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
98 views
0 votes
0 answers

How to implement zero-day attack detection using AI-based behavioral analysis.

Can i know How to implement zero-day ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
102 views
0 votes
0 answers

How to Implement A3C (Asynchronous Advantage Actor-Critic) for large-scale AI models.

Can i know How to Implement A3C ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
111 views
0 votes
0 answers

How to implement Q-learning to optimize chatbot response strategies.

Can i know How to implement Q-learning ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
90 views
0 votes
0 answers

How do you use soft actor-critic (SAC) to optimize AI-generated responses?

Could you tell me How do you ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
94 views
0 votes
0 answers

how to Implement GLU (Gated Linear Units) to replace feedforward layers in transformers.

May i know how to Implement GLU ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
77 views
0 votes
0 answers

How do you optimize NCCL communication for multi-GPU transformer models?

Can you tell me How do you ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
79 views
0 votes
0 answers

How do you apply ZeRO stage 3 optimizations for memory-efficient training?

Can i know How do you apply ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
72 views
0 votes
0 answers

How do you use triton kernels to accelerate transformer block computations?

With the help of code can i ...READ MORE

Jun 18 in Generative AI by Ashutosh
• 33,350 points
90 views
0 votes
0 answers

How to implement custom CUDA kernels for transformer acceleration.

Can i know How to implement custom ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
110 views
0 votes
0 answers

how to Implement LLM-based fraud detection in financial transactions.

Can i know how to Implement LLM-based ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
81 views
0 votes
0 answers

How do you balance embedding quality vs. computational cost in LLMs?

Can i know How do you balance ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
97 views
0 votes
0 answers

How do you improve embedding similarity search in AI retrieval systems?

With the help of code can i ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
86 views
0 votes
0 answers

How do you fine-tune an LLM to generate structured outputs like JSON or XML?

Can i know How do you fine-tune ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
96 views
0 votes
0 answers

How do you secure prompt injections in LLM-based applications?

May i know How do you secure ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
96 views
0 votes
0 answers

How to implement speech-to-text models using wav2vec and transformers.

Can i know How to implement speech-to-text ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
89 views
0 votes
0 answers

How to implement Sparse Transformers for memory-efficient training.

With the help of proper code example ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
76 views
0 votes
0 answers

How to Implement FP8 quantization for LLM inference acceleration.

Can you tell me with the help ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
90 views
0 votes
0 answers

How to implement failover mechanisms for LLM inference failures.

With the help of code can you ...READ MORE

Jun 17 in Generative AI by Ashutosh
• 33,350 points
92 views