01 / Data foundations
NumPy, made visual
Arrays, shapes and the maths behind ML.
First module · Preview
AI engineering, made understandable
Learn AI through visual experiments and real coding practice. From NumPy foundations to building intelligent applications.
Basic Python is all you need to begin.
Try a little NumPy
np.arange(1, 7).reshape(2, 3)
Change the shape. Keep the six values. Reshape only rearranges the same elements; it does not create or delete numbers.
This is an interactive visualisation of reshape. It is not executing Python.
01
Build intuition with visual explanations.
02
Try ideas in an interactive playground.
03
Write and modify real Python code.
04
See results, learn and go deeper.
01 / Data foundations
Arrays, shapes and the maths behind ML.
First module · Preview
02 / Machine learning
From data to models, with hands-on examples.
Coming next
Coming soon
03 / Deep learning
Visualize neural networks from the inside out.
Coming later
Coming soon