Differentiability of a Function Given its Graph
Author(s): Sujeeth Kumaravel Originally published on Towards AI. Consider the function: Its graph is: The derivative of a function at a point is the slope of the tangent to the function at that point. For this function, the derivative exists at all …
Derivative of a Function β What Is It?
Author(s): Sujeeth Kumaravel Originally published on Towards AI. What is a tangent to a function f(x) at point x? It is the line that touches the function only at point x. It doesnβt intersect the function at any other point x2, which …
Backpropagation and Vanishing Gradient Problem in RNN (part 1)
Author(s): Alexey Kravets Originally published on Towards AI. Theory and code https://unsplash.com/@emilep Introduction In this article, I am not going to explain the applications or intuition about the RNN model β indeed, I expect the reader to already have some familiarity with …