2023 Community Moderator Election
|
The community moderator election is currently in the nomination phase.
If you would like to run in this election, please nominate yourself by February 28!
|
Top new questions this week:
|
Sorry if this question makes no sense. I’m a software developer but know very little about AI. Quite a while ago, I read about the Chinese room, and the person inside who has had a lot of training/…
|
Why is the research on artificial intelligence at this stage all researching on a separate ability? For example, train the visual ability of the computer alone, train the speech recognition ability …
|
I asked ChatGPT a question, and its response included this statement: In “The Ruling Class” film, which was released in 1972, Patrick McGoohan played the role of Bishop Lampton. Unlike …
|
How does one deal with images that are too large to fit in the GPU memory for doing ML image analysis? I am interested in detecting small structures on images which are themselves many GB in size. …
|
Are there versions of attention that do not require a key-value pair, but just act on one input? Or does this idea simply not make sense?
|
Let there is a dataset whose labels are {0,1}, and we need to train a neural network model for the logistic regression problem. I need to calculate the accuracy. To …
|
I’m new to LSTMs, and I’m trying to do a basic timeseries prediction using stock prices. However, I’m a bit confused as to how the LSTM is supposed to remember outputs from previous timesteps when it …
|
Greatest hits from previous weeks:
|
I’m struggling to understand the GAN loss function as provided in Understanding Generative Adversarial Networks (a blog post written by Daniel Seita). In the standard cross-entropy loss, we have an …
|
Frameworks like PyTorch and TensorFlow through TensorFlow Fold support Dynamic Computational Graphs and are receiving attention from data scientists. However, there seems to be a lack of resource to …
|
The following paragraph is from page no 331 of the textbook Natural Language Processing by Jacob Eisenstein. It mentions about certain type of tasks called as downstream tasks. But, it provide no …
|
What is the difference between simple reflex and model-based agents? What is the role of the internal state in the case of model-based agents?
|
I’ve heard the terms strong-AI and weak-AI used. Are these well defined terms or subjective ones? How are they generally defined?
|
Imagine you show a neural network a picture of a lion 100 times and label it with “dangerous”, so it learns that lions are dangerous. Now imagine that previously you have shown it millions …
|
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, …
|