Community Profile

photo

Sander Khowaja


Last seen: 8 months ago Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: Signal Processing

Statistics

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 3
  • First Submission

View badges

Feeds

View by

Submitted


Random Number Generator
This code generates a random number using Mersenne Twister Method

7 years ago | 1 download |

Submitted


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

8 years ago | 3 downloads |

Submitted


my_gauss_elim(A,B)
Naive Gaussian Elimination with Backward Substitution Method for 3x3 matrix

8 years ago | 3 downloads |

Submitted


my_secant(x0,x1,n)
Secant method using the number of iterations as stopping criteria

8 years ago | 1 download |

Submitted


gauss_elim(A,O)
Gauss Elimination Method

9 years ago | 2 downloads |

Submitted


Regula Falsi Method
Regula Falsi method for solving non-linear equations

9 years ago | 3 downloads |

Submitted


Newton Raphson method
This code calculates the roots using Newton Raphson method

9 years ago | 1 download |

Submitted


Bisection method
Bisection method

9 years ago | 1 download |