
Sander Khowaja
Followers: 0 Following: 0
Feeds
已提交
Random Number Generator
This code generates a random number using Mersenne Twister Method
9 years 前 | 1 次下载 |
已提交
One vs all classification using Logistic Regression for IRIS dataset
This code is an example for one vs all classification using Logistic Regression on IRIS data
9 years 前 | 4 次下载 |
已提交
my_gauss_elim(A,B)
Naive Gaussian Elimination with Backward Substitution Method for 3x3 matrix
10 years 前 | 1 次下载 |
已提交
my_secant(x0,x1,n)
Secant method using the number of iterations as stopping criteria
10 years 前 | 1 次下载 |
已提交
Newton Raphson method
This code calculates the roots using Newton Raphson method
11 years 前 | 1 次下载 |