Skip to content
View Ashail33's full-sized avatar

Block or report Ashail33

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 Loading

  1. Amort_calc Amort_calc Public

    Simple amortisation calc with streamlit and plotly

    Jupyter Notebook

  2. Optimisation Optimisation Public

    Optimisation

    Python

  3. PyPong PyPong Public

    Ping pong code using reinforcement learning and a simple neural net ( all coded specifically for the problem)

    Python

  4. Reinforcement-learning Reinforcement-learning Public

    A few pieces of code for some reinforcement learning algorithms

    Jupyter Notebook

  5. Simple calculator for amortisation s... Simple calculator for amortisation schedule
    1
    #Import libraries
    2
    import streamlit as st
    3
    import plotly.express as px
    4
    import numpy as np
    5
    import pandas as pd