Trending questions in Generative AI

0 votes
0 answers

Write code to measure the factual accuracy of LLM responses using a reference dataset.

Can you write code to measure the ...READ MORE

Mar 20 in Generative AI by Ashutosh
• 27,410 points
83 views
0 votes
0 answers
0 votes
1 answer

What are common pitfalls when using Generative AI for cross-lingual text generation?

Common pitfalls in cross-lingual generative AI include ...READ MORE

Mar 19 in Generative AI by anonymous
• 27,410 points
78 views
0 votes
1 answer

implement Attention mechanism in seq2seq Maluuba model

The Maluuba seq2seq model integrates an attention ...READ MORE

Mar 20 in Generative AI by namrita
55 views
0 votes
1 answer

Attentive Attention Mechanism for Answer Representation - Keras Layer

The Attentive Attention Mechanism enhances answer representation ...READ MORE

Mar 20 in Generative AI by ohana
43 views
0 votes
0 answers
0 votes
0 answers
0 votes
1 answer

Attention mechanism with different layer size?

The attention mechanism can have different layer ...READ MORE

Mar 20 in Generative AI by nammit
80 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

What is Artificial Intelligence ?

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

Mar 20 in Generative AI by Rajeswri
• 140 points
40 views
0 votes
1 answer

Can the attentional mechanism be applied to structures like feedforward neural networks?

Yes, the attention mechanism can be applied ...READ MORE

Mar 17 in Generative AI by anonymous
• 27,410 points
100 views
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
99 views
0 votes
0 answers

Write a function to evaluate the compatibility of shared prompts across two LLM APIs.

Can you Write a function to evaluate ...READ MORE

Mar 19 in Generative AI by Ashutosh
• 27,410 points
52 views
0 votes
0 answers

Training loss and accuracy remain constant after adding attention mechanism

Can you tell me Training loss and ...READ MORE

Mar 19 in Generative AI by Nidhi
• 15,620 points
55 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 in Generative AI by Nidhi
• 15,620 points
53 views
0 votes
0 answers

Getting Top-K Input vectors through Attention Mechanism in TensorFlow

Can you explain Getting Top-K Input vectors ...READ MORE

Mar 19 in Generative AI by Nidhi
• 15,620 points
46 views
0 votes
0 answers

How can I speed up this Keras Attention computation?

With the help of proper Python programming, ...READ MORE

Mar 19 in Generative AI by Nidhi
• 15,620 points
44 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
• 15,620 points
44 views
0 votes
0 answers

Bidirectional LSTM with attention layer tf.keras

Can you tell me how Bidirectional LSTM ...READ MORE

Mar 19 in Generative AI by Nidhi
• 15,620 points
42 views
0 votes
0 answers

Customize the attention mechanism but report an error, tensorflow: Gradients do not exist for variables

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

Mar 19 in Generative AI by Nidhi
• 15,620 points
41 views
0 votes
0 answers

output of custom attention mechanism implementation does not match torch.nn.MultiheadAttention

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

Mar 19 in Generative AI by Nidhi
• 15,620 points
34 views
0 votes
0 answers

How can reward functions improve GAN performance in style transfer tasks?

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

Mar 19 in Generative AI by Ashutosh
• 27,410 points
32 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
• 27,410 points
76 views
0 votes
0 answers

Unable to save model architecture (bilstm + attention)

Can i know if  Unable to save ...READ MORE

Mar 19 in Generative AI by Nidhi
• 15,620 points
30 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 in Generative AI by Ashutosh
• 27,410 points
63 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 in Generative AI by Ashutosh
• 27,410 points
60 views
0 votes
1 answer

How to save model after adding attention mechanism?

You can save a model after adding ...READ MORE

Mar 17 in Generative AI by Ashutosh
• 27,410 points
54 views
0 votes
1 answer

How do I fine tune BERT's self attention mechanism?

You can fine-tune BERT's self-attention mechanism by ...READ MORE

Mar 17 in Generative AI by Ashutosh
• 27,410 points
47 views
0 votes
0 answers

What are common pitfalls when using Generative AI for cross-lingual text generation?

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

Mar 17 in Generative AI by Ashutosh
• 27,410 points
77 views
0 votes
0 answers

Can we mask two words at the same time in attention mechanism?

Can we mask two words at the ...READ MORE

Mar 17 in Generative AI by Ashutosh
• 27,410 points
72 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
98 views
0 votes
1 answer

How to model RNN with Attention Mechanism for Non-Text Classification?

To model a RNN with an Attention Mechanism ...READ MORE

Mar 17 in Generative AI by rupa
76 views
0 votes
1 answer

How to visualize an attention mechanism in a classification task?

To visualize an attention mechanism in a ...READ MORE

Mar 17 in Generative AI by preeti
89 views
0 votes
1 answer
0 votes
1 answer

adding attention mechanism to yolo algorithm

To add an attention mechanism to the ...READ MORE

Mar 17 in Generative AI by megha
81 views
0 votes
1 answer
0 votes
1 answer

How does the attention mechanism improve the quality of image captions generated using Keras?

The attention mechanism improves image captioning by ...READ MORE

Mar 17 in Generative AI by shalini
74 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
73 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 in Generative AI by nihongio
72 views
0 votes
1 answer
0 votes
1 answer

Implement an Encoder and Decoder architecture with attention mechanism

To implement an Encoder-Decoder architecture with an ...READ MORE

Mar 17 in Generative AI by anushka
69 views
0 votes
1 answer

How to add an attention mechanism in keras?

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

Mar 17 in Generative AI by meheta
70 views
0 votes
1 answer

Attention mechanism in spelling correction model

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

Mar 17 in Generative AI by anupam mishra
70 views
0 votes
1 answer

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

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

Mar 17 in Generative AI by raju thapa
68 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
62 views