Sobes.tech

Machine Learning / AI

What is Residual Connection (residual links)?

Senior
145

Add two numbers in one function, with a decorator that first prints 'Hello', then calls the addition function, and then prints 'Bye'. def hello(func): def wrapper(a,b): print('Hello') result = func(a,b) print('Bye') return result return wrapper @hello def add_numbers(a,b): return a+b print(add_numbers(2,3))

Senior
145

What is ReLU and why is it used?

Senior
144

Tell us about your experience.

Senior
143

Tell about gradient descent: what types are there?

Senior
143

Do you know anything about mutable and immutable data types, and which data belongs to which?

Senior
142

Please tell how dictionaries work under the hood in Python, and what about collisions?

Senior
142

Is it possible to use a decorator without the @ syntax?

Senior
141

Pre-Layer Norm vs Post-Layer Norm — what is the difference and why is it important for training stability?

Senior
141

Why is non-linearity needed in neural networks?

Senior
137

So, the tool didn't work with the model — it only accessed the knowledge base?

Senior
137

In this scheme, if a user writes the word "hello", it will go into RAG and get a response through RAG for the word "hello". How can we see/prevent this?

Senior
134

Can we use the same metrics when measuring quality by top-K and the metric asked from the user (like/dislike)? Or are these different things?

Senior
131

How to deal with the problem of increasing context when actively engaging in a dialogue with a user?

Senior
127
/4