Top new questions this week:
|
Consider the following problem: Given a vector x of size dim with values between 0 and 1 (exclusive), determine if …
|
A common illustration on how CNN works is as follows: www.researchgate.net/figure/Learned-features-from-a-Convolutional-Neural-Network_fig1_319253577. It seems to suggest that CNN in …
|
I’m interested in trying out Q-learning to solve a problem where I already have a simulation of the environment that can run at about 100,000 fps or steps/sec. Its also continuous with no terminal …
|
In Sutton and Barto’s book (incompleteideas.net/book/bookdraft2017nov5.pdf), a proof of the policy gradient theorem is provided on pg. 269 for an episodic case and a start state policy …
|
InstructGPT: What is the sigma in the loss function and why log() is being used?
|
For example, the the paper Soft Actor-Critic:Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor, both terms are mentioned but without explaining. I have seen them in other …
|
I have large set of corpus for all literature in ‘Tamil’ language, i am trying to create a document retrieval engine through simple natural language. Since the corpus is huge, its hard to do a …
|
Greatest hits from previous weeks:
|
What is non-Euclidean data? Here are some sub-questions Where does this type of data arise? I have come across this term in the context of geometric deep learning and graph neural networks. …
|
What is self-supervised learning in machine learning? How is it different from supervised learning?
|
First of all, I’m a beginner studying AI and this is not an opinion-oriented question or one to compare programming languages. I’m not implying that Python is the best language. But the fact is that …
|
I am working on a problem where I need to determine whether two sentences are similar or not. I implemented a solution using BM25 algorithm and wordnet synsets for determining syntactic & …
|
I was able to find the original paper on LSTM, but I was not able to find the paper that introduced “vanilla” RNNs. Where can I find it?
|
Local search algorithms are useful for solving pure optimization problems, in which the aim is to find the best state according to an objective function. My question is what is the objective function?
|
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?
|
Can you answer this question?
|
I’m in the process of creating a model to classify an occupational code based on a job title & description. I have a large sample of labelled data to achieve this. The government has a resource …
|