OK

Multi-dimensional Arrays

This is basically multi-dimensional data. So include large n×m×o×p matrices. Could be accelerated by GPU. Also could be used for neural networks.
Perhaps a multi-dimensional array type may be defined as:
And we would set data by:
We would be able to display these tensors in the canvas

For fast array manipulation on GPU we want to act directly on the arrays. e.g. Array.Sin(F)

Loading Bitmaps

Neural Networks

A simple neural network which involes a fully connected layer and a tanh operation: 1