Skip to content

From-scratch implementations of numerical methods (MATLAB) and a pure C neural network with no dependencies

Notifications You must be signed in to change notification settings

CosmicEventHorizon/NumericalAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NumericalAlgorithms

Implementations of core numerical methods and a barebones neural network.

Features

  • 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).

Goals

  • Demonstrate low-level understanding of numerical linear algebra and machine learning fundamentals.
  • Provide clean, reusable reference implementations.

About

From-scratch implementations of numerical methods (MATLAB) and a pure C neural network with no dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published