You are here |
blog.evjang.com | ||
| | | |
blog.skz.dev
|
|
| | | | An explanation of arbitrage and a look at an efficient algorithm to find riskless instantaneous arbitrage opportunities. | |
| | | |
www.let-all.com
|
|
| | | | ||
| | | |
www.jeremykun.com
|
|
| | | | Graphs are among the most interesting and useful objects in mathematics. Any situation or idea that can be described by objects with connections is a graph, and one of the most prominent examples of a real-world graph that one can come up with is a social network. Recall, if you aren't already familiar with this blog's gentle introduction to graphs, that a graph $ G$ is defined by a set of vertices $ V$, and a set of edges $ E$, each of which connects two vertices. | |
| | | |
pyimagesearch.com
|
|
| | In this tutorial, you will learn what gradient descent is, how gradient descent enables us to train neural networks, variations of gradient descent, including Stochastic Gradient Descent (SGD), and how SGD can be improved using momentum and Nesterov acceleration. |