修改前的參考 1. https://github.com/newcodevelop/micrograd/ (請從這版開始修改) 改完後的參考 1. [03b-MacroGrad/mnist.ipynb](https://github.com/ccc112b/py2gpt/blob/master/03b-MacroGrad/mnist.ipynb) 2. [03b-MacroGrad/mnist.py](https://github.com/ccc112b/py2gpt/blob/master/03b-MacroGrad/mnist.py) 3. [03b-MacroGrad/macrograd/engine.py](https://github.com/ccc112b/py2gpt/blob/master/03b-MacroGrad/macrograd/engine.py) (參考答案) 理論的參考 1. [py2gpt/wiki](https://github.com/cccbook/py2gpt/wiki) 2. [py2gpt/wiki/softmax](https://github.com/cccbook/py2gpt/wiki/softmax) 3. https://mattpetersen.github.io/softmax-with-cross-entropy