Implemented the Hodgkin-Huxley neuron model in pure Python, solving four coupled nonlinear ODEs with a custom Euler integrator. Matched output to biological parameters.
Built a linear algebra library from scratch in Python covering RREF, matrix inversion, and determinants. Used as the backend for custom ML implementations.