Top new questions this week:
|
ChatGPT is a language model. As far as I know and If I’m not wrong, it gets text as tokens and word embeddings. So How can it do math? for example, I asked: ME: Which one is bigger 5 or 9. ChatGPT: …
|
After seeing StackOverflow’s banning of ChatGPT, I explored it out of curiosity. It’s marvellous as it can write code by itself! Later to check if it knows chess as well like Google-Deepmind’s …
|
It has already been shown that by using a normalization layer during training, it is possible to invert a residual network layer-by-layer. I wonder how similar Inception-ResNet is and whether a …
|
I am training an agent (stable baselines3 algorithm) on a custom environment. During training, I want to have a callback so that for every $N$ steps of the learning process, I get the current model …
|
I’m exploring how to solve differential equations using neural networks and discovered this Lagaris et. al. paper. In the paper, the solution to a differential equation is written as a mathematical …
|
I understand the general idea behind the Actor-Critic architecture. The actor maps state to action, and the critic maps state + action to reward. But I don’t fully understand how the critic output (…
|
As opposed to How does ChatGPT know math?, I’ve been seeing some things floating around the Twitterverse about how ChatGPT can actually be very bad at math. For instance, I asked it “If it takes …
|
Greatest hits from previous weeks:
|
I want to create an AI which can play five-in-a-row/Gomoku. I want to use reinforcement learning for this. I use the policy gradient method, namely REINFORCE, with baseline. For the value and policy …
|
How is Bayes’ Theorem used in artificial intelligence and machine learning? As a high school student, I will be writing an essay about it, and I want to be able to explain Bayes’ Theorem, its general …
|
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’m aware that neural networks are probably not designed to do that, however asking hypothetically, is it possible to train the deep neural network (or similar) to solve math equations? So given the …
|
I am a new learner in NLP. I am interested in the sentence generating task. As far as I am concerned, one state-of-the-art method is the CharRNN, which uses RNN to generate a sequence of words. …
|
What is the difference between goal-based and utility-based agents? Please, provide a real-world example.
|
Can you answer this question?
|
I understand main difference between AlphaZero and the classic Monte Carlo tree search is the playout (simulation) step is replaced with a neural network prediction which itself is trained from the …
|