/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

arkadiusz-jadczyk.eu
| | www.reedbeta.com
3.7 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | akos.ma
4.4 parsecs away

Travel
| | From the wonderful book by Ian Stewart, here are the equations themselves; read the book to know more about them.
| | codethrasher.com
2.5 parsecs away

Travel
| | A linear mapping from a vector space to a field of scalars. In other words, a linear function which acts upon a vector resulting in a real number (scalar) \begin{equation} \alpha\,:\,\mathbf{V} \longrightarrow \mathbb{R} \end{equation} Simplistically, covectors can be thought of as "row vectors", or: \begin{equation} \begin{bmatrix} 1 & 2 \end{bmatrix} \end{equation} This might look like a standard vector, which would be true in an orthonormal basis, but it is not true generally.
| | aimatters.wordpress.com
18.4 parsecs away

Travel
| A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...