Trending questions in Edureka Community

0 votes
0 answers

How do you implement Agile methodology in a non-Agile organization?

How do you introduce Agile practices in ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
583 views
0 votes
1 answer
0 votes
1 answer

Keras - Add attention mechanism to an LSTM model [duplicate]

Adding an attention mechanism to an LSTM ...READ MORE

Mar 17, 2025 in Generative AI by raju thapa
696 views
0 votes
0 answers

How would you implement human-in-the-loop feedback for fine-tuning LLM outputs in production?

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

Mar 21, 2025 in Generative AI by Ashutosh
• 33,370 points
457 views
0 votes
1 answer

What methods are available to force a component to re-render when using React hooks?

Here are the primary methods available to ...READ MORE

Feb 23, 2025 in Node-js by Kavya
1,562 views
0 votes
0 answers

How do hackers exploit MQTT protocol weaknesses?

MQTT is widely used for IoT communication ...READ MORE

Mar 19, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
537 views
0 votes
1 answer

Need help understanding nntopo macro in Julia's Attention mechanism Transformers.jl package

The @nntopo macro in Julia's Transformers.jl package ...READ MORE

Mar 17, 2025 in Generative AI by Ashutosh
• 33,370 points
581 views
0 votes
0 answers

How would you prevent biased conclusions when generating AI-driven analyses of historical data?

Can i know How would you prevent ...READ MORE

Mar 21, 2025 in Generative AI by Ashutosh
• 33,370 points
453 views
+1 vote
1 answer

How to write a Python script for XSS vulnerability detection?

Detecting Cross-Site Scripting (XSS) vulnerabilities is crucial ...READ MORE

Feb 19, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
1,659 views
+1 vote
1 answer

Why is MathJax not properly rendered in my kableExtra table when using Quarto, and how can I fix it?

MathJax is not rendering properly within kableExtra ...READ MORE

Feb 28, 2025 in Power BI by anonymous
• 36,180 points
1,261 views
0 votes
1 answer

Why are initial states undefined in React Native, or what causes this behavior?

In React Native (or React in general), ...READ MORE

Feb 23, 2025 in Node-js by Kavya
1,549 views
+1 vote
2 answers

Does Power BI's Copilot feature offer any natural language processing capabilities to create reports using voice commands?

Natural Language Processing is something that the ...READ MORE

Jan 3, 2025 in Power BI by pooja
• 24,450 points
1,313 views
0 votes
1 answer

What’s the best way to index my SQL database to speed up DirectQuery performance in Power BI?

Here's a demo of some effective indexing ...READ MORE

Mar 11, 2025 in Power BI by anonymous
• 36,180 points
823 views
+1 vote
2 answers

What is the correct syntax for using the RELATED() function within an IF condition in Power BI?

The correct syntax for using the RELATED() ...READ MORE

Jan 23, 2025 in Power BI by pooja
• 24,450 points
979 views
0 votes
0 answers
0 votes
1 answer

How to Center a Single-Column Div Within a 12-Column Container in Bootstrap 3?

Using Bootstrap's Offset Classes Bootstrap 3 provides offset ...READ MORE

Mar 11, 2025 in Node-js by Tanvi
823 views
+1 vote
2 answers

How can I expose a custom query as a reusable view in an existing Power BI dashboard?

The steps to make customizable queries towards ...READ MORE

Jan 23, 2025 in Power BI by pooja
• 24,450 points
976 views
0 votes
0 answers

What is an example of an IoT botnet attack scenario?

IoT botnets leverage compromised devices to launch ...READ MORE

Mar 19, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
516 views
0 votes
1 answer
0 votes
0 answers
0 votes
0 answers

How do you manage cultural differences in an international project team?

How do you navigate cultural differences when ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
558 views
0 votes
1 answer

How can I implement a nested if-else statement in ReactJS JSX?

You can use ternary operators or by ...READ MORE

Mar 12, 2025 in Node-js by Sahil
771 views
0 votes
0 answers

How to handle HTTP GET requests in Angular using HttpClient?

Can you explain with the help of ...READ MORE

Mar 19, 2025 in Node-js by Ashutosh
• 33,370 points
502 views
0 votes
0 answers

What is used to train a self-attention mechanism?

Can i know What is used to ...READ MORE

Mar 19, 2025 in Generative AI by Nidhi
• 16,260 points
512 views
0 votes
0 answers

How to write an action creator that handles errors in an async API call?

Can you explain to me How to ...READ MORE

