Skip to content

Developed algorithms in Octave for Markov chain modeling of labyrinth escape, implemented linear regression with gradient descent, conjugate gradient, and regularization, and built a neural network for MNIST digit classification. Focused on matrix operations, iterative solvers, and supervised learning techniques.

Notifications You must be signed in to change notification settings

denix372/Numerical-Methods-ML-Assignments

Repository files navigation

Running the checker

Through Docker

Use ./local.sh checker to build the image and run the checker. This will take some time (~700 secons). In order to build the image and get output, you can do ./local.sh docker build and then run the checker with ./local.sh checker.

This is the environment used to automatically check your code.

Manually

Go to the checker directory and run the ./checker.sh script.

About

Developed algorithms in Octave for Markov chain modeling of labyrinth escape, implemented linear regression with gradient descent, conjugate gradient, and regularization, and built a neural network for MNIST digit classification. Focused on matrix operations, iterative solvers, and supervised learning techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published