Trending questions in Edureka Community

+1 vote
2 answers

How do you format visuals dynamically based on conditional logic using DAX?

To vary the arrangement of the visuals ...READ MORE

Nov 20, 2024 in Power BI by pooja
• 24,450 points
946 views
0 votes
1 answer

How would you manage a project with a team that has limited domain knowledge?

Yes, I’ve led a project where the ...READ MORE

Jan 13, 2025 in PMP by Sonia
616 views
0 votes
1 answer

How do I prevent gradient vanishing during deep generative model training?

To prevent gradient vanishing during deep generative ...READ MORE

Jan 15, 2025 in Generative AI by shalini bua
581 views
0 votes
1 answer

How can I preprocess unlabeled data effectively for training generative models?

To preprocess unlabeled data effectively for training ...READ MORE

Jan 15, 2025 in Generative AI by nidhi jha
602 views
0 votes
1 answer

How do I delete a specific element from an array in JavaScript?

You can use the splice() method. Code: let arr ...READ MORE

Jan 10, 2025 in Java-Script by Navya
713 views
0 votes
1 answer

How do I implement multi-scale loss in PyTorch to improve image generation?

To implement multi-scale loss in PyTorch, compare ...READ MORE

Jan 9, 2025 in Generative AI by anila k
745 views
0 votes
1 answer

How do I improve zero-shot generation using Hugging Face models like GPT-2?

To improve zero-shot generation with Hugging Face ...READ MORE

Jan 9, 2025 in Generative AI by madhav kumar
745 views
0 votes
1 answer

How do you handle sequence padding and truncation in text-based generative AI?

In text-based generative AI, sequence padding and ...READ MORE

Jan 2, 2025 in Generative AI by techboy
1,034 views
0 votes
1 answer

How can I use shapley values for explaining generative model outputs?

Shapley values can be used to explain ...READ MORE

Jan 15, 2025 in Generative AI by raju thapa
580 views
0 votes
1 answer

How do I resolve NaN gradients when training GANs in PyTorch?

In order to resolve NaN gradients when ...READ MORE

Jan 7, 2025 in Generative AI by anshuman yadav
813 views
0 votes
1 answer

How to install popper.js in npm?

To install Popper.js using npm, follow these ...READ MORE

Dec 24, 2024 in Node-js by Navya
1,515 views
0 votes
1 answer

How secure is binding to localhost in order to prevent remote connections?

Binding a server to localhost (127.0.0.1) is ...READ MORE

Jan 7, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
830 views
0 votes
1 answer

How can I improve generator performance in GANs when using small datasets?

To improve generator performance in GANs when ...READ MORE

Jan 15, 2025 in Generative AI by kishen
573 views
0 votes
0 answers

What are the steps to migrate a monorepo into multiple smaller repositories?

What are the steps to migrate a ...READ MORE

Dec 12, 2024 in DevOps Tools by Anila
• 5,070 points
1,923 views
0 votes
1 answer

How can I properly format a date in JavaScript?

You can format a date in JavaScript ...READ MORE

Jan 10, 2025 in Java-Script by anonymous
699 views
0 votes
1 answer

What’s the best way to conduct a post-project review or retrospective?

To carry out an effective post-project review, ...READ MORE

Jan 10, 2025 in PMP by Sufi
709 views
+1 vote
2 answers

What strategies can help reduce query folding limitations in Power Query for complex data sources?

Though Power Query's query folding is functionally ...READ MORE

Nov 19, 2024 in Power BI by pooja
• 24,450 points
995 views
0 votes
1 answer

How is project management in construction different from software development?

When comparing project management in construction vs. ...READ MORE

Jan 2, 2025 in PMP by Sonia
1,037 views
0 votes
1 answer

Why does my model generate inconsistent output in a conditional GAN?

To address this, ensure the conditioning input ...READ MORE

Jan 9, 2025 in Generative AI by evanjilin joshep
725 views
0 votes
1 answer

What’s the best approach to managing stakeholder expectations?

Effective management of stakeholder expectations is critical ...READ MORE

Jan 7, 2025 in PMP by Sonia
875 views
0 votes
1 answer

What is collision resistance in a hash function?

Collision resistance is a fundamental property of ...READ MORE

Jan 10, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
660 views
0 votes
1 answer

What are the steps to debug incorrect weight initialization in a generative model using a deep learning framework?

To debug incorrect weight initialization in a ...READ MORE

Jan 7, 2025 in Generative AI by shalini guha
795 views
0 votes
1 answer

Why does Google add while(1); at the start of their JSON responses?

