Skip to content
View JudeWallace's full-sized avatar

Block or report JudeWallace

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Credit-Rating-Transition-Model Credit-Rating-Transition-Model Public

    This is a simple program that leverages the stochastic process of Markov Chains to generate a probability vector representing the likelihood of different credit ratings.

    C++

  2. Loan-Approval-Classification Loan-Approval-Classification Public

    This is a research project exploring if machine learning can be used to aid in the approval of financial loans for an individual.

    Jupyter Notebook

  3. Advection-Equation Advection-Equation Public

    This project calculates a numerical solution to the advection equation to simulate the movement of a cloud of material in the atmospheric boundary layer.

    C 1 1

  4. Ant-Colony-Optimisation Ant-Colony-Optimisation Public

    The code is set out to solve a TSP problem using ACO. The code takes in the TSP problem from an XML file and peforms one trial of the ACO algorithm on it.

    Python