Implementations of core numerical methods and a barebones neural network.
- MATLAB: Root Finding algorithms, Regression & Interpolation algorithms, Numerical Integration algorithmsm, IVP solvers and Error analysis programs.
- Pure C ANN: From-scratch neural net with forward propagation, backpropagation and activation functions (no external deps).
- Demonstrate low-level understanding of numerical linear algebra and machine learning fundamentals.
- Provide clean, reusable reference implementations.