A WIP NumPy-style library in Go.
Previous attempts at implementing the math core for dezero suffered from implementation errors. After diving into minitorch, I gained a deeper understanding of tensor dimension manipulation and the proper implementation of broadcasting mechanisms. I started his project as a preliminary attempt, aim to polish this implementation and use it as the new foundation to re-implement dezero project.