Skip to content
View jiemingyou's full-sized avatar

Highlights

  • Pro

Block or report jiemingyou

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. sleep-stage-prediction-bst sleep-stage-prediction-bst Public

    Sleep stage classification using Gradient Boosted Classifier

    Python 5

  2. sanajahti-solver sanajahti-solver Public

    Sanajahti solver: Solving sanajahti with depth-first search. https://1gd7kf.deta.dev

    Jupyter Notebook 1

  3. NLP-project NLP-project Public

    Course project for ELEC-E5550 Statistical Natural Language Processing

    Jupyter Notebook 2

  4. PingPongBot PingPongBot Public

    Telegram bot for tracking table tennis matches and user elo scores

    Python 1

  5. computational-stochastics-2023 computational-stochastics-2023 Public

    Summarised lecture notes of the course Computational Methods in Stochastics (Aalto University)

    TeX

  6. Laplace Approximation in PyTorch Laplace Approximation in PyTorch
    1
    """
    2
    Simple example of calculating the Laplace approximation
    3
    of Beta distribution using Python and PyTorch.
    4
    """
    5
    import matplotlib.pyplot as plt