Google often adds while(1); (or a similar ...READ MORE

Jan 10, 2025 in Java-Script by Navya
684 views
0 votes
1 answer

How do I fix the disconnected loss signal in a CycleGAN implementation?

A disconnected loss signal in a CycleGAN ...READ MORE

Jan 7, 2025 in Generative AI by nidhi jha
789 views
0 votes
1 answer

How do I avoid mode dropping when training a conditional GAN for high-resolution images?

In order to avoid mode dropping when training ...READ MORE

Jan 9, 2025 in Generative AI by Niraj yadav
718 views
0 votes
1 answer

Why does my Power BI report display different results when opened by different users, even though they are using the same dataset?

Due to row-level security (RLS) that sets ...READ MORE

Dec 18, 2024 in Power BI by anonymous
• 3,020 points

edited Mar 6, 2025 2,463 views
0 votes
1 answer

How can I solve slow convergence when training large generative models?

To solve slow convergence when training large ...READ MORE

Jan 8, 2025 in Generative AI by hooter techgil
759 views
0 votes
1 answer

How do you estimate project costs accurately from the start?

To develop precise cost estimates while accounting ...READ MORE

Jan 10, 2025 in PMP by Zaid
692 views
0 votes
1 answer

How do I handle non-converging loss curves in generative adversarial models?

To handle non-converging loss curves in generative ...READ MORE

Jan 15, 2025 in Generative AI by pandey ji
546 views
0 votes
1 answer

Why does "undefined" get added to the URL path in Node.js?

It usually indicates an issue in the ...READ MORE

Nov 19, 2024 in Web Development by kavya
2,913 views
0 votes
1 answer

How can I resolve the low-resolution outputs in a VAE model?

To resolve low-resolution outputs in a Variational ...READ MORE

Jan 9, 2025 in Generative AI by shibin tripathi
711 views
0 votes
1 answer

How can I reduce computational cost while training large generative models?

To reduce computational cost while training large ...READ MORE

Jan 15, 2025 in Generative AI by dhiraj
558 views
0 votes
1 answer

How do I apply feature scaling for generative models on high-dimensional data?

To apply feature scaling for generative models ...READ MORE

Jan 15, 2025 in Generative AI by anitha b
555 views
0 votes
1 answer

How can I avoid exploding gradients in large-scale generative models?

In order to avoid exploding gradients in ...READ MORE

Jan 9, 2025 in Generative AI by techboy support
704 views
0 votes
1 answer

How do you handle scenarios where team members have overlapping responsibilities?

When members share responsibilities, I make clear ...READ MORE

Jan 10, 2025 in PMP by Anu
679 views
0 votes
1 answer

What is the process for importing a JSON file in ECMAScript 6?

In ECMAScript 6 (ES6), importing a JSON ...READ MORE

Jan 10, 2025 in Java-Script by Navya
666 views
0 votes
1 answer

Which SSH key is more secure?

When selecting an SSH key type for ...READ MORE

Jan 10, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
639 views
0 votes
1 answer

How can I fix issues related to model overfitting when training on small generative datasets?

To fix overfitting on small generative datasets, ...READ MORE

Jan 8, 2025 in Generative AI by anila k
749 views
0 votes
1 answer

How can I update pipelines and pull requests to reflect a renamed branch in Azure DevOps?

Refresh Pipelines: Navigate to Azure DevOps Pipelines. In the ...READ MORE

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
1,881 views
0 votes
1 answer

What is the difference between authenticity and non-repudiation?

Authenticity and non-repudiation are fundamental concepts in ...READ MORE

Dec 27, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
1,241 views
0 votes
1 answer

Why does my Transformer-based text generation model produce incoherent sequences?

Incoherent sequences in Transformer-based text generation models ...READ MORE

Jan 8, 2025 in Generative AI by heretechboy
736 views
0 votes
1 answer

Does SSL/TLS provide non-repudiation service?

SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocols ...READ MORE

Dec 27, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
1,233 views
0 votes
1 answer

Does Nmap Report Open Ports Indicate Active Services or Just Firewall Configuration?

When Nmap reports a port as open, ...READ MORE

Jan 7, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
773 views
0 votes
1 answer

What’s your approach when asked to add new deliverables close to the deadline?

When new deliverables are added to the ...READ MORE

Jan 10, 2025 in PMP by Priya
659 views
0 votes
2 answers

How can I create custom tooltips with dynamic images or icons in Power BI?

In order to create a custom tooltip ...READ MORE

Jan 23, 2025 in Power BI by anonymous
• 24,450 points
1,507 views
0 votes
1 answer

How do you deal with unexpected changes in project timelines?

Dealing with the change in project timelines ...READ MORE

Jan 7, 2025 in PMP by Sufi
832 views
0 votes
0 answers

How can differentiable augmentation be applied to VAEs to improve generative model robustness?

Can you tell me how differentiable augmentation ...READ MORE

Jan 15, 2025 in Generative AI by Ashutosh
• 33,370 points
431 views
0 votes
1 answer

Which SSH security is stronger?

Ensuring robust SSH security involves careful selection ...READ MORE

Jan 10, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
612 views
+1 vote
3 answers

What are some advanced DAX time intelligence techniques for fiscal year reporting?

In order to create report accuracy based ...READ MORE

Nov 18, 2024 in Power BI by pooja
• 24,450 points
936 views
0 votes
1 answer

What’s your method for identifying project risks early on?

As an experienced project manager, identifying project ...READ MORE

Jan 10, 2025 in PMP by Anu
759 views