Top new questions this week:
|
Andrej Karpathy said he’s shot himself in foot over and over gain with batch norm. I mentioned no one likes this layer. It causes a huge amount of bugs and intuitively it’s because it is coupling …
|
Consider the following problem: There are $N$ items and $S$ slots. Each item is a vector of length $D$. The goal is to train a neural network to select one item per slot in order to minimize the loss …
|
My input to the model is a set of features that I encode in the form of five vectors of the same size consisting only of 0 and 1. I now want to combine them into one vector in such a way that their …
|
I’m trying to train a RL agent to play the game of checkers (AlphaZero style) and so far I’ve managed a proof of concept training a connect 4 agent up until perfection. However, unlike connect 4, …
|
I know that MCTS usually is meant for games where each player plays turn by turn and the canonical form of the board is passed through the tree but is it possible for one player to make multiple moves …
|
Hi, We are running alphafold2 multimer on colab to predict the association between two proteins. It generally works fine, but we get an asymmetric PAE plot for a specific pair. Does anyone know why? I …
|
I am studying 5G technology, where AI/ML is integrated to imporve performance. I am not expert in AI/ML and I am sorry if my question is stupid. Honestly i am quite not sure If I understand the main …
|
Greatest hits from previous weeks:
|
Background: It’s well-known that neural networks offer great performance across a large number of tasks, and this is largely a consequence of their universal approximation capabilities. However, in …
|
I’m a bit confused about the definition of life. Can AI systems be called ‘living’? Because they can do most of the things that we can. They can even communicate with one another. They are not …
|
I am trying to find some existing research on how to select the number of hidden layers and the size of these of an LSTM-based RNN. Is there an article where this problem is being investigated, i.e., …
|
What are the differences between the A* algorithm and the greedy best-first search algorithm? Which one should I use? Which algorithm is the better one, and why?
|
These guys here: www.patreon.com/AiAngel are saying that they’ve created a AI who can chat and stream. As the so-called administrator “Rogue” said: this chat/streamer bot are no fake. Also, …
|
According to NASA scientist Rick Briggs, Sanskrit is the best language for AI. I want to know how Sanskrit is useful. What’s the problem with other languages? Are they really using Sanskrit in AI …
|
I’ve heard before from computer scientists and from researchers in the area of AI that that Lisp is a good language for research and development in artificial intelligence. Does this still apply, …
|
Can you answer this question?
|
Whenever, I design a neural network to solve a novel problem (requires a novel loss function i.e. not image classification) it always ends up being hypersensitive to batch size and learning rate. …
|