Skip to content
View fritzwill's full-sized avatar

Block or report fritzwill

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. root-finding-methods root-finding-methods Public

    Utilizing root-finding methods such as Bisection Method, Fixed-Point Method, Secant Method, and Newton's Method to solve for the roots of functions

    Python 12 5

  2. decision-tree decision-tree Public

    Python 3 implementation of decision trees using the ID3 and C4.5 algorithms. ID3 uses Information Gain as the splitting criteria and C4.5 uses Gain Ratio

    Python 9 10

  3. numerical-methods numerical-methods Public

    Contains sample implementations in python of the following numerical methods: Euler's Method, Midpoint Euler's Method, Runge Kuttta Method of Order 4, and Composite Simpson's Rule

    Python 5

  4. bench bench Public

    Various tools to help benchmark and compare different workflows, computations, performance