Skip to content
View fabianyiu's full-sized avatar

Block or report fabianyiu

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
fabianyiu/README.md

Fabian Yiu

Aeronautical Engineering student at Imperial College London, currently on a year in industry at Siemens DISW, working on CFD software and numerical tools.

Current work

  • Neural networks implemented from first principles (autograd, backpropagation, optimisation)
  • Function approximation and generalisation behaviour
  • Comparison of classical numerical methods and ML surrogates

Projects

  • approx_Sin — neural network approximation of sin(πx) using scratch and PyTorch implementations (Completed)
  • HKJC_ML — machine learning pipelines for noisy real-world horse racing data from the Hong Kong Jockey Club (Private)
  • nn-aerofoil-surrogate-distribution-shift — neural-network surrogate modelling for aerofoil aerodynamic characteristics (Completed)
  • pinn-pdes — follow-on project exploring physics-informed neural networks for PDEs, including heat, diffusion, and wave equations, after initial work on ML surrogates for aerodynamic prediction (In progress)

Popular repositories Loading

  1. nn-sine-approx nn-sine-approx Public

    Approximating Sin(pi*x) by using neural networks.

    Python

  2. fabianyiu fabianyiu Public

  3. nn-aerofoil-surrogate-distribution-shift nn-aerofoil-surrogate-distribution-shift Public

    Using Neural Networks to predict Aerodynamic coefficients of out of distribution Aerofoils

    Python