rust-torch is a simple deep-learning framework implemented by rust.
1st goal[completed] : implement linear layer and activation layer.
2nd goal[completed] : Build a fully-connected neural network for MNIST.
3rd goal: implement transformer.
4th goal: using transformer to do translation or some simple NLP problem.
5th goal: writer a Tensor warpper of Array, to automatically calculate derivative.