-
Reinforcement Learning
·I first came across to the introduction of reinforcement learning through the cohort conducted by Ajay Shenoy. He gave an example about reinforcement learning with a sentence like “The quick brown fox jumps over the lazy dog”. If you break the sentence and give one part of sentence to a human and gives 10 options (I am giving 3) :...
-
State Space and Mamba
·The video explained how state space = RNNs + CNNs
Referenced videoIt explained with respect to LLMs and how state space makes them faster.
So what it explained :
It took the example of car repair and related it to RNN equations. and converted all RNNs equations in terms of input and output variables. And all the...