Skip to content
View acse-yl1922's full-sized avatar
  • University of Notre Dame
  • South Bend

Block or report acse-yl1922

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
acse-yl1922/README.md

import Yongqi.Li as YL

def myself():
    major = "MSc Applied Computational Science and Engineering"
    platforms = {"Windows", "Ubuntu", "MacOS"}
    languages = { 
        "frontend": ["Markdown", "Latex"],
        "backend": ["Python", "C++","Java"],
        "database": "SQL",
        "ML Framework":["sklearn","pytorch"],
    }
    strategies ={"Inversion", "Optimization", "Parallelization"}
    ides = {"Pycharm", "VSCode", "Visual Studio", "Eclipse",}
    tools = {"Git", "GitHub", "SQLite", "Unity","VMWare"}
    likes = {"maths","network", "AI", "physics"}
    
if __name__ == "__main__":
    myself()

💼 Projects

  • 🧠 Firedrake and Pytorch Project: Participated in the development of a framework coupling the machine learning library PyTorch and the PDE system Firedrake and studied goal oriented mesh adaptive refinement based on Riemannian metric.
  • 💡 Solve NS Equation in Parallel: Model a Newtonian Fluid in a tube and simulate it with cpp; code parallelization implemented with MPI
  • 🌏 A virtual solar system and Armageddon forcast: Use classical numerical methods like Euler, Rk4 and lagrange interpolation to simulate real life problems in Astrophysics
  • 🔍Detecting impact craters using DL techniques: Automatically detecting impact craters in images of planetary surfaces (Mars and Moon) and deriving from this a crater-size frequency distribution that can be used for dating and a GAN to generate more image data.

**



  

```

Pinned Loading

  1. circuit_simulation circuit_simulation Public

    💻 The project of Circuit Simulation based on GA.

    Jupyter Notebook

  2. Conway-s_Game_of-Life- Conway-s_Game_of-Life- Public

    ♥ ♠ ♦ ♣ Implementation of Conway's Game of Life in cpp.

    C++

  3. Armageddon Armageddon Public

    🌏 The project of numerical methods and python🐍.

    Jupyter Notebook

  4. VITS VITS Public

    Forked from sophiefy/VITS

    ACG Text-to-Speech

    Python