2023 Community Moderator Election
|
The community moderator election is currently in the election phase.
Please cast your vote by March 8!
|
Top new questions this week:
|
I have seen (probably on youtube) the recording of a panel discussion at an AI conference around 2012 (year could be wrong, but close) where the audience was polled for the question of when will AI …
|
I recently developed a little tool called Neat Cars where you can drawa track, place a car and watch the NEAT algorithm in action (including the ANN). However, I saw something that caught my attention:…
|
I am trying to create a kind of Support Bot to answer my clients about specific technical details about WordPress plugins that I sell. The goal is that the /completitions api would be feeded a prompt …
|
I have a case where my state consists of relatively large number of features, e.g. 50, whereas my action size is 1. I wonder whether my state features dominate the action in my critic network. I …
|
I have developed a small encoding algorithm that accepts a time series of n = 750 samples and m = 1 feature from a scientific …
|
I find it difficult to understand the following from the GPT-2 paper. Language modeling is also able to, in principle, learn the tasks of McCann et al. (2018) without the need for explicit …
|
That is, if some of the inputs to a neural network can be calculated by a pre-determined function whose variables are other inputs, then are those specific inputs useless? For example, suppose there …
|
Greatest hits from previous weeks:
|
As far as I understand, Q-learning and policy gradients (PG) are the two major approaches used to solve RL problems. While Q-learning aims to predict the reward of a certain action taken in a certain …
|
If the original purpose for developing AI was to help humans in some tasks and that purpose still holds, why should we care about its explainability? For example, in deep learning, as long as the …
|
Suppose that I have 10K images of sizes $2400 \times 2400$ to train a CNN. How do I handle such large image sizes without downsampling? Here are a few more specific questions. Are there any …
|
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 …
|
A heuristic is admissible if it never overestimates the true cost to reach the goal node from $n$. If a heuristic is consistent, then the heuristic value of $n$ is never greater than the cost of its …
|
The transformer, introduced in the paper Attention Is All You Need, is a popular new neural network architecture that is commonly viewed as an alternative to recurrent neural networks, like LSTMs and …
|
There are several classes of intelligent agents, such as: simple reflex agents model-based reflex agents goal-based agents utility-based agents learning agents Each of these agents behaves slightly …
|
Can you answer these questions?
|
I am trying to code a proper conversational AI which remembers previous context and answers accordingly (something like a micro ChatGPT). Additionally I want the AI to work on a custom knowledge base …
|
How I can define the state of an environment where I don’t have a fixed representation for states? E.g. the state at one step is a list of size 5 and in another state is a list of size 6. What is the …
|