Skip to content
View fchristofrank's full-sized avatar
🏠
Open for Collaboration
🏠
Open for Collaboration
Block or Report

Block or report fchristofrank

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

Pinned

  1. FDM_Volatility_shares FDM_Volatility_shares Public

    This contains a python program that can solve the Partial Differential Equation deduced from the Blank scholes equation.

    Jupyter Notebook

  2. Machine_Learning Machine_Learning Public

    This contains the implementations of ML algorithms

    Jupyter Notebook

  3. Fractional_knapsack algorithm with p... Fractional_knapsack algorithm with python
    1
    def fractional_knapsack(VperW,W):
    2
        '''This function implements the fractional knapsack problem'''
    3
        i = 0
    4
        Value = 0
    5
        count = 0
  4. Gradient-descent-algo---for-linear-regression Gradient-descent-algo---for-linear-regression Public

    This MAT-LAB code imports a data-set and computes the optimum value for the coefficients of linear regression.

    1