Trending questions in Edureka Community

0 votes
1 answer
0 votes
1 answer

How to manipulate encoder state in a multi-layer bidirectional with Attention Mechanism

Manipulating the encoder state in a multi-layer ...READ MORE

Mar 17 in Generative AI by Nikhil
375 views
0 votes
1 answer

How to integrate Attention mechanism to training process with Sentence Transformers?

To integrate an attention mechanism into the ...READ MORE

Mar 17 in Generative AI by mehek
480 views
0 votes
1 answer

How to configure OWASP ZAP for automated vulnerability scans?

Configuring OWASP Zed Attack Proxy (ZAP) for ...READ MORE

Feb 21 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,415 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 in Node-js by Ashutosh
• 33,350 points
328 views
0 votes
1 answer

How can I send an email in Node.js after successfully storing a record in MongoDB?

You can use Nodemailer to send an ...READ MORE

Mar 12 in Node-js by Tanvi
578 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 in Node-js by Ashutosh
• 33,350 points
322 views
0 votes
1 answer

what's the difference between "self-attention mechanism" and "full-connection" layer?

A self-attention mechanism computes contextual relationships between ...READ MORE

Mar 17 in Generative AI by batauski
469 views
0 votes
1 answer

How can I unpivot multiple columns dynamically while keeping other columns unchanged in Power Query?

To dynamically unpivot multiple columns in Power ...READ MORE

Mar 11 in Power BI by anonymous
• 36,180 points
612 views
0 votes
1 answer

How do I identify and remove inefficient calculated columns in a Power BI dataset?

Here are the best practices for identifying ...READ MORE

Mar 11 in Power BI by anonymous
• 36,180 points
616 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 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
314 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 in PMP by Parshvi
• 7,940 points
360 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 in Generative AI by Nidhi
• 16,260 points
315 views
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 in PMP by Parshvi
• 7,940 points
360 views
0 votes
0 answers

How does AI-powered enumeration automate recon?

AI can enhance reconnaissance by automating the ...READ MORE

Mar 18 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
351 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 in PMP by Parshvi
• 7,940 points
352 views
0 votes
1 answer

Is there a way to load a saved SKLearn VectorStore using langchain?

Yes, a saved SKLearn VectorStore can be ...READ MORE

Mar 17 in Generative AI by bitlaniaya
468 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 in PMP by Parshvi
• 7,940 points
302 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 in PMP by Parshvi
• 7,940 points
393 views
0 votes
1 answer

How to handle API calls in a React app using async/await?

You can handle API calls in a ...READ MORE

Mar 12 in Node-js by Sahil
564 views
0 votes
0 answers
0 votes
1 answer

How can I create a measure that calculates the weighted average of a column dynamically based on slicer selections?

Using SUMX and DIVIDE in DAX, a ...READ MORE

Mar 10 in Power BI by anonymous
• 36,180 points
656 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 in Node-js by Ashutosh
• 33,350 points
295 views
0 votes
0 answers

How do you communicate risks to stakeholders effectively?

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

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

How does the transformer model's attention mechanism deal with differing sequence lengths?

The Transformer model's attention mechanism handles differing ...READ MORE

Mar 17 in Generative AI by Ashutosh
• 33,350 points
349 views
0 votes
1 answer

I want to calculate the distinct count of active customers but only for the last three completed months—how can I do this in DAX?

To calculate the distinct count of active ...READ MORE

Mar 10 in Power BI by anonymous
• 36,180 points
654 views
0 votes
1 answer
+1 vote
2 answers

What are the best practices for improving performance when using DirectQuery in Power BI to retrieve data from SQL Server?

For optimization in Power BI while using DirectQuery with SQL Server, best practices include the ...READ MORE

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

How do you manage a project where stakeholders have conflicting priorities?

How do you handle situations where different ...READ MORE

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

How to create an action creator that dispatches multiple actions during an async operation?

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

Mar 19 in Node-js by Ashutosh
• 33,350 points
302 views
0 votes
1 answer

How to use async functions effectively in React components?

To use async functions effectively in React ...READ MORE

Mar 12 in Node-js by Sahil
553 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 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
287 views
0 votes
1 answer

How do I dynamically switch measures in Power BI based on a slicer selection while maintaining performance?

To dynamically switch between different measures in ...READ MORE

Mar 10 in Power BI by anonymous
• 36,180 points
640 views
0 votes
0 answers
0 votes
1 answer

How do I handle API calls and state management for a scalable React Native app?

For a scalable React Native app, handle ...READ MORE

Mar 11 in Node-js by Tanmay
589 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 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
287 views
+1 vote
2 answers

How can I create advanced custom visualizations using Python in Power BI? Any best practices?

Create a more complex visualization aptly using ...READ MORE

Jan 13 in Power BI by pooja
• 24,450 points
660 views
0 votes
0 answers

What strategies do you use to build trust with project stakeholders?

How do you build and maintain trust ...READ MORE

Mar 17 in PMP by Parshvi
• 7,940 points
364 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 in PMP by Parshvi
• 7,940 points
374 views
0 votes
1 answer

Attention in Keras : How to add different attention mechanism in keras Dense layer?

To add different attention mechanisms in a ...READ MORE

Mar 17 in Generative AI by joshna
433 views
0 votes
1 answer

What is the difference between Node.js and Express.js?

Feature Node.js Express.js Definition A runtime environment for executing JavaScript outside ...READ MORE

Mar 11 in Node-js by Tanmay
582 views
0 votes
1 answer

My calculated column works in Power BI Desktop but breaks when I switch to DirectQuery mode—why?

When switching to DirectQuery mode, the following ...READ MORE

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

How do you estimate project timelines accurately?

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

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

What are the best reporting tools for project tracking?

Keeping track of project progress is crucial, ...READ MORE

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

How do I find my vertex data store path for grounding a chatbot in the studio?

To locate your Vertex AI data store ...READ MORE

Mar 11 in Generative AI by code_boy
588 views
0 votes
0 answers

Can a password cracker reverse engineer my generation method?

Password crackers use various techniques to break ...READ MORE

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

How do I implement nested routes in React Router and pass data between routes effectively?

To implement nested routes in React Router ...READ MORE

Mar 11 in Node-js by Tanmay
578 views
0 votes
0 answers

What are the biggest challenges in initiating a new project?

What are some of the biggest challenges ...READ MORE

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

What is Artificial Intelligence ?

What is Artificial Intelligence ? and what ...READ MORE

Mar 20 in Generative AI by Rajeswari
• 140 points
237 views