Skip to content
View Jesse-Cooper's full-sized avatar
Block or Report

Block or report Jesse-Cooper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. algorithm-gmm algorithm-gmm Public

    Provides a demonstration of the Gaussian Mixture Model (GMM) for bivariate normal distribution along with a derivation of the E and M steps.

    Haskell 1

  2. algorithm-aStar algorithm-aStar Public

    Provides a demonstration of the A* Algorithm with an 8 directional movement system.

    C

  3. algorithm-iwls algorithm-iwls Public

    Provides a demonstration of Iteratively reWeighted Least Squares (IWLS).

    Java

  4. algorithm-minimaxAlphaBeta algorithm-minimaxAlphaBeta Public

    Provides a demonstration of the Minimax algorithm with Alpha-Beta pruning to play a standard 3x3 Noughts and Crosses game.

    C

  5. sudokuSolver sudokuSolver Public

    Provides a demonstration of a constraint satisfaction problem to solve Sudoku.

    Prolog