Mar 19, 2025 in Node-js by Ashutosh
• 33,370 points
512 views
0 votes
1 answer

Why isn't my h3 element content matching with the array contents?

Your <h3> element content might not match ...READ MORE

Mar 12, 2025 in Generative AI by radhikha
772 views
0 votes
1 answer

How does Babel differ from JSX?

Feature Babel JSX Definition A JavaScript compiler that transforms ES6+ code ...READ MORE

Mar 12, 2025 in Java-Script by Sahil
766 views
0 votes
0 answers

How do you balance speed with quality in project execution?

How do you strike the right balance ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
549 views
0 votes
1 answer

How to add an attention mechanism in keras?

An attention mechanism in Keras can be ...READ MORE

Mar 17, 2025 in Generative AI by meheta
660 views
0 votes
0 answers

How to use generator functions in redux-saga for retry logic?

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

Mar 19, 2025 in Node-js by Ashutosh
• 33,370 points
506 views
0 votes
1 answer

Attention mechanism for sequence classification (seq2seq tensorflow r1.1)

To implement an attention mechanism for sequence ...READ MORE

Mar 17, 2025 in Generative AI by nihongio
653 views
0 votes
1 answer

I need to compute a year-over-year (YoY) growth rate but only for months where I have data in both years—how do I do this?

Calculating Year-over-Year (YoY) growth only for those ...READ MORE

Mar 10, 2025 in Power BI by anonymous
• 36,180 points
853 views
0 votes
0 answers

What is the difference between NIST and NIST 800-53?

NIST provides cybersecurity standards and frameworks, including ...READ MORE

Mar 19, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
495 views
0 votes
0 answers

What’s the best way to handle dependencies between project tasks?

What’s the best way to manage task ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
537 views
0 votes
1 answer

Stacking in Displaying Self Attention weights in a bi-LSTM with attention mechanism

Stacking in displaying self-attention weights in a ...READ MORE

Mar 17, 2025 in Generative AI by Ashutosh
• 33,370 points
538 views
+1 vote
1 answer

Fixing Indentation Issues in Power BI Matrix Reports? – How can I properly align text and fix indentation issues in Power BI Matrix visuals?

Here are ways to reduce or eliminate ...READ MORE

Feb 18, 2025 in Power BI by anonymous
• 24,450 points

edited Mar 6, 2025 1,655 views
0 votes
0 answers

How do you deal with unexpected external risks (e.g., regulatory changes, economic shifts)?

How do you deal with unexpected risks, ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
579 views
0 votes
1 answer

Attention mechanism in spelling correction model

An attention mechanism in a spelling correction ...READ MORE

Mar 17, 2025 in Generative AI by anupam mishra
648 views
0 votes
0 answers
0 votes
1 answer

How can I use LangChain and Google Gemini Pro to extract and store embeddings of PDF content in Pinecone?

You can use LangChain with Google Gemini ...READ MORE

Mar 12, 2025 in Generative AI by namit
770 views
0 votes
0 answers

Which OWASP Top 10 IoT vulnerability category deals with poorly protected passwords?

The OWASP IoT Top 10 highlights key ...READ MORE

Mar 19, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
487 views
0 votes
0 answers

How do you ensure alignment between project goals and business objectives?

How do you make sure a project’s ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
575 views
0 votes
0 answers

using Attention mechanisms in Tensorflow Seq2Seq native API (v1.3)

Can you help me by using Attention ...READ MORE

Mar 19, 2025 in Generative AI by Nidhi
• 16,260 points
487 views
0 votes
0 answers

How do you estimate project timelines accurately?

How do you estimate project timelines accurately ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
572 views
0 votes
0 answers

How do you integrate project management tools with existing workflows?

I want to start using project management ...READ MORE

Mar 19, 2025 in PMP by Parshvi
• 7,940 points
476 views
0 votes
1 answer

How do I improve query performance when working with large fact tables in DirectQuery mode?

To increase query performance while working with ...READ MORE

Mar 11, 2025 in Power BI by anonymous
• 36,180 points
785 views
0 votes
0 answers

How do you communicate risks to stakeholders effectively?

How do you communicate risks to stakeholders ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
566 views
0 votes
1 answer

Haystack PipelineConnectError: Cannot connect 'replies_to_query.output' with 'bm25_retriever.query'

The PipelineConnectError in Haystack when using a ...READ MORE

Mar 17, 2025 in Generative AI by rupesh singh
635 views